Hi guys,
i have a little question ;
How can i change the text (html) inside ckeditor in runtime with javascript?
I'm getting some product information from the database , and i want to change the text inside the ckeditor.
i tried different things ::
Thanks 4 help
i have a little question ;
How can i change the text (html) inside ckeditor in runtime with javascript?
I'm getting some product information from the database , and i want to change the text inside the ckeditor.
i tried different things ::
cke = CKEDITOR.instances.productInfo; cke.text ? cke.innerHtml ? cke.loadData document.getElementById('productInfo').innerhtml ? .text ?
Thanks 4 help
Re: Update text in CKEditor in runtime