Changes between Initial Version and Version 1 of Ticket #14610, comment 8
- Timestamp:
- May 10, 2016, 4:40:29 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14610, comment 8
initial v1 1 Did you see that before removeElement I used CKEDITOR.instances[elemName].destroy(true); which will destroy complete ckeditor object? 2 When complete object ckeditor with plugins are destryed, why notification plugin continue? 1 Ohh sorry, maybe i found what is the problem. I destroyed old CK object but forget destroy CK object in modal dialog.