i have it so that when the user clicks a button it appends the editor instance to a div. but when they click again it adds another editor under the first despite having:
any ideas where im going wrong?
var editor2 = CKEDITOR.instances.editor2;
if (!editor2)
{
var editor2 = CKEDITOR.appendTo( 'quick_reply', config);
}
any ideas where im going wrong?

Re: editor.remove not working
Re: editor.remove not working
editor.destroy()