Can I get the editor's data in plain text format?
I know that:
CKEDITOR.instances.editor1.getData()
can get the data of editor, but is in HTML format. I want to get the editor's data in plain text format, just like "innerText" attribute, how can I do that?
I know that:
CKEDITOR.instances.editor1.getData()
can get the data of editor, but is in HTML format. I want to get the editor's data in plain text format, just like "innerText" attribute, how can I do that?
Re: Can I get the editor's data in plain text format?
Re: Can I get the editor's data in plain text format?
But, can ckeditor save plain text data to a textarea automatically? Just like HTML format data.