X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6a7e4474cba9d8be4b2ec445e10f1691f7277c50..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
+
+
+
+
+
+
+
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