can you help me, it tryed to write a plugins, but some there are some errors :
I try to add a button in the HtmlEditor. Directly in the "onready" my script work perfectly, but i want to transform my scipt to a plugins or is there a good tuto to make plugins. Thanks
var scriptEditor = new Ext.form.HtmlEditor({
id:'htmlEd',
fieldLabel:'',
width:550,
height:200,
plugins: new Ext.ux.plugins.scriptEditor([{arg1:'test
}])
});