Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / docs / output / Ext.AbstractPlugin.js
1 Ext.data.JsonP.Ext_AbstractPlugin({
2   "tagname": "class",
3   "name": "Ext.AbstractPlugin",
4   "doc": "<p>Plugins are injected</p>\n",
5   "extends": "Object",
6   "mixins": [
7
8   ],
9   "alternateClassNames": [
10
11   ],
12   "xtype": null,
13   "author": null,
14   "docauthor": null,
15   "singleton": false,
16   "private": false,
17   "cfg": [
18
19   ],
20   "method": [
21     {
22       "tagname": "method",
23       "name": "destroy",
24       "member": "Ext.AbstractPlugin",
25       "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",
26       "params": [
27
28       ],
29       "return": {
30         "type": "void",
31         "doc": "\n"
32       },
33       "private": false,
34       "static": false,
35       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractPlugin.js",
36       "linenr": 30,
37       "html_filename": "AbstractPlugin.html",
38       "href": "AbstractPlugin.html#Ext-AbstractPlugin-method-destroy",
39       "shortDoc": "The destroy method is invoked by the owning Component at the time the Component is being destroyed.\nUse this method t..."
40     },
41     {
42       "tagname": "method",
43       "name": "disable",
44       "member": "Ext.AbstractPlugin",
45       "doc": "<p>Disable the plugin and set the disabled flag to true.</p>\n",
46       "params": [
47
48       ],
49       "return": {
50         "type": "void",
51         "doc": "\n"
52       },
53       "private": false,
54       "static": false,
55       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractPlugin.js",
56       "linenr": 44,
57       "html_filename": "AbstractPlugin.html",
58       "href": "AbstractPlugin.html#Ext-AbstractPlugin-method-disable",
59       "shortDoc": "<p>Disable the plugin and set the disabled flag to true.</p>\n"
60     },
61     {
62       "tagname": "method",
63       "name": "enable",
64       "member": "Ext.AbstractPlugin",
65       "doc": "<p>Enable the plugin and set the disabled flag to false.</p>\n",
66       "params": [
67
68       ],
69       "return": {
70         "type": "void",
71         "doc": "\n"
72       },
73       "private": false,
74       "static": false,
75       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractPlugin.js",
76       "linenr": 37,
77       "html_filename": "AbstractPlugin.html",
78       "href": "AbstractPlugin.html#Ext-AbstractPlugin-method-enable",
79       "shortDoc": "<p>Enable the plugin and set the disabled flag to false.</p>\n"
80     },
81     {
82       "tagname": "method",
83       "name": "init",
84       "member": "Ext.AbstractPlugin",
85       "doc": "<p>The init method is invoked after initComponent has been run for the\ncomponent which we are injecting the plugin into.</p>\n",
86       "params": [
87
88       ],
89       "return": {
90         "type": "void",
91         "doc": "\n"
92       },
93       "private": false,
94       "static": false,
95       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractPlugin.js",
96       "linenr": 23,
97       "html_filename": "AbstractPlugin.html",
98       "href": "AbstractPlugin.html#Ext-AbstractPlugin-method-init",
99       "shortDoc": "<p>The init method is invoked after initComponent has been run for the\ncomponent which we are injecting the plugin into.</p>\n"
100     }
101   ],
102   "property": [
103
104   ],
105   "event": [
106
107   ],
108   "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractPlugin.js",
109   "linenr": 1,
110   "html_filename": "AbstractPlugin.html",
111   "href": "AbstractPlugin.html#Ext-AbstractPlugin",
112   "cssVar": [
113
114   ],
115   "cssMixin": [
116
117   ],
118   "component": false,
119   "superclasses": [
120
121   ],
122   "subclasses": [
123     "Ext.grid.plugin.DragDrop",
124     "Ext.tree.ViewDDPlugin"
125   ],
126   "mixedInto": [
127
128   ],
129   "allMixins": [
130
131   ]
132 });