Changes between Initial Version and Version 1 of Ticket #4159


Ignore:
Timestamp:
Jul 30, 2009, 11:14:54 PM (15 years ago)
Author:
Frederico Caldeira Knabben
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4159

    • Property Milestone changed from CKEditor 3.0 to
  • Ticket #4159 – Description

    initial v1  
    11It would be nice to have a single 'change' event to listen for rather than having to do this:
    22
     3{{{
    34    // Register message changes to update the links.  Wouldn't a
    45    // 'change' event be nice?
     
    1112    oEditor.on ('afterUndo', updateLinksTimer);
    1213    oEditor.on ('afterRedo', updateLinksTimer);
     14}}}
    1315
    14 Thanks,
     16Thanks.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy