Re: Plain text with line feeds issue

  •  06-04-2008, 7:51 PM

    Re: Plain text with line feeds issue


    //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