Change HTML code Alert Message and remove [ <div> <p> ] from toolbar Area

Last post 07-21-2009, 11:32 AM by dave_UPL. 2 replies.
Sort Posts: Previous Next
  •  07-17-2009, 9:41 AM 54062

    Change HTML code Alert Message and remove [ <div> <p> ] from toolbar Area

     
        We would like to change HTML code alert message to something like:
                 The HTML code for  field xxx has reached......  where  xxx is a asp variable name.
     
    Also
     
       How can we remove the  <div><p>  from the bottom toolbar .
     
    Thx, Dave

     

     
  •  07-20-2009, 12:38 PM 54120 in reply to 54062

    Re: Change HTML code Alert Message and remove [ <div> <p> ] from toolbar Area

    1. Please open CuteEditor_Files\Languages\en-US.xml and modify the following code:

      <resource name="alert_MaxTextLength">The text to be added has reached the character limit for this field:</resource>
     
    2. Please set the following property to false:
     

    Editor.ShowTagSelector Property

    Specifies whether quick tag selector toolbar appear.


    Example Code

          <%
               Dim editor
               Set editor = New CuteEditor
               editor.ID = "Editor1"
               'Specifies whether the Preview Mode tab appear.
               editor.ShowTagSelector = false
               editor.Text = "Hello World"
               editor.Draw()
          %>


    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  07-21-2009, 11:32 AM 54174 in reply to 54120

    Re: Change HTML code Alert Message and remove [ <div> <p> ] from toolbar Area


       Hello - Still a problem
     
           1.   I changed Resource name (alert_MaxTextLength and  alert_MaxHTMLLength ) text and 'old text' still appears.  I closed browser and also tried a different browser with same results.
     
     
         Thx, Dave 
View as RSS news feed in XML