Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for ASP
»
Re: non breaking spaces in version 6.6
Re: non breaking spaces in version 6.6
04-08-2010, 7:36 AM
Eric
Joined on 08-05-2009
Posts 1,269
Re: non breaking spaces in version 6.6
Reply
Quote
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