Hi Telerik,
I need to achieve the fuction set_text like get_text.Because i append some text from database .That why i am asking.......
Thank you.
1 Answer, 1 is accepted
0
Accepted
Rumen
Telerik team
answered on 03 Feb 2011, 01:13 PM
Hi ARUNTHOMAS,
RadEditor does not offer a method named set_text. To set the content in the editor you should use the editor's set_html() method. If you want to load plain text you should strip the HTML markup before setting the content using some regular expression. Here is a base example: