Hi all,
I ma using extJs 3.4 and i have used html editor. But for some purpose I need to edit code and write my own code inside theExt.extend(Ext.form.Field, { //method
But i can not find the htmleditor.js on my system. It exists in src/wdigets/form directory but on alert('something') it is not printing anything that means this is not called.
Please tell me the exact path of this file.
Thanks
Hye scott, thanks for your valuable reply. I found it later on.
In src/wdigets/form/HtmlEditor.js we can find the code but actually it is not used. If we want to modify something then we have to open ext-all.js and find out where actually the code of HtmlEditor.js exists in ext-all.js and change at appropriate place.
Hope I am clear
It is not recommended to modify the original code. You should create an override to change default behavior or extend an existing component to add new features.