Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / docs / output / Ext.AbstractPlugin.js
diff --git a/docs/output/Ext.AbstractPlugin.js b/docs/output/Ext.AbstractPlugin.js
new file mode 100644 (file)
index 0000000..5f1e1d1
--- /dev/null
@@ -0,0 +1,132 @@
+Ext.data.JsonP.Ext_AbstractPlugin({
+  "tagname": "class",
+  "name": "Ext.AbstractPlugin",
+  "doc": "<p>Plugins are injected</p>\n",
+  "extends": "Object",
+  "mixins": [
+
+  ],
+  "alternateClassNames": [
+
+  ],
+  "xtype": null,
+  "author": null,
+  "docauthor": null,
+  "singleton": false,
+  "private": false,
+  "cfg": [
+
+  ],
+  "method": [
+    {
+      "tagname": "method",
+      "name": "destroy",
+      "member": "Ext.AbstractPlugin",
+      "doc": "<p>The destroy method is invoked by the owning Component at the time the Component is being destroyed.\nUse this method to clean up an resources.</p>\n",
+      "params": [
+
+      ],
+      "return": {
+        "type": "void",
+        "doc": "\n"
+      },
+      "private": false,
+      "static": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractPlugin.js",
+      "linenr": 30,
+      "html_filename": "AbstractPlugin.html",
+      "href": "AbstractPlugin.html#Ext-AbstractPlugin-method-destroy",
+      "shortDoc": "The destroy method is invoked by the owning Component at the time the Component is being destroyed.\nUse this method t..."
+    },
+    {
+      "tagname": "method",
+      "name": "disable",
+      "member": "Ext.AbstractPlugin",
+      "doc": "<p>Disable the plugin and set the disabled flag to true.</p>\n",
+      "params": [
+
+      ],
+      "return": {
+        "type": "void",
+        "doc": "\n"
+      },
+      "private": false,
+      "static": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractPlugin.js",
+      "linenr": 44,
+      "html_filename": "AbstractPlugin.html",
+      "href": "AbstractPlugin.html#Ext-AbstractPlugin-method-disable",
+      "shortDoc": "<p>Disable the plugin and set the disabled flag to true.</p>\n"
+    },
+    {
+      "tagname": "method",
+      "name": "enable",
+      "member": "Ext.AbstractPlugin",
+      "doc": "<p>Enable the plugin and set the disabled flag to false.</p>\n",
+      "params": [
+
+      ],
+      "return": {
+        "type": "void",
+        "doc": "\n"
+      },
+      "private": false,
+      "static": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractPlugin.js",
+      "linenr": 37,
+      "html_filename": "AbstractPlugin.html",
+      "href": "AbstractPlugin.html#Ext-AbstractPlugin-method-enable",
+      "shortDoc": "<p>Enable the plugin and set the disabled flag to false.</p>\n"
+    },
+    {
+      "tagname": "method",
+      "name": "init",
+      "member": "Ext.AbstractPlugin",
+      "doc": "<p>The init method is invoked after initComponent has been run for the\ncomponent which we are injecting the plugin into.</p>\n",
+      "params": [
+
+      ],
+      "return": {
+        "type": "void",
+        "doc": "\n"
+      },
+      "private": false,
+      "static": false,
+      "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractPlugin.js",
+      "linenr": 23,
+      "html_filename": "AbstractPlugin.html",
+      "href": "AbstractPlugin.html#Ext-AbstractPlugin-method-init",
+      "shortDoc": "<p>The init method is invoked after initComponent has been run for the\ncomponent which we are injecting the plugin into.</p>\n"
+    }
+  ],
+  "property": [
+
+  ],
+  "event": [
+
+  ],
+  "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractPlugin.js",
+  "linenr": 1,
+  "html_filename": "AbstractPlugin.html",
+  "href": "AbstractPlugin.html#Ext-AbstractPlugin",
+  "cssVar": [
+
+  ],
+  "cssMixin": [
+
+  ],
+  "component": false,
+  "superclasses": [
+
+  ],
+  "subclasses": [
+    "Ext.grid.plugin.DragDrop",
+    "Ext.tree.ViewDDPlugin"
+  ],
+  "mixedInto": [
+
+  ],
+  "allMixins": [
+
+  ]
+});
\ No newline at end of file