Sencha Documentation

Plugins are injected

Properties

 
init : Object
The init method is invoked after initComponent has been run for the component which we are injecting the plugin into.
The init method is invoked after initComponent has been run for the component which we are injecting the plugin into.

Methods

 
disable : Void
Disable the plugin and set the disabled flag to true.
Disable the plugin and set the disabled flag to true.
 
enable : Void
Enable the plugin and set the disabled flag to false.
Enable the plugin and set the disabled flag to false.