This question is locked. New answers and comments are not allowed.
Hello,
i'm trying to change the content of the editor using javascript. To do that i use the next code:
It works fine in IE7, but when i try it in Chrome or in Firefox, the editor doesn't interpret HTML code, so, in the editor I get:
<b>Something</b>
insted of:
Something
I've search info about this problem in the forums, but i've not found anything.
Any idea?
Thanks
i'm trying to change the content of the editor using javascript. To do that i use the next code:
$("#TelerikAuthor").data("tEditor").value('<b>Something</b>');It works fine in IE7, but when i try it in Chrome or in Firefox, the editor doesn't interpret HTML code, so, in the editor I get:
<b>Something</b>
insted of:
Something
I've search info about this problem in the forums, but i've not found anything.
Any idea?
Thanks