Hi,
I have a little problem here: I cannot destroy any CKEditor instances. The code is rather simple:
this.rbCKEditor.on('destroy', function() { log('destroying'); }); log(this.rbCKEditor); this.rbCKEditor.destroy(); log(this.rbCKEditor);
Hi,
I have a little problem here: I cannot destroy any CKEditor instances. The code is rather simple:
this.rbCKEditor.on('destroy', function() { log('destroying'); }); log(this.rbCKEditor); this.rbCKEditor.destroy(); log(this.rbCKEditor);
Re: Can't destroy CKEditor instances
Ok, that was another problem. Still I'm a I'm wondering if my CKEditor instances are properly destroyed.