For up to date documentation and features, visit http://docs.sencha.com/ext-js/4-0

Sencha Documentation

Plugins are injected

Defined By

Properties

 
The destroy method is invoked by the owning Component at the time the Component is being destroyed. Use this method t...

The destroy method is invoked by the owning Component at the time the Component is being destroyed. Use this method to clean up an resources.

 

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.

Defined By

Methods

 

Disable the plugin and set the disabled flag to true.

Disable the plugin and set the disabled flag to true.

Returns

  • void   
 

Enable the plugin and set the disabled flag to false.

Enable the plugin and set the disabled flag to false.

Returns

  • void