this.rbCKEditor.on('destroy', function() {
log('destroying');
});
log(this.rbCKEditor);
this.rbCKEditor.destroy();
log(this.rbCKEditor);Object
destroying
Object
According to the docs
Object
destroying
undefined
this.rbCKEditor.on('destroy', function() {
log('destroying');
});
log(this.rbCKEditor);
this.rbCKEditor.destroy();
log(this.rbCKEditor);Object
destroying
Object
Object
destroying
undefined
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.