Opened 11 years ago
Last modified 11 years ago
#13337 closed New Feature
Improve way of listening to events on widgets repo. — at Version 3
| Reported by: | Artur Delura | Owned by: | Artur Delura |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 4.5.0 |
| Component: | General | Version: | 4.3 Beta |
| Keywords: | Cc: |
Description (last modified by )
There should be such API available.
editor.widgets.onChange('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.
Change History (3)
comment:1 Changed 11 years ago by
| Owner: | set to Artur Delura |
|---|---|
| Status: | new → assigned |
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
| Description: | modified (diff) |
|---|---|
| Status: | assigned → review |

Changes and tests in branch:t/13337b.