X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/output/Ext.AbstractPlugin.js diff --git a/docs/output/Ext.AbstractPlugin.js b/docs/output/Ext.AbstractPlugin.js new file mode 100644 index 00000000..5f1e1d17 --- /dev/null +++ b/docs/output/Ext.AbstractPlugin.js @@ -0,0 +1,132 @@ +Ext.data.JsonP.Ext_AbstractPlugin({ + "tagname": "class", + "name": "Ext.AbstractPlugin", + "doc": "

Plugins are injected

\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": "

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.

\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": "

Disable the plugin and set the disabled flag to true.

\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": "

Disable the plugin and set the disabled flag to true.

\n" + }, + { + "tagname": "method", + "name": "enable", + "member": "Ext.AbstractPlugin", + "doc": "

Enable the plugin and set the disabled flag to false.

\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": "

Enable the plugin and set the disabled flag to false.

\n" + }, + { + "tagname": "method", + "name": "init", + "member": "Ext.AbstractPlugin", + "doc": "

The init method is invoked after initComponent has been run for the\ncomponent which we are injecting the plugin into.

\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": "

The init method is invoked after initComponent has been run for the\ncomponent which we are injecting the plugin into.

\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