Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / output / Ext.panel.Proxy.js
1 Ext.data.JsonP.Ext_panel_Proxy({
2   "allMixins": [
3
4   ],
5   "deprecated": null,
6   "docauthor": null,
7   "members": {
8     "cfg": [
9       {
10         "type": "Boolean",
11         "deprecated": null,
12         "alias": null,
13         "protected": false,
14         "tagname": "cfg",
15         "href": "Proxy.html#Ext-panel-Proxy-cfg-insertProxy",
16         "shortDoc": "True to insert a placeholder proxy element\nwhile dragging the panel, false to drag with no proxy (defaults to true). ...",
17         "static": false,
18         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/panel/Proxy.js",
19         "private": false,
20         "name": "insertProxy",
21         "owner": "Ext.panel.Proxy",
22         "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",
23         "linenr": 27,
24         "html_filename": "Proxy.html"
25       }
26     ],
27     "method": [
28       {
29         "deprecated": null,
30         "alias": null,
31         "href": "Proxy.html#Ext-panel-Proxy-method-constructor",
32         "tagname": "method",
33         "protected": false,
34         "shortDoc": "Creates new panel proxy. ...",
35         "static": false,
36         "params": [
37           {
38             "type": "Ext.panel.Panel",
39             "optional": false,
40             "doc": "<p>The <a href=\"#/api/Ext.panel.Panel\" rel=\"Ext.panel.Panel\" class=\"docClass\">Ext.panel.Panel</a> to proxy for</p>\n",
41             "name": "panel"
42           },
43           {
44             "type": "Object",
45             "optional": true,
46             "doc": "<p>(optional) Config object</p>\n",
47             "name": "config"
48           }
49         ],
50         "private": false,
51         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/panel/Proxy.js",
52         "doc": "<p>Creates new panel proxy.</p>\n",
53         "owner": "Ext.panel.Proxy",
54         "name": "Proxy",
55         "html_filename": "Proxy.html",
56         "return": {
57           "type": "Object",
58           "doc": "\n"
59         },
60         "linenr": 12
61       },
62       {
63         "deprecated": null,
64         "alias": null,
65         "protected": false,
66         "tagname": "method",
67         "href": "Proxy.html#Ext-panel-Proxy-method-getEl",
68         "shortDoc": "Gets the proxy's element ...",
69         "static": false,
70         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/panel/Proxy.js",
71         "private": false,
72         "params": [
73
74         ],
75         "name": "getEl",
76         "owner": "Ext.panel.Proxy",
77         "doc": "<p>Gets the proxy's element</p>\n",
78         "linenr": 42,
79         "return": {
80           "type": "Element",
81           "doc": "<p>The proxy's element</p>\n"
82         },
83         "html_filename": "Proxy.html"
84       },
85       {
86         "deprecated": null,
87         "alias": null,
88         "protected": false,
89         "tagname": "method",
90         "href": "Proxy.html#Ext-panel-Proxy-method-getGhost",
91         "shortDoc": "Gets the proxy's ghost Panel ...",
92         "static": false,
93         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/panel/Proxy.js",
94         "private": false,
95         "params": [
96
97         ],
98         "name": "getGhost",
99         "owner": "Ext.panel.Proxy",
100         "doc": "<p>Gets the proxy's ghost Panel</p>\n",
101         "linenr": 50,
102         "return": {
103           "type": "Panel",
104           "doc": "<p>The proxy's ghost Panel</p>\n"
105         },
106         "html_filename": "Proxy.html"
107       },
108       {
109         "deprecated": null,
110         "alias": null,
111         "protected": false,
112         "tagname": "method",
113         "href": "Proxy.html#Ext-panel-Proxy-method-getProxy",
114         "shortDoc": "Gets the proxy element. ...",
115         "static": false,
116         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/panel/Proxy.js",
117         "private": false,
118         "params": [
119
120         ],
121         "name": "getProxy",
122         "owner": "Ext.panel.Proxy",
123         "doc": "<p>Gets the proxy element. This is the element that represents where the\nPanel was before we started the drag operation.</p>\n",
124         "linenr": 58,
125         "return": {
126           "type": "Element",
127           "doc": "<p>The proxy's element</p>\n"
128         },
129         "html_filename": "Proxy.html"
130       },
131       {
132         "deprecated": null,
133         "alias": null,
134         "protected": false,
135         "tagname": "method",
136         "href": "Proxy.html#Ext-panel-Proxy-method-hide",
137         "shortDoc": "Hides the proxy ...",
138         "static": false,
139         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/panel/Proxy.js",
140         "private": false,
141         "params": [
142
143         ],
144         "name": "hide",
145         "owner": "Ext.panel.Proxy",
146         "doc": "<p>Hides the proxy</p>\n",
147         "linenr": 67,
148         "return": {
149           "type": "void",
150           "doc": "\n"
151         },
152         "html_filename": "Proxy.html"
153       },
154       {
155         "deprecated": null,
156         "alias": null,
157         "protected": false,
158         "tagname": "method",
159         "href": "Proxy.html#Ext-panel-Proxy-method-moveProxy",
160         "shortDoc": "Moves the proxy to a different position in the DOM. ...",
161         "static": false,
162         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/panel/Proxy.js",
163         "private": false,
164         "params": [
165           {
166             "type": "HTMLElement",
167             "optional": false,
168             "doc": "<p>The proxy's parent DOM node</p>\n",
169             "name": "parentNode"
170           },
171           {
172             "type": "HTMLElement",
173             "optional": true,
174             "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",
175             "name": "before"
176           }
177         ],
178         "name": "moveProxy",
179         "owner": "Ext.panel.Proxy",
180         "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",
181         "linenr": 108,
182         "return": {
183           "type": "void",
184           "doc": "\n"
185         },
186         "html_filename": "Proxy.html"
187       },
188       {
189         "deprecated": null,
190         "alias": null,
191         "protected": false,
192         "tagname": "method",
193         "href": "Proxy.html#Ext-panel-Proxy-method-show",
194         "shortDoc": "Shows the proxy ...",
195         "static": false,
196         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/panel/Proxy.js",
197         "private": false,
198         "params": [
199
200         ],
201         "name": "show",
202         "owner": "Ext.panel.Proxy",
203         "doc": "<p>Shows the proxy</p>\n",
204         "linenr": 83,
205         "return": {
206           "type": "void",
207           "doc": "\n"
208         },
209         "html_filename": "Proxy.html"
210       }
211     ],
212     "property": [
213       {
214         "type": "Ext.panel.Panel",
215         "deprecated": null,
216         "alias": null,
217         "protected": false,
218         "tagname": "property",
219         "href": "Proxy.html#Ext-panel-Proxy-property-panel",
220         "static": false,
221         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/panel/Proxy.js",
222         "private": false,
223         "name": "panel",
224         "owner": "Ext.panel.Proxy",
225         "doc": "\n",
226         "linenr": 18,
227         "html_filename": "Proxy.html"
228       }
229     ],
230     "cssVar": [
231
232     ],
233     "cssMixin": [
234
235     ],
236     "event": [
237
238     ]
239   },
240   "singleton": false,
241   "alias": null,
242   "superclasses": [
243
244   ],
245   "protected": false,
246   "tagname": "class",
247   "mixins": [
248
249   ],
250   "href": "Proxy.html#Ext-panel-Proxy",
251   "subclasses": [
252
253   ],
254   "static": false,
255   "author": null,
256   "component": false,
257   "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/panel/Proxy.js",
258   "private": false,
259   "alternateClassNames": [
260     "Ext.dd.PanelProxy"
261   ],
262   "name": "Ext.panel.Proxy",
263   "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",
264   "mixedInto": [
265
266   ],
267   "linenr": 1,
268   "xtypes": [
269
270   ],
271   "html_filename": "Proxy.html",
272   "extends": "Object"
273 });