Opened 9 years ago

Last modified 9 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 Artur Delura)

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 9 years ago by Artur Delura

Owner: set to Artur Delura
Status: newassigned

comment:2 Changed 9 years ago by Artur Delura

Changes and tests in branch:t/13337b.

comment:3 Changed 9 years ago by Artur Delura

Description: modified (diff)
Status: assignedreview
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy