Changes between Initial Version and Version 1 of Ticket #4159
- Timestamp:
- Jul 30, 2009, 11:14:54 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4159
-
Property
Milestone
changed from
CKEditor 3.0
to
-
Property
Milestone
changed from
-
Ticket #4159 – Description
initial v1 1 1 It would be nice to have a single 'change' event to listen for rather than having to do this: 2 2 3 {{{ 3 4 // Register message changes to update the links. Wouldn't a 4 5 // 'change' event be nice? … … 11 12 oEditor.on ('afterUndo', updateLinksTimer); 12 13 oEditor.on ('afterRedo', updateLinksTimer); 14 }}} 13 15 14 Thanks ,16 Thanks.