I was trying to use TinyMCE
Ref: http://www.aspsnippets.com/Articles/RichTextBox-Example-using-Free-TinyMCE-Editor-in-ASPNet.aspx
But, the mode: "textareas" is applying the RichTextBox to all the TextBox's in my page.
How to stop it?
Thanks
I got it, thanks for the reply.
tinyMCE.init({ mode: "specific_textareas", editor_selector: "mceEditor", theme: "advanced",
....
......
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.