Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / docs / output / Ext.dd.DragDropManager.ElementWrapper.js
1 Ext.data.JsonP.Ext_dd_DragDropManager_ElementWrapper({
2   "tagname": "class",
3   "name": "Ext.dd.DragDropManager.ElementWrapper",
4   "doc": "<p>Inner class for cached elements @for DragDropManager @deprecated</p>\n",
5   "extends": null,
6   "mixins": [
7
8   ],
9   "alternateClassNames": [
10
11   ],
12   "xtype": null,
13   "author": null,
14   "docauthor": null,
15   "singleton": false,
16   "private": true,
17   "cfg": [
18
19   ],
20   "method": [
21     {
22       "tagname": "method",
23       "name": "getPosX",
24       "member": "Ext.dd.DragDropManager.ElementWrapper",
25       "doc": "<p>Returns the X position of an html element</p>\n",
26       "params": [
27         {
28           "type": "Object",
29           "name": "el",
30           "doc": "<p>the element for which to get the position</p>\n",
31           "optional": false
32         }
33       ],
34       "return": {
35         "type": "int",
36         "doc": "<p>the X coordinate\n@for DragDropManager</p>\n"
37       },
38       "private": false,
39       "static": true,
40       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
41       "linenr": 1117,
42       "html_filename": "DragDropManager.html",
43       "href": "DragDropManager.html#Ext-dd-DragDropManager-ElementWrapper-method-getPosX",
44       "shortDoc": "<p>Returns the X position of an html element</p>\n"
45     },
46     {
47       "tagname": "method",
48       "name": "getPosY",
49       "member": "Ext.dd.DragDropManager.ElementWrapper",
50       "doc": "<p>Returns the Y position of an html element</p>\n",
51       "params": [
52         {
53           "type": "Object",
54           "name": "el",
55           "doc": "<p>the element for which to get the position</p>\n",
56           "optional": false
57         }
58       ],
59       "return": {
60         "type": "int",
61         "doc": "<p>the Y coordinate</p>\n"
62       },
63       "private": false,
64       "static": true,
65       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
66       "linenr": 1129,
67       "html_filename": "DragDropManager.html",
68       "href": "DragDropManager.html#Ext-dd-DragDropManager-ElementWrapper-method-getPosY",
69       "shortDoc": "<p>Returns the Y position of an html element</p>\n"
70     },
71     {
72       "tagname": "method",
73       "name": "getScrollLeft",
74       "member": "Ext.dd.DragDropManager.ElementWrapper",
75       "doc": "<p>Gets the scrollLeft</p>\n",
76       "params": [
77
78       ],
79       "return": {
80         "type": "int",
81         "doc": "<p>the document's scrollTop</p>\n"
82       },
83       "private": false,
84       "static": true,
85       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
86       "linenr": 1219,
87       "html_filename": "DragDropManager.html",
88       "href": "DragDropManager.html#Ext-dd-DragDropManager-ElementWrapper-method-getScrollLeft",
89       "shortDoc": "<p>Gets the scrollLeft</p>\n"
90     },
91     {
92       "tagname": "method",
93       "name": "getScrollTop",
94       "member": "Ext.dd.DragDropManager.ElementWrapper",
95       "doc": "<p>Gets the scrollTop</p>\n",
96       "params": [
97
98       ],
99       "return": {
100         "type": "int",
101         "doc": "<p>the document's scrollTop</p>\n"
102       },
103       "private": false,
104       "static": true,
105       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
106       "linenr": 1209,
107       "html_filename": "DragDropManager.html",
108       "href": "DragDropManager.html#Ext-dd-DragDropManager-ElementWrapper-method-getScrollTop",
109       "shortDoc": "<p>Gets the scrollTop</p>\n"
110     },
111     {
112       "tagname": "method",
113       "name": "getStyle",
114       "member": "Ext.dd.DragDropManager.ElementWrapper",
115       "doc": "<p>Returns the specified element style property</p>\n",
116       "params": [
117         {
118           "type": "HTMLElement",
119           "name": "el",
120           "doc": "<p>the element</p>\n",
121           "optional": false
122         },
123         {
124           "type": "string",
125           "name": "styleProp",
126           "doc": "<p>the style property</p>\n",
127           "optional": false
128         }
129       ],
130       "return": {
131         "type": "string",
132         "doc": "<p>The value of the style property</p>\n"
133       },
134       "private": false,
135       "static": true,
136       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
137       "linenr": 1197,
138       "html_filename": "DragDropManager.html",
139       "href": "DragDropManager.html#Ext-dd-DragDropManager-ElementWrapper-method-getStyle",
140       "shortDoc": "<p>Returns the specified element style property</p>\n"
141     },
142     {
143       "tagname": "method",
144       "name": "handleWasClicked",
145       "member": "Ext.dd.DragDropManager.ElementWrapper",
146       "doc": "<p>Recursively searches the immediate parent and all child nodes for\nthe handle element in order to determine wheter or not it was\nclicked.</p>\n",
147       "params": [
148         {
149           "type": "Object",
150           "name": "node",
151           "doc": "<p>the html element to inspect</p>\n",
152           "optional": false
153         },
154         {
155           "type": "Object",
156           "name": "id",
157           "doc": "\n",
158           "optional": false
159         }
160       ],
161       "return": {
162         "type": "void",
163         "doc": "\n"
164       },
165       "private": false,
166       "static": true,
167       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
168       "linenr": 1280,
169       "html_filename": "DragDropManager.html",
170       "href": "DragDropManager.html#Ext-dd-DragDropManager-ElementWrapper-method-handleWasClicked",
171       "shortDoc": "Recursively searches the immediate parent and all child nodes for\nthe handle element in order to determine wheter or ..."
172     },
173     {
174       "tagname": "method",
175       "name": "moveToEl",
176       "member": "Ext.dd.DragDropManager.ElementWrapper",
177       "doc": "<p>Sets the x/y position of an element to the location of the\ntarget element.</p>\n",
178       "params": [
179         {
180           "type": "HTMLElement",
181           "name": "moveEl",
182           "doc": "<p>The element to move</p>\n",
183           "optional": false
184         },
185         {
186           "type": "HTMLElement",
187           "name": "targetEl",
188           "doc": "<p>The position reference element</p>\n",
189           "optional": false
190         }
191       ],
192       "return": {
193         "type": "void",
194         "doc": "\n"
195       },
196       "private": false,
197       "static": true,
198       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
199       "linenr": 1229,
200       "html_filename": "DragDropManager.html",
201       "href": "DragDropManager.html#Ext-dd-DragDropManager-ElementWrapper-method-moveToEl",
202       "shortDoc": "<p>Sets the x/y position of an element to the location of the\ntarget element.</p>\n"
203     },
204     {
205       "tagname": "method",
206       "name": "numericSort",
207       "member": "Ext.dd.DragDropManager.ElementWrapper",
208       "doc": "<p>Numeric array sort function</p>\n",
209       "params": [
210         {
211           "type": "Object",
212           "name": "a",
213           "doc": "\n",
214           "optional": false
215         },
216         {
217           "type": "Object",
218           "name": "b",
219           "doc": "\n",
220           "optional": false
221         }
222       ],
223       "return": {
224         "type": "void",
225         "doc": "\n"
226       },
227       "private": false,
228       "static": true,
229       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
230       "linenr": 1242,
231       "html_filename": "DragDropManager.html",
232       "href": "DragDropManager.html#Ext-dd-DragDropManager-ElementWrapper-method-numericSort",
233       "shortDoc": "<p>Numeric array sort function</p>\n"
234     },
235     {
236       "tagname": "method",
237       "name": "swapNode",
238       "member": "Ext.dd.DragDropManager.ElementWrapper",
239       "doc": "<p>Swap two nodes.  In IE, we use the native method, for others we\nemulate the IE behavior</p>\n",
240       "params": [
241         {
242           "type": "Object",
243           "name": "n1",
244           "doc": "<p>the first node to swap</p>\n",
245           "optional": false
246         },
247         {
248           "type": "Object",
249           "name": "n2",
250           "doc": "<p>the other node to swap</p>\n",
251           "optional": false
252         }
253       ],
254       "return": {
255         "type": "void",
256         "doc": "\n"
257       },
258       "private": false,
259       "static": true,
260       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
261       "linenr": 1140,
262       "html_filename": "DragDropManager.html",
263       "href": "DragDropManager.html#Ext-dd-DragDropManager-ElementWrapper-method-swapNode",
264       "shortDoc": "<p>Swap two nodes.  In IE, we use the native method, for others we\nemulate the IE behavior</p>\n"
265     }
266   ],
267   "property": [
268     {
269       "tagname": "property",
270       "name": "css",
271       "member": "Ext.dd.DragDropManager.ElementWrapper",
272       "type": "Object",
273       "doc": "<p>A reference to the style property</p>\n",
274       "private": false,
275       "static": false,
276       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
277       "linenr": 1110,
278       "html_filename": "DragDropManager.html",
279       "href": "DragDropManager.html#Ext-dd-DragDropManager-ElementWrapper-property-css"
280     },
281     {
282       "tagname": "property",
283       "name": "el",
284       "member": "Ext.dd.DragDropManager.ElementWrapper",
285       "type": "Object",
286       "doc": "<p>The element</p>\n",
287       "private": false,
288       "static": false,
289       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
290       "linenr": 1100,
291       "html_filename": "DragDropManager.html",
292       "href": "DragDropManager.html#Ext-dd-DragDropManager-ElementWrapper-property-el"
293     },
294     {
295       "tagname": "property",
296       "name": "id",
297       "member": "Ext.dd.DragDropManager.ElementWrapper",
298       "type": "Object",
299       "doc": "<p>The element id</p>\n",
300       "private": false,
301       "static": false,
302       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
303       "linenr": 1105,
304       "html_filename": "DragDropManager.html",
305       "href": "DragDropManager.html#Ext-dd-DragDropManager-ElementWrapper-property-id"
306     }
307   ],
308   "event": [
309
310   ],
311   "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/dd/DragDropManager.js",
312   "linenr": 1092,
313   "html_filename": "DragDropManager.html",
314   "href": "DragDropManager.html#Ext-dd-DragDropManager-ElementWrapper",
315   "cssVar": [
316
317   ],
318   "cssMixin": [
319
320   ],
321   "component": false,
322   "superclasses": [
323
324   ],
325   "subclasses": [
326
327   ],
328   "mixedInto": [
329
330   ],
331   "allMixins": [
332
333   ]
334 });