X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..refs/heads/master:/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
-
-
-
-
-
-
-
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
Enable the plugin and set the disabled flag to false.
-
Enable the plugin and set the disabled flag to false.
-
Returns
\ No newline at end of file