Hello,
I have a problem when i paste code with a textarea tag inside a ckeditor i cannot do anything.
It seems that the editor is confused and is treating the textarea tag as a ckeditor instance.
Is there any way to solve that?
Thank yo.
I have a problem when i paste code with a textarea tag inside a ckeditor i cannot do anything.
It seems that the editor is confused and is treating the textarea tag as a ckeditor instance.
Is there any way to solve that?
Thank yo.

Re: Problem with TextArea and CkEditor
Re: Problem with TextArea and CkEditor
Re: Problem with TextArea and CkEditor
Re: Problem with TextArea and CkEditor
I used PHP's htmlspecialchars on the HTML that's in the editor. And it seems to work.
SAMPLE CODE
Then this "editor" textarea is replaced by CKEditor.