Opened 16 years ago
Closed 16 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 )
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 16 years ago by
Description: | modified (diff) |
---|---|
Milestone: | CKEditor 3.0 |
comment:2 Changed 16 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
DUP of #900