Hello,
i try this code
i create a editor, save it and at the first save call all works fine. when i want to readd the editor i get the error
i.content.window i snull when i try the above. i first want to destory the old editor and the recreate it but i get this error. afte ranoteh rcall the editor is appearing but when i save i alwys get the old content of the editor and not the changed content:(
The error appears at
Whats worng?
please help me.
i try this code
destroyEditor: function() {
if ( editor )
{
editor.destroy();
editor = undefined;
alert("destroy");
}
},i create a editor, save it and at the first save call all works fine. when i want to readd the editor i get the error
i.content.window i snull when i try the above. i first want to destory the old editor and the recreate it but i get this error. afte ranoteh rcall the editor is appearing but when i save i alwys get the old content of the editor and not the changed content:(
The error appears at
editor.destroy();
Whats worng?
please help me.

Re: destoryEditor