Opened 15 years ago

Closed 15 years ago

#4159 closed New Feature (duplicate)

should have change event

Reported by: Derek Price Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0 RC
Keywords: Cc:

Description (last modified by Frederico Caldeira Knabben)

It would be nice to have a single 'change' event to listen for rather than having to do this:

    // Register message changes to update the links.  Wouldn't a
    // 'change' event be nice?
    oEditor.on ('change', updateLinksTimer);
    oEditor.on ('setData', updateLinksTimer);
    oEditor.on ('insertHtml', updateLinksTimer);
    oEditor.on ('insertElement', updateLinksTimer);
    oEditor.on ('loadSnapshot', updateLinksTimer);
    oEditor.on ('key', updateLinksTimer);
    oEditor.on ('afterUndo', updateLinksTimer);
    oEditor.on ('afterRedo', updateLinksTimer);

Thanks.

Change History (2)

comment:1 Changed 15 years ago by Frederico Caldeira Knabben

Description: modified (diff)
Milestone: CKEditor 3.0

comment:2 Changed 15 years ago by Frederico Caldeira Knabben

Resolution: duplicate
Status: newclosed

DUP of #900

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