I am using cuteeditor textbox (version 6.7) in my project. while loading the page I am able to assign the default value to cuteeditor textbox by the jquery code $("#rtbRouteJobComments").val(). But when during some action on page, I wanted to change the text in the cuteeditor by the same code as above. But that is not happening.
Any help is appreciated.
hi,
please refer to the javascript api at http://cutesoft.net/developer+guide/scr/JavaScript-API.htm and use the "getHTML()" and "SetHTML()" to get/set the content for editor.
regards,
Ken
Thanks for the reply.. Do we need to include any script file related to cuteeditor in the page. The setHTML lines in javasctipt doesn't work it gives "object doesn't support this method error'.
I am using WOLabeledCuteTextBox in my project.
please refer to the document again, you need to get the editor instance first and use that api. you can try the example page below.
Regards,