Re: non breaking spaces in version 6.6

  •  04-08-2010, 7:36 AM

    Re: non breaking spaces in version 6.6

    Dear Jorbo,
     
    You can find the source code of http://cutesoft.net/asp/EditorOnPaste.asp?EditorOnPaste=PasteText in download package,  you need set the following property:

          <%
               Dim editor
               Set editor = New CuteEditor
               editor.ID = "Editor1"
               'Specifies the manner in which the editor handles pasted text.
               editor.EditorOnPaste = "PasteText"
               editor.Text = "Hello World"
               editor.Draw()
          %>
     
    Regards,
    Eric
View Complete Thread