X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/docs/api/Ext.AbstractPlugin.html diff --git a/docs/api/Ext.AbstractPlugin.html b/docs/api/Ext.AbstractPlugin.html new file mode 100644 index 00000000..ae2d6401 --- /dev/null +++ b/docs/api/Ext.AbstractPlugin.html @@ -0,0 +1,51 @@ +Ext.AbstractPlugin | Ext JS 4.0 Documentation +
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    +
\ No newline at end of file