-
Ext User
Change event for HtmlEditor not firing
Change event for HtmlEditor not firing
Does anyone have any idea why the below change event is not fired when I change the content of the HtmlEditor and move focus to another component?
thanks
myHtmlEditor = new Ext.form.HtmlEditor({
...
});
myHtmlEditor.on('change', onHtmlEditorChanged);
-
Sencha - Ext JS Dev Team
Well, unless the documentation is incorrect, there is no change event.
http://extjs.com/deploy/ext/docs/out...tmlEditor.html
-
Ext User
Exactly, so, how do I make it so that a "dirty" icon is turned on, or the component changes color to red, when there are changes done?
Web developer,
Japan 
-
Sencha - Ext JS Dev Team
-
Ext User
Thanks, I got it to work sort of. Unfortunately it is called as soon as the contents change, not on Blur, like the other compos.
Web developer,
Japan 
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us