Close Menu
destroy: function() if (this.host) this.host.un('someevent', this.handler, this); delete this.host; this.callParent();
init: function(host) var originalMethod = host.someMethod; host.someMethod = function() // pre-processing var result = originalMethod.apply(this, arguments); // post-processing return result; ; extjs plugins
onItemDblClick: function(view, record, item, index, e) this.toggleRow(view, index, null, null, e, record); destroy: function() if (this
init: function(form) this.form = form; form.on('beforeaction', this.onBeforeSubmit, this); , destroy: function() if (this.host) this.host.un('someevent'