id summary reporter owner description type status priority milestone component version resolution keywords cc 4159 should have change event Derek Price "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." New Feature closed Normal General 3.0 RC duplicate