Extjs Plugins -
Plugin methods not being called.
// Use the host as shared state container init: function(host) { host.pluginState = host.pluginState || {}; host.pluginState.myData = 'something'; } extjs plugins
Plugin methods not being called.
// Use the host as shared state container init: function(host) { host.pluginState = host.pluginState || {}; host.pluginState.myData = 'something'; } extjs plugins