X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/api/Ext.AbstractPlugin.html diff --git a/docs/api/Ext.AbstractPlugin.html b/docs/api/Ext.AbstractPlugin.html deleted file mode 100644 index ae2d6401..00000000 --- a/docs/api/Ext.AbstractPlugin.html +++ /dev/null @@ -1,51 +0,0 @@ -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