Hello,
how can i remove the text inside a textarea element with id myEditorText and insert another formatted test?
CKEDITOR.dom.text.instances.myEditorText.setText('Hello world'); is not working
How to remove a text?
Thanks
GM
Hello,
how can i remove the text inside a textarea element with id myEditorText and insert another formatted test?
CKEDITOR.dom.text.instances.myEditorText.setText('Hello world'); is not working
How to remove a text?
Thanks
GM