Re: Installation

  •  12-06-2012, 11:26 AM

    Re: Installation

    I will be using the text box to allow users to generate html formatted text to use as the body of an email. I also need to send a plain version.

     

    Can you access both on postback? Like:

     

    string HtmlFormattedText = CuteEditor.Text;

    strong PlainText = CuteEditor.TextPlain;

     

    ? Something like that?

     

    Is there a trial I can download and try?

View Complete Thread