Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: Plain text with line feeds issue
Re: Plain text with line feeds issue
06-04-2008, 7:51 PM
beckie
Joined on 06-05-2008
Posts 9
Re: Plain text with line feeds issue
Reply
Quote
//Retrieves the CuteEditor HTML content in plain text format
string plainText= Editor1.PlainTextWithLinefeeds;
Is there any way to do this on the JavaScript side? I need to extract the plain text with linefeeds before the form is submitted.
Thanks
View Complete Thread