Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / docs / output / Ext.panel.Proxy.js
1 Ext.data.JsonP.Ext_panel_Proxy({
2   "tagname": "class",
3   "name": "Ext.panel.Proxy",
4   "doc": "<p>A custom drag proxy implementation specific to <a href=\"#/api/Ext.panel.Panel\" rel=\"Ext.panel.Panel\" class=\"docClass\">Ext.panel.Panel</a>s. This class\nis primarily used internally for the Panel's drag drop implementation, and\nshould never need to be created directly.</p>\n",
5   "extends": "Object",
6   "mixins": [
7
8   ],
9   "alternateClassNames": [
10     "Ext.dd.PanelProxy"
11   ],
12   "xtype": null,
13   "author": null,
14   "docauthor": null,
15   "singleton": false,
16   "private": false,
17   "cfg": [
18     {
19       "tagname": "cfg",
20       "name": "insertProxy",
21       "member": "Ext.panel.Proxy",
22       "type": "Boolean",
23       "doc": "<p>True to insert a placeholder proxy element\nwhile dragging the panel, false to drag with no proxy (defaults to true).\nMost Panels are not absolute positioned and therefore we need to reserve\nthis space.</p>\n",
24       "private": false,
25       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/panel/Proxy.js",
26       "linenr": 25,
27       "html_filename": "Proxy.html",
28       "href": "Proxy.html#Ext-panel-Proxy-cfg-insertProxy",
29       "shortDoc": "True to insert a placeholder proxy element\nwhile dragging the panel, false to drag with no proxy (defaults to true).\n..."
30     }
31   ],
32   "method": [
33     {
34       "tagname": "method",
35       "name": "Proxy",
36       "member": "Ext.panel.Proxy",
37       "doc": "\n",
38       "params": [
39         {
40           "type": "Object",
41           "name": "panel",
42           "doc": "<p>The <a href=\"#/api/Ext.panel.Panel\" rel=\"Ext.panel.Panel\" class=\"docClass\">Ext.panel.Panel</a> to proxy for</p>\n",
43           "optional": false
44         },
45         {
46           "type": "Object",
47           "name": "config",
48           "doc": "<p>Configuration options</p>\n",
49           "optional": false
50         }
51       ],
52       "return": {
53         "type": "void",
54         "doc": "\n"
55       },
56       "private": false,
57       "static": false,
58       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/panel/Proxy.js",
59       "linenr": 1,
60       "html_filename": "Proxy.html",
61       "href": "Proxy.html#Ext-panel-Proxy-method-constructor",
62       "shortDoc": "\n"
63     },
64     {
65       "tagname": "method",
66       "name": "getEl",
67       "member": "Ext.panel.Proxy",
68       "doc": "<p>Gets the proxy's element</p>\n",
69       "params": [
70
71       ],
72       "return": {
73         "type": "Element",
74         "doc": "<p>The proxy's element</p>\n"
75       },
76       "private": false,
77       "static": false,
78       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/panel/Proxy.js",
79       "linenr": 40,
80       "html_filename": "Proxy.html",
81       "href": "Proxy.html#Ext-panel-Proxy-method-getEl",
82       "shortDoc": "<p>Gets the proxy's element</p>\n"
83     },
84     {
85       "tagname": "method",
86       "name": "getGhost",
87       "member": "Ext.panel.Proxy",
88       "doc": "<p>Gets the proxy's ghost Panel</p>\n",
89       "params": [
90
91       ],
92       "return": {
93         "type": "Panel",
94         "doc": "<p>The proxy's ghost Panel</p>\n"
95       },
96       "private": false,
97       "static": false,
98       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/panel/Proxy.js",
99       "linenr": 48,
100       "html_filename": "Proxy.html",
101       "href": "Proxy.html#Ext-panel-Proxy-method-getGhost",
102       "shortDoc": "<p>Gets the proxy's ghost Panel</p>\n"
103     },
104     {
105       "tagname": "method",
106       "name": "getProxy",
107       "member": "Ext.panel.Proxy",
108       "doc": "<p>Gets the proxy element. This is the element that represents where the\nPanel was before we started the drag operation.</p>\n",
109       "params": [
110
111       ],
112       "return": {
113         "type": "Element",
114         "doc": "<p>The proxy's element</p>\n"
115       },
116       "private": false,
117       "static": false,
118       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/panel/Proxy.js",
119       "linenr": 56,
120       "html_filename": "Proxy.html",
121       "href": "Proxy.html#Ext-panel-Proxy-method-getProxy",
122       "shortDoc": "<p>Gets the proxy element. This is the element that represents where the\nPanel was before we started the drag operation.</p>\n"
123     },
124     {
125       "tagname": "method",
126       "name": "hide",
127       "member": "Ext.panel.Proxy",
128       "doc": "<p>Hides the proxy</p>\n",
129       "params": [
130
131       ],
132       "return": {
133         "type": "void",
134         "doc": "\n"
135       },
136       "private": false,
137       "static": false,
138       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/panel/Proxy.js",
139       "linenr": 65,
140       "html_filename": "Proxy.html",
141       "href": "Proxy.html#Ext-panel-Proxy-method-hide",
142       "shortDoc": "<p>Hides the proxy</p>\n"
143     },
144     {
145       "tagname": "method",
146       "name": "moveProxy",
147       "member": "Ext.panel.Proxy",
148       "doc": "<p>Moves the proxy to a different position in the DOM.  This is typically\ncalled while dragging the Panel to keep the proxy sync'd to the Panel's\nlocation.</p>\n",
149       "params": [
150         {
151           "type": "HTMLElement",
152           "name": "parentNode",
153           "doc": "<p>The proxy's parent DOM node</p>\n",
154           "optional": false
155         },
156         {
157           "type": "HTMLElement",
158           "name": "before",
159           "doc": "<p>(optional) The sibling node before which the\nproxy should be inserted (defaults to the parent's last child if not\nspecified)</p>\n",
160           "optional": true
161         }
162       ],
163       "return": {
164         "type": "void",
165         "doc": "\n"
166       },
167       "private": false,
168       "static": false,
169       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/panel/Proxy.js",
170       "linenr": 106,
171       "html_filename": "Proxy.html",
172       "href": "Proxy.html#Ext-panel-Proxy-method-moveProxy",
173       "shortDoc": "Moves the proxy to a different position in the DOM.  This is typically\ncalled while dragging the Panel to keep the pr..."
174     },
175     {
176       "tagname": "method",
177       "name": "show",
178       "member": "Ext.panel.Proxy",
179       "doc": "<p>Shows the proxy</p>\n",
180       "params": [
181
182       ],
183       "return": {
184         "type": "void",
185         "doc": "\n"
186       },
187       "private": false,
188       "static": false,
189       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/panel/Proxy.js",
190       "linenr": 81,
191       "html_filename": "Proxy.html",
192       "href": "Proxy.html#Ext-panel-Proxy-method-show",
193       "shortDoc": "<p>Shows the proxy</p>\n"
194     }
195   ],
196   "property": [
197     {
198       "tagname": "property",
199       "name": "panel",
200       "member": "Ext.panel.Proxy",
201       "type": "Ext.panel.Panel",
202       "doc": "\n",
203       "private": false,
204       "static": false,
205       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/panel/Proxy.js",
206       "linenr": 16,
207       "html_filename": "Proxy.html",
208       "href": "Proxy.html#Ext-panel-Proxy-property-panel"
209     }
210   ],
211   "event": [
212
213   ],
214   "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/panel/Proxy.js",
215   "linenr": 1,
216   "html_filename": "Proxy.html",
217   "href": "Proxy.html#Ext-panel-Proxy",
218   "cssVar": [
219
220   ],
221   "cssMixin": [
222
223   ],
224   "component": false,
225   "superclasses": [
226
227   ],
228   "subclasses": [
229
230   ],
231   "mixedInto": [
232
233   ],
234   "allMixins": [
235
236   ]
237 });