Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Get/Set Editor Text
Get/Set Editor Text
07-18-2006, 12:30 PM
HomecitySupport
Joined on 07-18-2006
Posts 10
Get/Set Editor Text
Reply
Quote
Im having a problem grabbing the text within the CuteEditor. It seems to copy the HTML tags with the message. I can set "Editor1.EnableClientScript = False" but it loses the toolbar and looks horrible because it redraws the CuteEditor control all messed up....
I just need to grab the plain-text message from the CuteEditor. It shouldnt be hard at all...
How can I grab just the plain-text message? I try "strMyString = Editor1.Text" but it only gives me the rich-text message with HTML tags. Now if I set "EnableClientScript=false" it gives me the plain-text message but it creates major HTML havoc on my page and I cannot do that.
Any suggestions?
Thanks
Homecity
View Complete Thread