Opened 11 years ago
Last modified 11 years ago
#13337 closed New Feature
Improve way of listening to events on widgets repo. — at Initial Version
| Reported by: | Artur Delura | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 4.5.0 |
| Component: | General | Version: | 4.3 Beta |
| Keywords: | Cc: |
Description
There should be such API available.
editor.widgets.on('image2', 'data', func() {});
So we are listening once on widgets repo, and callback is executed when event occur on specific widget.
Callback function should be called on elements which are created after adding listener callback.
