docs/src/Roo_bootstrap_Card.js.html
[roojs1] / docs / symbols / Roo.Layer.json
1 {
2   "name" : "Roo.Layer",
3   "augments" : [
4     "Roo.Element"
5   ],
6   "desc" : "An extended {@link Roo.Element} object that supports a shadow and shim, constrain to viewport and\nautomatic maintaining of shadow/shim positions.",
7   "isSingleton" : false,
8   "isStatic" : false,
9   "isBuiltin" : false,
10   "memberOf" : "Layer",
11   "example" : "",
12   "deprecated" : "",
13   "since" : "",
14   "see" : "",
15   "params" : [
16     {
17       "name" : "config",
18       "type" : "Object",
19       "desc" : "An object with config options.",
20       "isOptional" : false
21     },
22     {
23       "name" : "existingEl",
24       "type" : "String/HTMLElement",
25       "desc" : "(optional) Uses an existing DOM element. If the element is not found it creates it.",
26       "isOptional" : false
27     }
28   ],
29   "returns" : [
30   ],
31   "config" : [
32     {
33       "name" : "shadow",
34       "type" : "String/Boolean",
35       "desc" : "True to create a shadow element with default class \"x-layer-shadow\", or\nyou can pass a string with a CSS class name. False turns off the shadow.",
36       "memberOf" : "Roo.Layer",
37       "optvals" : [
38       ]
39     },
40     {
41       "name" : "constrain",
42       "type" : "Boolean",
43       "desc" : "False to disable constrain to viewport (defaults to true)",
44       "memberOf" : "Roo.Layer",
45       "optvals" : [
46       ]
47     },
48     {
49       "name" : "zindex",
50       "type" : "Number",
51       "desc" : "Starting z-index (defaults to 11000)",
52       "memberOf" : "Roo.Layer",
53       "optvals" : [
54       ]
55     },
56     {
57       "name" : "shadowOffset",
58       "type" : "Number",
59       "desc" : "Number of pixels to offset the shadow (defaults to 3)",
60       "memberOf" : "Roo.Layer",
61       "optvals" : [
62       ]
63     },
64     {
65       "name" : "dh",
66       "type" : "Object",
67       "desc" : "DomHelper object config to create element with (defaults to {tag: \"div\", cls: \"x-layer\"}).",
68       "memberOf" : "Roo.Layer",
69       "optvals" : [
70       ]
71     },
72     {
73       "name" : "cls",
74       "type" : "String",
75       "desc" : "CSS class to add to the element",
76       "memberOf" : "Roo.Layer",
77       "optvals" : [
78       ]
79     },
80     {
81       "name" : "shim",
82       "type" : "Boolean",
83       "desc" : "False to disable the iframe shim in browsers which need one (defaults to true)",
84       "memberOf" : "Roo.Layer",
85       "optvals" : [
86       ]
87     }
88   ],
89   "methods" : [
90     {
91       "name" : "setZIndex",
92       "desc" : "Sets the z-index of this layer and adjusts any shadow and shim z-indexes. The layer z-index is automatically\nincremented by two more than the value passed in so that it always shows above any shadow or shim (the shadow\nelement, if any, will be assigned z-index + 1, and the shim element, if any, will be assigned the unmodified z-index).",
93       "isStatic" : false,
94       "isConstructor" : false,
95       "isPrivate" : false,
96       "memberOf" : "Roo.Layer",
97       "example" : "",
98       "deprecated" : "",
99       "since" : "",
100       "see" : "",
101       "params" : [
102         {
103           "name" : "zindex",
104           "type" : "Number",
105           "desc" : "The new z-index to set",
106           "isOptional" : false
107         }
108       ],
109       "returns" : [
110         {
111           "name" : "",
112           "type" : "this",
113           "desc" : "The Layer"
114         }
115       ]
116     },
117     {
118       "name" : "getCenterXY",
119       "desc" : "Calculates the x, y to center this element on the screen",
120       "isStatic" : false,
121       "isConstructor" : false,
122       "isPrivate" : false,
123       "memberOf" : "Roo.Element",
124       "example" : "",
125       "deprecated" : "",
126       "since" : "",
127       "see" : "",
128       "params" : [
129       ],
130       "returns" : [
131         {
132           "name" : "",
133           "type" : "Array",
134           "desc" : "The x, y values [x, y]"
135         }
136       ]
137     },
138     {
139       "name" : "getScroll",
140       "desc" : "Returns the current scroll position of the element.",
141       "isStatic" : false,
142       "isConstructor" : false,
143       "isPrivate" : false,
144       "memberOf" : "Roo.Element",
145       "example" : "",
146       "deprecated" : "",
147       "since" : "",
148       "see" : "",
149       "params" : [
150       ],
151       "returns" : [
152         {
153           "name" : "",
154           "type" : "Object",
155           "desc" : "An object containing the scroll position in the format {left: (scrollLeft), top: (scrollTop)}"
156         }
157       ]
158     },
159     {
160       "name" : "createShim",
161       "desc" : "Creates an iframe shim for this element to keep selects and other windowed objects from\nshowing through.",
162       "isStatic" : false,
163       "isConstructor" : false,
164       "isPrivate" : false,
165       "memberOf" : "Roo.Element",
166       "example" : "",
167       "deprecated" : "",
168       "since" : "",
169       "see" : "",
170       "params" : [
171       ],
172       "returns" : [
173         {
174           "name" : "",
175           "type" : "Roo.Element",
176           "desc" : "The new shim element"
177         }
178       ]
179     },
180     {
181       "name" : "scrollTo",
182       "desc" : "Scrolls this element the specified scroll point. It does NOT do bounds checking so if you scroll to a weird value it will try to do it. For auto bounds checking, use scroll().",
183       "isStatic" : false,
184       "isConstructor" : false,
185       "isPrivate" : false,
186       "memberOf" : "Roo.Element",
187       "example" : "",
188       "deprecated" : "",
189       "since" : "",
190       "see" : "",
191       "params" : [
192         {
193           "name" : "side",
194           "type" : "String",
195           "desc" : "Either \"left\" for scrollLeft values or \"top\" for scrollTop values.",
196           "isOptional" : false
197         },
198         {
199           "name" : "value",
200           "type" : "Number",
201           "desc" : "The new scroll value",
202           "isOptional" : false
203         },
204         {
205           "name" : "animate",
206           "type" : "Boolean/Object",
207           "desc" : "(optional) true for the default animation or a standard Element animation config object",
208           "isOptional" : false
209         }
210       ],
211       "returns" : [
212         {
213           "name" : "",
214           "type" : "Element",
215           "desc" : "this"
216         }
217       ]
218     },
219     {
220       "name" : "removeAllListeners",
221       "desc" : "Removes all previous added listeners from this element",
222       "isStatic" : false,
223       "isConstructor" : false,
224       "isPrivate" : false,
225       "memberOf" : "Roo.Element",
226       "example" : "",
227       "deprecated" : "",
228       "since" : "",
229       "see" : "",
230       "params" : [
231       ],
232       "returns" : [
233         {
234           "name" : "",
235           "type" : "Roo.Element",
236           "desc" : "this"
237         }
238       ]
239     },
240     {
241       "name" : "setStyle",
242       "desc" : "Wrapper for setting style properties, also takes single object parameter of multiple styles.",
243       "isStatic" : false,
244       "isConstructor" : false,
245       "isPrivate" : false,
246       "memberOf" : "Roo.Element",
247       "example" : "",
248       "deprecated" : "",
249       "since" : "",
250       "see" : "",
251       "params" : [
252         {
253           "name" : "property",
254           "type" : "String/Object",
255           "desc" : "The style property to be set, or an object of multiple styles.",
256           "isOptional" : false
257         },
258         {
259           "name" : "value",
260           "type" : "String",
261           "desc" : "(optional) The value to apply to the given property, or null if an object was passed.",
262           "isOptional" : false
263         }
264       ],
265       "returns" : [
266         {
267           "name" : "",
268           "type" : "Roo.Element",
269           "desc" : "this"
270         }
271       ]
272     },
273     {
274       "name" : "on",
275       "desc" : "Appends an event handler (Shorthand for addListener)",
276       "isStatic" : false,
277       "isConstructor" : false,
278       "isPrivate" : false,
279       "memberOf" : "Roo.Element",
280       "example" : "",
281       "deprecated" : "",
282       "since" : "",
283       "see" : "",
284       "params" : [
285         {
286           "name" : "eventName",
287           "type" : "String",
288           "desc" : "The type of event to append",
289           "isOptional" : false
290         },
291         {
292           "name" : "fn",
293           "type" : "Function",
294           "desc" : "The method the event invokes",
295           "isOptional" : false
296         },
297         {
298           "name" : "scope",
299           "type" : "Object",
300           "desc" : "(optional) The scope (this object) of the fn",
301           "isOptional" : false
302         },
303         {
304           "name" : "options",
305           "type" : "Object",
306           "desc" : "(optional)An object with standard {@link Roo.EventManager#addListener} options",
307           "isOptional" : false
308         }
309       ],
310       "returns" : [
311       ]
312     },
313     {
314       "name" : "addClassOnClick",
315       "desc" : "Sets up event handlers to add and remove a css class when the mouse is down and then up on this element (a click effect)",
316       "isStatic" : false,
317       "isConstructor" : false,
318       "isPrivate" : false,
319       "memberOf" : "Roo.Element",
320       "example" : "",
321       "deprecated" : "",
322       "since" : "",
323       "see" : "",
324       "params" : [
325         {
326           "name" : "className",
327           "type" : "String",
328           "desc" : "",
329           "isOptional" : false
330         }
331       ],
332       "returns" : [
333         {
334           "name" : "",
335           "type" : "Roo.Element",
336           "desc" : "this"
337         }
338       ]
339     },
340     {
341       "name" : "getBorderWidth",
342       "desc" : "Gets the width of the border(s) for the specified side(s)",
343       "isStatic" : false,
344       "isConstructor" : false,
345       "isPrivate" : false,
346       "memberOf" : "Roo.Element",
347       "example" : "",
348       "deprecated" : "",
349       "since" : "",
350       "see" : "",
351       "params" : [
352         {
353           "name" : "side",
354           "type" : "String",
355           "desc" : "Can be t, l, r, b or any combination of those to add multiple values. For example,\npassing lr would get the border (l)eft width + the border (r)ight width.",
356           "isOptional" : false
357         }
358       ],
359       "returns" : [
360         {
361           "name" : "",
362           "type" : "Number",
363           "desc" : "The width of the sides passed added together"
364         }
365       ]
366     },
367     {
368       "name" : "scroll",
369       "desc" : "Scrolls this element the specified direction. Does bounds checking to make sure the scroll is\nwithin this element's scrollable range.",
370       "isStatic" : false,
371       "isConstructor" : false,
372       "isPrivate" : false,
373       "memberOf" : "Roo.Element",
374       "example" : "",
375       "deprecated" : "",
376       "since" : "",
377       "see" : "",
378       "params" : [
379         {
380           "name" : "direction",
381           "type" : "String",
382           "desc" : "Possible values are: \"l\",\"left\" - \"r\",\"right\" - \"t\",\"top\",\"up\" - \"b\",\"bottom\",\"down\".",
383           "isOptional" : false
384         },
385         {
386           "name" : "distance",
387           "type" : "Number",
388           "desc" : "How far to scroll the element in pixels",
389           "isOptional" : false
390         },
391         {
392           "name" : "animate",
393           "type" : "Boolean/Object",
394           "desc" : "(optional) true for the default animation or a standard Element animation config object",
395           "isOptional" : false
396         }
397       ],
398       "returns" : [
399         {
400           "name" : "",
401           "type" : "Boolean",
402           "desc" : "Returns true if a scroll was triggered or false if the element\nwas scrolled as far as it could go."
403         }
404       ]
405     },
406     {
407       "name" : "addKeyMap",
408       "desc" : "Creates a KeyMap for this element",
409       "isStatic" : false,
410       "isConstructor" : false,
411       "isPrivate" : false,
412       "memberOf" : "Roo.Element",
413       "example" : "",
414       "deprecated" : "",
415       "since" : "",
416       "see" : "",
417       "params" : [
418         {
419           "name" : "config",
420           "type" : "Object",
421           "desc" : "The KeyMap config. See {@link Roo.KeyMap} for more details",
422           "isOptional" : false
423         }
424       ],
425       "returns" : [
426         {
427           "name" : "",
428           "type" : "Roo.KeyMap",
429           "desc" : "The KeyMap created"
430         }
431       ]
432     },
433     {
434       "name" : "createChild",
435       "desc" : "Creates the passed DomHelper config and appends it to this element or optionally inserts it before the passed child element.",
436       "isStatic" : false,
437       "isConstructor" : false,
438       "isPrivate" : false,
439       "memberOf" : "Roo.Element",
440       "example" : "",
441       "deprecated" : "",
442       "since" : "",
443       "see" : "",
444       "params" : [
445         {
446           "name" : "config",
447           "type" : "Object",
448           "desc" : "DomHelper element config object.  If no tag is specified (e.g., {tag:'input'}) then a div will be\nautomatically generated with the specified attributes.",
449           "isOptional" : false
450         },
451         {
452           "name" : "insertBefore",
453           "type" : "HTMLElement",
454           "desc" : "(optional) a child element of this element",
455           "isOptional" : false
456         },
457         {
458           "name" : "returnDom",
459           "type" : "Boolean",
460           "desc" : "(optional) true to return the dom node instead of creating an Element",
461           "isOptional" : false
462         }
463       ],
464       "returns" : [
465         {
466           "name" : "",
467           "type" : "Roo.Element",
468           "desc" : "The new child element"
469         }
470       ]
471     },
472     {
473       "name" : "addClass",
474       "desc" : "Adds one or more CSS classes to the element. Duplicate classes are automatically filtered out.",
475       "isStatic" : false,
476       "isConstructor" : false,
477       "isPrivate" : false,
478       "memberOf" : "Roo.Element",
479       "example" : "",
480       "deprecated" : "",
481       "since" : "",
482       "see" : "",
483       "params" : [
484         {
485           "name" : "className",
486           "type" : "String/Array",
487           "desc" : "The CSS class to add, or an array of classes",
488           "isOptional" : false
489         }
490       ],
491       "returns" : [
492         {
493           "name" : "",
494           "type" : "Roo.Element",
495           "desc" : "this"
496         }
497       ]
498     },
499     {
500       "name" : "attr",
501       "desc" : "Sets or Returns the value the dom attribute value",
502       "isStatic" : false,
503       "isConstructor" : false,
504       "isPrivate" : false,
505       "memberOf" : "Roo.Element",
506       "example" : "",
507       "deprecated" : "",
508       "since" : "",
509       "see" : "",
510       "params" : [
511         {
512           "name" : "name",
513           "type" : "String|Object",
514           "desc" : "The attribute name (or object to set multiple attributes)",
515           "isOptional" : false
516         },
517         {
518           "name" : "value",
519           "type" : "String",
520           "desc" : "(optional) The value to set the attribute to",
521           "isOptional" : false
522         }
523       ],
524       "returns" : [
525         {
526           "name" : "",
527           "type" : "String",
528           "desc" : "The attribute value"
529         }
530       ]
531     },
532     {
533       "name" : "setOpacity",
534       "desc" : "Set the opacity of the element",
535       "isStatic" : false,
536       "isConstructor" : false,
537       "isPrivate" : false,
538       "memberOf" : "Roo.Element",
539       "example" : "",
540       "deprecated" : "",
541       "since" : "",
542       "see" : "",
543       "params" : [
544         {
545           "name" : "opacity",
546           "type" : "Float",
547           "desc" : "The new opacity. 0 = transparent, .5 = 50% visibile, 1 = fully visible, etc",
548           "isOptional" : false
549         },
550         {
551           "name" : "animate",
552           "type" : "Boolean/Object",
553           "desc" : "(optional) true for the default animation or a standard Element animation config object",
554           "isOptional" : false
555         }
556       ],
557       "returns" : [
558         {
559           "name" : "",
560           "type" : "Roo.Element",
561           "desc" : "this"
562         }
563       ]
564     },
565     {
566       "name" : "setSize",
567       "desc" : "Set the size of the element. If animation is true, both width an height will be animated concurrently.",
568       "isStatic" : false,
569       "isConstructor" : false,
570       "isPrivate" : false,
571       "memberOf" : "Roo.Element",
572       "example" : "",
573       "deprecated" : "",
574       "since" : "",
575       "see" : "",
576       "params" : [
577         {
578           "name" : "width",
579           "type" : "Number",
580           "desc" : "The new width",
581           "isOptional" : false
582         },
583         {
584           "name" : "height",
585           "type" : "Number",
586           "desc" : "The new height",
587           "isOptional" : false
588         },
589         {
590           "name" : "animate",
591           "type" : "Boolean/Object",
592           "desc" : "(optional) true for the default animation or a standard Element animation config object",
593           "isOptional" : false
594         }
595       ],
596       "returns" : [
597         {
598           "name" : "",
599           "type" : "Roo.Element",
600           "desc" : "this"
601         }
602       ]
603     },
604     {
605       "name" : "un",
606       "desc" : "Removes an event handler from this element (shorthand for removeListener)",
607       "isStatic" : false,
608       "isConstructor" : false,
609       "isPrivate" : false,
610       "memberOf" : "Roo.Element",
611       "example" : "",
612       "deprecated" : "",
613       "since" : "",
614       "see" : "",
615       "params" : [
616         {
617           "name" : "eventName",
618           "type" : "String",
619           "desc" : "the type of event to remove",
620           "isOptional" : false
621         },
622         {
623           "name" : "fn",
624           "type" : "Function",
625           "desc" : "the method the event invokes",
626           "isOptional" : false
627         }
628       ],
629       "returns" : [
630         {
631           "name" : "",
632           "type" : "Roo.Element",
633           "desc" : "this"
634         }
635       ]
636     },
637     {
638       "name" : "up",
639       "desc" : "Walks up the dom looking for a parent node that matches the passed simple selector (e.g. div.some-class or span:first-child).\nThis is a shortcut for findParentNode() that always returns an Roo.Element.",
640       "isStatic" : false,
641       "isConstructor" : false,
642       "isPrivate" : false,
643       "memberOf" : "Roo.Element",
644       "example" : "",
645       "deprecated" : "",
646       "since" : "",
647       "see" : "",
648       "params" : [
649         {
650           "name" : "selector",
651           "type" : "String",
652           "desc" : "The simple selector to test",
653           "isOptional" : false
654         },
655         {
656           "name" : "maxDepth",
657           "type" : "Number/String/HTMLElement/Element",
658           "desc" : "(optional) The max depth to\n                search as a number or element (defaults to 10 || document.body)",
659           "isOptional" : false
660         }
661       ],
662       "returns" : [
663         {
664           "name" : "",
665           "type" : "Roo.Element",
666           "desc" : "The matching DOM node (or null if no match was found)"
667         }
668       ]
669     },
670     {
671       "name" : "repaint",
672       "desc" : "Forces the browser to repaint this element",
673       "isStatic" : false,
674       "isConstructor" : false,
675       "isPrivate" : false,
676       "memberOf" : "Roo.Element",
677       "example" : "",
678       "deprecated" : "",
679       "since" : "",
680       "see" : "",
681       "params" : [
682       ],
683       "returns" : [
684         {
685           "name" : "",
686           "type" : "Roo.Element",
687           "desc" : "this"
688         }
689       ]
690     },
691     {
692       "name" : "translatePoints",
693       "desc" : "Translates the passed page coordinates into left/top css values for this element",
694       "isStatic" : false,
695       "isConstructor" : false,
696       "isPrivate" : false,
697       "memberOf" : "Roo.Element",
698       "example" : "",
699       "deprecated" : "",
700       "since" : "",
701       "see" : "",
702       "params" : [
703         {
704           "name" : "x",
705           "type" : "Number/Array",
706           "desc" : "The page x or an array containing [x, y]",
707           "isOptional" : false
708         },
709         {
710           "name" : "y",
711           "type" : "Number",
712           "desc" : "The page y",
713           "isOptional" : false
714         }
715       ],
716       "returns" : [
717         {
718           "name" : "",
719           "type" : "Object",
720           "desc" : "An object with left and top properties. e.g. {left: (value), top: (value)}"
721         }
722       ]
723     },
724     {
725       "name" : "createProxy",
726       "desc" : "Creates a proxy element of this element",
727       "isStatic" : false,
728       "isConstructor" : false,
729       "isPrivate" : false,
730       "memberOf" : "Roo.Element",
731       "example" : "",
732       "deprecated" : "",
733       "since" : "",
734       "see" : "",
735       "params" : [
736         {
737           "name" : "config",
738           "type" : "String/Object",
739           "desc" : "The class name of the proxy element or a DomHelper config object",
740           "isOptional" : false
741         },
742         {
743           "name" : "renderTo",
744           "type" : "String/HTMLElement",
745           "desc" : "(optional) The element or element id to render the proxy to (defaults to document.body)",
746           "isOptional" : false
747         },
748         {
749           "name" : "matchBox",
750           "type" : "Boolean",
751           "desc" : "(optional) True to align and size the proxy to this element now (defaults to false)",
752           "isOptional" : false
753         }
754       ],
755       "returns" : [
756         {
757           "name" : "",
758           "type" : "Roo.Element",
759           "desc" : "The new proxy element"
760         }
761       ]
762     },
763     {
764       "name" : "down",
765       "desc" : "Selects a single *direct* child based on the passed CSS selector (the selector should not contain an id).",
766       "isStatic" : false,
767       "isConstructor" : false,
768       "isPrivate" : false,
769       "memberOf" : "Roo.Element",
770       "example" : "",
771       "deprecated" : "",
772       "since" : "",
773       "see" : "",
774       "params" : [
775         {
776           "name" : "selector",
777           "type" : "String",
778           "desc" : "The CSS selector",
779           "isOptional" : false
780         },
781         {
782           "name" : "returnDom",
783           "type" : "Boolean",
784           "desc" : "(optional) True to return the DOM node instead of Roo.Element (defaults to false)",
785           "isOptional" : false
786         }
787       ],
788       "returns" : [
789         {
790           "name" : "",
791           "type" : "HTMLElement/Roo.Element",
792           "desc" : "The child Roo.Element (or DOM node if returnDom = true)"
793         }
794       ]
795     },
796     {
797       "name" : "getBox",
798       "desc" : "Return a box {x, y, width, height} that can be used to set another elements\nsize/location to match this element.",
799       "isStatic" : false,
800       "isConstructor" : false,
801       "isPrivate" : false,
802       "memberOf" : "Roo.Element",
803       "example" : "",
804       "deprecated" : "",
805       "since" : "",
806       "see" : "",
807       "params" : [
808         {
809           "name" : "contentBox",
810           "type" : "Boolean",
811           "desc" : "(optional) If true a box for the content of the element is returned.",
812           "isOptional" : false
813         },
814         {
815           "name" : "local",
816           "type" : "Boolean",
817           "desc" : "(optional) If true the element's left and top are returned instead of page x/y.",
818           "isOptional" : false
819         }
820       ],
821       "returns" : [
822         {
823           "name" : "",
824           "type" : "Object",
825           "desc" : "box An object in the format {x, y, width, height}"
826         }
827       ]
828     },
829     {
830       "name" : "toggle",
831       "desc" : "Toggles the element's visibility or display, depending on visibility mode.",
832       "isStatic" : false,
833       "isConstructor" : false,
834       "isPrivate" : false,
835       "memberOf" : "Roo.Element",
836       "example" : "",
837       "deprecated" : "",
838       "since" : "",
839       "see" : "",
840       "params" : [
841         {
842           "name" : "animate",
843           "type" : "Boolean/Object",
844           "desc" : "(optional) True for the default animation, or a standard Element animation config object",
845           "isOptional" : false
846         }
847       ],
848       "returns" : [
849         {
850           "name" : "",
851           "type" : "Roo.Element",
852           "desc" : "this"
853         }
854       ]
855     },
856     {
857       "name" : "setBounds",
858       "desc" : "Sets the element's position and size in one shot. If animation is true then width, height, x and y will be animated concurrently.",
859       "isStatic" : false,
860       "isConstructor" : false,
861       "isPrivate" : false,
862       "memberOf" : "Roo.Element",
863       "example" : "",
864       "deprecated" : "",
865       "since" : "",
866       "see" : "",
867       "params" : [
868         {
869           "name" : "x",
870           "type" : "Number",
871           "desc" : "X value for new position (coordinates are page-based)",
872           "isOptional" : false
873         },
874         {
875           "name" : "y",
876           "type" : "Number",
877           "desc" : "Y value for new position (coordinates are page-based)",
878           "isOptional" : false
879         },
880         {
881           "name" : "width",
882           "type" : "Number",
883           "desc" : "The new width",
884           "isOptional" : false
885         },
886         {
887           "name" : "height",
888           "type" : "Number",
889           "desc" : "The new height",
890           "isOptional" : false
891         },
892         {
893           "name" : "animate",
894           "type" : "Boolean/Object",
895           "desc" : "(optional) true for the default animation or a standard Element animation config object",
896           "isOptional" : false
897         }
898       ],
899       "returns" : [
900         {
901           "name" : "",
902           "type" : "Roo.Element",
903           "desc" : "this"
904         }
905       ]
906     },
907     {
908       "name" : "getX",
909       "desc" : "Gets the current X position of the element based on page coordinates.  Element must be part of the DOM tree to have page coordinates (display:none or elements not appended return false).",
910       "isStatic" : false,
911       "isConstructor" : false,
912       "isPrivate" : false,
913       "memberOf" : "Roo.Element",
914       "example" : "",
915       "deprecated" : "",
916       "since" : "",
917       "see" : "",
918       "params" : [
919       ],
920       "returns" : [
921         {
922           "name" : "",
923           "type" : "Number",
924           "desc" : "The X position of the element"
925         }
926       ]
927     },
928     {
929       "name" : "getY",
930       "desc" : "Gets the current Y position of the element based on page coordinates.  Element must be part of the DOM tree to have page coordinates (display:none or elements not appended return false).",
931       "isStatic" : false,
932       "isConstructor" : false,
933       "isPrivate" : false,
934       "memberOf" : "Roo.Element",
935       "example" : "",
936       "deprecated" : "",
937       "since" : "",
938       "see" : "",
939       "params" : [
940       ],
941       "returns" : [
942         {
943           "name" : "",
944           "type" : "Number",
945           "desc" : "The Y position of the element"
946         }
947       ]
948     },
949     {
950       "name" : "focus",
951       "desc" : "Tries to focus the element. Any exceptions are caught and ignored.",
952       "isStatic" : false,
953       "isConstructor" : false,
954       "isPrivate" : false,
955       "memberOf" : "Roo.Element",
956       "example" : "",
957       "deprecated" : "",
958       "since" : "",
959       "see" : "",
960       "params" : [
961       ],
962       "returns" : [
963         {
964           "name" : "",
965           "type" : "Roo.Element",
966           "desc" : "this"
967         }
968       ]
969     },
970     {
971       "name" : "get",
972       "desc" : "Static method to retrieve Element objects. Uses simple caching to consistently return the same object.\nAutomatically fixes if an object was recreated with the same id via AJAX or DOM.",
973       "isStatic" : true,
974       "isConstructor" : false,
975       "isPrivate" : false,
976       "memberOf" : "Roo.Element",
977       "example" : "",
978       "deprecated" : "",
979       "since" : "",
980       "see" : "",
981       "params" : [
982         {
983           "name" : "el",
984           "type" : "String/HTMLElement/Element",
985           "desc" : "The id of the node, a DOM Node or an existing Element.",
986           "isOptional" : false
987         }
988       ],
989       "returns" : [
990         {
991           "name" : "",
992           "type" : "Element",
993           "desc" : "The Element object"
994         }
995       ]
996     },
997     {
998       "name" : "autoHeight",
999       "desc" : "Measures the element's content height and updates height to match. Note: this function uses setTimeout so\nthe new height may not be available immediately.",
1000       "isStatic" : false,
1001       "isConstructor" : false,
1002       "isPrivate" : false,
1003       "memberOf" : "Roo.Element",
1004       "example" : "",
1005       "deprecated" : "",
1006       "since" : "",
1007       "see" : "",
1008       "params" : [
1009         {
1010           "name" : "animate",
1011           "type" : "Boolean",
1012           "desc" : "(optional) Animate the transition (defaults to false)",
1013           "isOptional" : false
1014         },
1015         {
1016           "name" : "duration",
1017           "type" : "Float",
1018           "desc" : "(optional) Length of the animation in seconds (defaults to .35)",
1019           "isOptional" : false
1020         },
1021         {
1022           "name" : "onComplete",
1023           "type" : "Function",
1024           "desc" : "(optional) Function to call when animation completes",
1025           "isOptional" : false
1026         },
1027         {
1028           "name" : "easing",
1029           "type" : "String",
1030           "desc" : "(optional) Easing method to use (defaults to easeOut)",
1031           "isOptional" : false
1032         }
1033       ],
1034       "returns" : [
1035         {
1036           "name" : "",
1037           "type" : "Roo.Element",
1038           "desc" : "this"
1039         }
1040       ]
1041     },
1042     {
1043       "name" : "scrollIntoView",
1044       "desc" : "Scrolls this element into view within the passed container.",
1045       "isStatic" : false,
1046       "isConstructor" : false,
1047       "isPrivate" : false,
1048       "memberOf" : "Roo.Element",
1049       "example" : "",
1050       "deprecated" : "",
1051       "since" : "",
1052       "see" : "",
1053       "params" : [
1054         {
1055           "name" : "container",
1056           "type" : "String/HTMLElement/Element",
1057           "desc" : "(optional) The container element to scroll (defaults to document.body)",
1058           "isOptional" : false
1059         },
1060         {
1061           "name" : "hscroll",
1062           "type" : "Boolean",
1063           "desc" : "(optional) False to disable horizontal scroll (defaults to true)",
1064           "isOptional" : false
1065         }
1066       ],
1067       "returns" : [
1068         {
1069           "name" : "",
1070           "type" : "Roo.Element",
1071           "desc" : "this"
1072         }
1073       ]
1074     },
1075     {
1076       "name" : "getAlignToXY",
1077       "desc" : "Gets the x,y coordinates to align this element with another element. See {@link #alignTo} for more info on the\nsupported position values.",
1078       "isStatic" : false,
1079       "isConstructor" : false,
1080       "isPrivate" : false,
1081       "memberOf" : "Roo.Element",
1082       "example" : "",
1083       "deprecated" : "",
1084       "since" : "",
1085       "see" : "",
1086       "params" : [
1087         {
1088           "name" : "element",
1089           "type" : "String/HTMLElement/Roo.Element",
1090           "desc" : "The element to align to.",
1091           "isOptional" : false
1092         },
1093         {
1094           "name" : "position",
1095           "type" : "String",
1096           "desc" : "The position to align to.",
1097           "isOptional" : false
1098         },
1099         {
1100           "name" : "offsets",
1101           "type" : "Array",
1102           "desc" : "(optional) Offset the positioning by [x, y]",
1103           "isOptional" : false
1104         }
1105       ],
1106       "returns" : [
1107         {
1108           "name" : "",
1109           "type" : "Array",
1110           "desc" : "[x, y]"
1111         }
1112       ]
1113     },
1114     {
1115       "name" : "clearOpacity",
1116       "desc" : "Clears any opacity settings from this element. Required in some cases for IE.",
1117       "isStatic" : false,
1118       "isConstructor" : false,
1119       "isPrivate" : false,
1120       "memberOf" : "Roo.Element",
1121       "example" : "",
1122       "deprecated" : "",
1123       "since" : "",
1124       "see" : "",
1125       "params" : [
1126       ],
1127       "returns" : [
1128         {
1129           "name" : "",
1130           "type" : "Roo.Element",
1131           "desc" : "this"
1132         }
1133       ]
1134     },
1135     {
1136       "name" : "setPositioning",
1137       "desc" : "Set positioning with an object returned by getPositioning().",
1138       "isStatic" : false,
1139       "isConstructor" : false,
1140       "isPrivate" : false,
1141       "memberOf" : "Roo.Element",
1142       "example" : "",
1143       "deprecated" : "",
1144       "since" : "",
1145       "see" : "",
1146       "params" : [
1147         {
1148           "name" : "posCfg",
1149           "type" : "Object",
1150           "desc" : "",
1151           "isOptional" : false
1152         }
1153       ],
1154       "returns" : [
1155         {
1156           "name" : "",
1157           "type" : "Roo.Element",
1158           "desc" : "this"
1159         }
1160       ]
1161     },
1162     {
1163       "name" : "getMargins",
1164       "desc" : "Returns an object with properties top, left, right and bottom representing the margins of this element unless sides is passed,\nthen it returns the calculated width of the sides (see getPadding)",
1165       "isStatic" : false,
1166       "isConstructor" : false,
1167       "isPrivate" : false,
1168       "memberOf" : "Roo.Element",
1169       "example" : "",
1170       "deprecated" : "",
1171       "since" : "",
1172       "see" : "",
1173       "params" : [
1174         {
1175           "name" : "sides",
1176           "type" : "String",
1177           "desc" : "(optional) Any combination of l, r, t, b to get the sum of those sides",
1178           "isOptional" : false
1179         }
1180       ],
1181       "returns" : [
1182         {
1183           "name" : "",
1184           "type" : "Object/Number",
1185           "desc" : ""
1186         }
1187       ]
1188     },
1189     {
1190       "name" : "setRegion",
1191       "desc" : "Sets the element's position and size the the specified region. If animation is true then width, height, x and y will be animated concurrently.",
1192       "isStatic" : false,
1193       "isConstructor" : false,
1194       "isPrivate" : false,
1195       "memberOf" : "Roo.Element",
1196       "example" : "",
1197       "deprecated" : "",
1198       "since" : "",
1199       "see" : "",
1200       "params" : [
1201         {
1202           "name" : "region",
1203           "type" : "Roo.lib.Region",
1204           "desc" : "The region to fill",
1205           "isOptional" : false
1206         },
1207         {
1208           "name" : "animate",
1209           "type" : "Boolean/Object",
1210           "desc" : "(optional) true for the default animation or a standard Element animation config object",
1211           "isOptional" : false
1212         }
1213       ],
1214       "returns" : [
1215         {
1216           "name" : "",
1217           "type" : "Roo.Element",
1218           "desc" : "this"
1219         }
1220       ]
1221     },
1222     {
1223       "name" : "getAttributeNS",
1224       "desc" : "Returns the value of a namespaced attribute from the element's underlying DOM node.",
1225       "isStatic" : false,
1226       "isConstructor" : false,
1227       "isPrivate" : false,
1228       "memberOf" : "Roo.Element",
1229       "example" : "",
1230       "deprecated" : "",
1231       "since" : "",
1232       "see" : "",
1233       "params" : [
1234         {
1235           "name" : "namespace",
1236           "type" : "String",
1237           "desc" : "The namespace in which to look for the attribute",
1238           "isOptional" : false
1239         },
1240         {
1241           "name" : "name",
1242           "type" : "String",
1243           "desc" : "The attribute name",
1244           "isOptional" : false
1245         }
1246       ],
1247       "returns" : [
1248         {
1249           "name" : "",
1250           "type" : "String",
1251           "desc" : "The attribute value"
1252         }
1253       ]
1254     },
1255     {
1256       "name" : "setLeft",
1257       "desc" : "Sets the element's left position directly using CSS style (instead of {@link #setX}).",
1258       "isStatic" : false,
1259       "isConstructor" : false,
1260       "isPrivate" : false,
1261       "memberOf" : "Roo.Element",
1262       "example" : "",
1263       "deprecated" : "",
1264       "since" : "",
1265       "see" : "",
1266       "params" : [
1267         {
1268           "name" : "left",
1269           "type" : "String",
1270           "desc" : "The left CSS property value",
1271           "isOptional" : false
1272         }
1273       ],
1274       "returns" : [
1275         {
1276           "name" : "",
1277           "type" : "Roo.Element",
1278           "desc" : "this"
1279         }
1280       ]
1281     },
1282     {
1283       "name" : "load",
1284       "desc" : "Direct access to the UpdateManager update() method (takes the same parameters).",
1285       "isStatic" : false,
1286       "isConstructor" : false,
1287       "isPrivate" : false,
1288       "memberOf" : "Roo.Element",
1289       "example" : "",
1290       "deprecated" : "",
1291       "since" : "",
1292       "see" : "",
1293       "params" : [
1294         {
1295           "name" : "url",
1296           "type" : "String/Function",
1297           "desc" : "The url for this request or a function to call to get the url",
1298           "isOptional" : false
1299         },
1300         {
1301           "name" : "params",
1302           "type" : "String/Object",
1303           "desc" : "(optional) The parameters to pass as either a url encoded string \"param1=1&param2=2\" or an object {param1: 1, param2: 2}",
1304           "isOptional" : false
1305         },
1306         {
1307           "name" : "callback",
1308           "type" : "Function",
1309           "desc" : "(optional) Callback when transaction is complete - called with signature (oElement, bSuccess)",
1310           "isOptional" : false
1311         },
1312         {
1313           "name" : "discardUrl",
1314           "type" : "Boolean",
1315           "desc" : "(optional) By default when you execute an update the defaultUrl is changed to the last used url. If true, it will not store the url.",
1316           "isOptional" : false
1317         }
1318       ],
1319       "returns" : [
1320         {
1321           "name" : "",
1322           "type" : "Roo.Element",
1323           "desc" : "this"
1324         }
1325       ]
1326     },
1327     {
1328       "name" : "replaceClass",
1329       "desc" : "Replaces a CSS class on the element with another.  If the old name does not exist, the new name will simply be added.",
1330       "isStatic" : false,
1331       "isConstructor" : false,
1332       "isPrivate" : false,
1333       "memberOf" : "Roo.Element",
1334       "example" : "",
1335       "deprecated" : "",
1336       "since" : "",
1337       "see" : "",
1338       "params" : [
1339         {
1340           "name" : "oldClassName",
1341           "type" : "String",
1342           "desc" : "The CSS class to replace",
1343           "isOptional" : false
1344         },
1345         {
1346           "name" : "newClassName",
1347           "type" : "String",
1348           "desc" : "The replacement CSS class",
1349           "isOptional" : false
1350         }
1351       ],
1352       "returns" : [
1353         {
1354           "name" : "",
1355           "type" : "Roo.Element",
1356           "desc" : "this"
1357         }
1358       ]
1359     },
1360     {
1361       "name" : "initDDTarget",
1362       "desc" : "Initializes a {@link Roo.dd.DDTarget} object for this element.",
1363       "isStatic" : false,
1364       "isConstructor" : false,
1365       "isPrivate" : false,
1366       "memberOf" : "Roo.Element",
1367       "example" : "",
1368       "deprecated" : "",
1369       "since" : "",
1370       "see" : "",
1371       "params" : [
1372         {
1373           "name" : "group",
1374           "type" : "String",
1375           "desc" : "The group the DDTarget object is member of",
1376           "isOptional" : false
1377         },
1378         {
1379           "name" : "config",
1380           "type" : "Object",
1381           "desc" : "The DDTarget config object",
1382           "isOptional" : false
1383         },
1384         {
1385           "name" : "overrides",
1386           "type" : "Object",
1387           "desc" : "An object containing methods to override/implement on the DDTarget object",
1388           "isOptional" : false
1389         }
1390       ],
1391       "returns" : [
1392         {
1393           "name" : "",
1394           "type" : "Roo.dd.DDTarget",
1395           "desc" : "The DDTarget object"
1396         }
1397       ]
1398     },
1399     {
1400       "name" : "setHeight",
1401       "desc" : "Set the height of the element",
1402       "isStatic" : false,
1403       "isConstructor" : false,
1404       "isPrivate" : false,
1405       "memberOf" : "Roo.Element",
1406       "example" : "",
1407       "deprecated" : "",
1408       "since" : "",
1409       "see" : "",
1410       "params" : [
1411         {
1412           "name" : "height",
1413           "type" : "Number",
1414           "desc" : "The new height",
1415           "isOptional" : false
1416         },
1417         {
1418           "name" : "animate",
1419           "type" : "Boolean/Object",
1420           "desc" : "(optional) true for the default animation or a standard Element animation config object",
1421           "isOptional" : false
1422         }
1423       ],
1424       "returns" : [
1425         {
1426           "name" : "",
1427           "type" : "Roo.Element",
1428           "desc" : "this"
1429         }
1430       ]
1431     },
1432     {
1433       "name" : "clean",
1434       "desc" : "Removes worthless text nodes",
1435       "isStatic" : false,
1436       "isConstructor" : false,
1437       "isPrivate" : false,
1438       "memberOf" : "Roo.Element",
1439       "example" : "",
1440       "deprecated" : "",
1441       "since" : "",
1442       "see" : "",
1443       "params" : [
1444         {
1445           "name" : "forceReclean",
1446           "type" : "Boolean",
1447           "desc" : "(optional) By default the element\nkeeps track if it has been cleaned already so\nyou can call this over and over. However, if you update the element and\nneed to force a reclean, you can pass true.",
1448           "isOptional" : false
1449         }
1450       ],
1451       "returns" : [
1452       ]
1453     },
1454     {
1455       "name" : "getPositioning",
1456       "desc" : "Gets an object with all CSS positioning properties. Useful along with setPostioning to get\nsnapshot before performing an update and then restoring the element.",
1457       "isStatic" : false,
1458       "isConstructor" : false,
1459       "isPrivate" : false,
1460       "memberOf" : "Roo.Element",
1461       "example" : "",
1462       "deprecated" : "",
1463       "since" : "",
1464       "see" : "",
1465       "params" : [
1466       ],
1467       "returns" : [
1468         {
1469           "name" : "",
1470           "type" : "Object",
1471           "desc" : ""
1472         }
1473       ]
1474     },
1475     {
1476       "name" : "update",
1477       "desc" : "Update the innerHTML of this element, optionally searching for and processing scripts",
1478       "isStatic" : false,
1479       "isConstructor" : false,
1480       "isPrivate" : false,
1481       "memberOf" : "Roo.Element",
1482       "example" : "",
1483       "deprecated" : "",
1484       "since" : "",
1485       "see" : "",
1486       "params" : [
1487         {
1488           "name" : "html",
1489           "type" : "String",
1490           "desc" : "The new HTML",
1491           "isOptional" : false
1492         },
1493         {
1494           "name" : "loadScripts",
1495           "type" : "Boolean",
1496           "desc" : "(optional) true to look for and process scripts",
1497           "isOptional" : false
1498         },
1499         {
1500           "name" : "callback",
1501           "type" : "Function",
1502           "desc" : "For async script loading you can be noticed when the update completes",
1503           "isOptional" : false
1504         }
1505       ],
1506       "returns" : [
1507         {
1508           "name" : "",
1509           "type" : "Roo.Element",
1510           "desc" : "this"
1511         }
1512       ]
1513     },
1514     {
1515       "name" : "contains",
1516       "desc" : "Returns true if this element is an ancestor of the passed element",
1517       "isStatic" : false,
1518       "isConstructor" : false,
1519       "isPrivate" : false,
1520       "memberOf" : "Roo.Element",
1521       "example" : "",
1522       "deprecated" : "",
1523       "since" : "",
1524       "see" : "",
1525       "params" : [
1526         {
1527           "name" : "el",
1528           "type" : "HTMLElement/String",
1529           "desc" : "The element to check",
1530           "isOptional" : false
1531         }
1532       ],
1533       "returns" : [
1534         {
1535           "name" : "",
1536           "type" : "Boolean",
1537           "desc" : "True if this element is an ancestor of el, else false"
1538         }
1539       ]
1540     },
1541     {
1542       "name" : "appendChild",
1543       "desc" : "Appends the passed element(s) to this element",
1544       "isStatic" : false,
1545       "isConstructor" : false,
1546       "isPrivate" : false,
1547       "memberOf" : "Roo.Element",
1548       "example" : "",
1549       "deprecated" : "",
1550       "since" : "",
1551       "see" : "",
1552       "params" : [
1553         {
1554           "name" : "el",
1555           "type" : "String/HTMLElement/Array/Element/CompositeElement",
1556           "desc" : "",
1557           "isOptional" : false
1558         }
1559       ],
1560       "returns" : [
1561         {
1562           "name" : "",
1563           "type" : "Roo.Element",
1564           "desc" : "this"
1565         }
1566       ]
1567     },
1568     {
1569       "name" : "getValue",
1570       "desc" : "Returns the value of the \"value\" attribute",
1571       "isStatic" : false,
1572       "isConstructor" : false,
1573       "isPrivate" : false,
1574       "memberOf" : "Roo.Element",
1575       "example" : "",
1576       "deprecated" : "",
1577       "since" : "",
1578       "see" : "",
1579       "params" : [
1580         {
1581           "name" : "asNumber",
1582           "type" : "Boolean",
1583           "desc" : "true to parse the value as a number",
1584           "isOptional" : false
1585         }
1586       ],
1587       "returns" : [
1588         {
1589           "name" : "",
1590           "type" : "String/Number",
1591           "desc" : ""
1592         }
1593       ]
1594     },
1595     {
1596       "name" : "getRegion",
1597       "desc" : "Returns the region of the given element.\nThe element must be part of the DOM tree to have a region (display:none or elements not appended return false).",
1598       "isStatic" : false,
1599       "isConstructor" : false,
1600       "isPrivate" : false,
1601       "memberOf" : "Roo.Element",
1602       "example" : "",
1603       "deprecated" : "",
1604       "since" : "",
1605       "see" : "",
1606       "params" : [
1607       ],
1608       "returns" : [
1609         {
1610           "name" : "",
1611           "type" : "Region",
1612           "desc" : "A Roo.lib.Region containing \"top, left, bottom, right\" member data."
1613         }
1614       ]
1615     },
1616     {
1617       "name" : "anchorTo",
1618       "desc" : "Anchors an element to another element and realigns it when the window is resized.",
1619       "isStatic" : false,
1620       "isConstructor" : false,
1621       "isPrivate" : false,
1622       "memberOf" : "Roo.Element",
1623       "example" : "",
1624       "deprecated" : "",
1625       "since" : "",
1626       "see" : "",
1627       "params" : [
1628         {
1629           "name" : "element",
1630           "type" : "String/HTMLElement/Roo.Element",
1631           "desc" : "The element to align to.",
1632           "isOptional" : false
1633         },
1634         {
1635           "name" : "position",
1636           "type" : "String",
1637           "desc" : "The position to align to.",
1638           "isOptional" : false
1639         },
1640         {
1641           "name" : "offsets",
1642           "type" : "Array",
1643           "desc" : "(optional) Offset the positioning by [x, y]",
1644           "isOptional" : false
1645         },
1646         {
1647           "name" : "animate",
1648           "type" : "Boolean/Object",
1649           "desc" : "(optional) True for the default animation or a standard Element animation config object",
1650           "isOptional" : false
1651         },
1652         {
1653           "name" : "monitorScroll",
1654           "type" : "Boolean/Number",
1655           "desc" : "(optional) True to monitor body scroll and reposition. If this parameter\nis a number, it is used as the buffer delay (defaults to 50ms).",
1656           "isOptional" : false
1657         },
1658         {
1659           "name" : "callback",
1660           "type" : "Function",
1661           "desc" : "The function to call after the animation finishes",
1662           "isOptional" : false
1663         }
1664       ],
1665       "returns" : [
1666         {
1667           "name" : "",
1668           "type" : "Roo.Element",
1669           "desc" : "this"
1670         }
1671       ]
1672     },
1673     {
1674       "name" : "removeClass",
1675       "desc" : "Removes one or more CSS classes from the element.",
1676       "isStatic" : false,
1677       "isConstructor" : false,
1678       "isPrivate" : false,
1679       "memberOf" : "Roo.Element",
1680       "example" : "",
1681       "deprecated" : "",
1682       "since" : "",
1683       "see" : "",
1684       "params" : [
1685         {
1686           "name" : "className",
1687           "type" : "String/Array",
1688           "desc" : "The CSS class to remove, or an array of classes",
1689           "isOptional" : false
1690         }
1691       ],
1692       "returns" : [
1693         {
1694           "name" : "",
1695           "type" : "Roo.Element",
1696           "desc" : "this"
1697         }
1698       ]
1699     },
1700     {
1701       "name" : "radioClass",
1702       "desc" : "Adds one or more CSS classes to this element and removes the same class(es) from all siblings.",
1703       "isStatic" : false,
1704       "isConstructor" : false,
1705       "isPrivate" : false,
1706       "memberOf" : "Roo.Element",
1707       "example" : "",
1708       "deprecated" : "",
1709       "since" : "",
1710       "see" : "",
1711       "params" : [
1712         {
1713           "name" : "className",
1714           "type" : "String/Array",
1715           "desc" : "The CSS class to add, or an array of classes",
1716           "isOptional" : false
1717         }
1718       ],
1719       "returns" : [
1720         {
1721           "name" : "",
1722           "type" : "Roo.Element",
1723           "desc" : "this"
1724         }
1725       ]
1726     },
1727     {
1728       "name" : "getWidth",
1729       "desc" : "Returns the offset width of the element",
1730       "isStatic" : false,
1731       "isConstructor" : false,
1732       "isPrivate" : false,
1733       "memberOf" : "Roo.Element",
1734       "example" : "",
1735       "deprecated" : "",
1736       "since" : "",
1737       "see" : "",
1738       "params" : [
1739         {
1740           "name" : "contentWidth",
1741           "type" : "Boolean",
1742           "desc" : "(optional) true to get the width minus borders and padding",
1743           "isOptional" : false
1744         }
1745       ],
1746       "returns" : [
1747         {
1748           "name" : "",
1749           "type" : "Number",
1750           "desc" : "The element's width"
1751         }
1752       ]
1753     },
1754     {
1755       "name" : "insertBefore",
1756       "desc" : "Inserts this element before the passed element in the DOM",
1757       "isStatic" : false,
1758       "isConstructor" : false,
1759       "isPrivate" : false,
1760       "memberOf" : "Roo.Element",
1761       "example" : "",
1762       "deprecated" : "",
1763       "since" : "",
1764       "see" : "",
1765       "params" : [
1766         {
1767           "name" : "el",
1768           "type" : "String/HTMLElement/Element",
1769           "desc" : "The element to insert before",
1770           "isOptional" : false
1771         }
1772       ],
1773       "returns" : [
1774         {
1775           "name" : "",
1776           "type" : "Roo.Element",
1777           "desc" : "this"
1778         }
1779       ]
1780     },
1781     {
1782       "name" : "getHeight",
1783       "desc" : "Returns the offset height of the element",
1784       "isStatic" : false,
1785       "isConstructor" : false,
1786       "isPrivate" : false,
1787       "memberOf" : "Roo.Element",
1788       "example" : "",
1789       "deprecated" : "",
1790       "since" : "",
1791       "see" : "",
1792       "params" : [
1793         {
1794           "name" : "contentHeight",
1795           "type" : "Boolean",
1796           "desc" : "(optional) true to get the height minus borders and padding",
1797           "isOptional" : false
1798         }
1799       ],
1800       "returns" : [
1801         {
1802           "name" : "",
1803           "type" : "Number",
1804           "desc" : "The element's height"
1805         }
1806       ]
1807     },
1808     {
1809       "name" : "setTop",
1810       "desc" : "Sets the element's top position directly using CSS style (instead of {@link #setY}).",
1811       "isStatic" : false,
1812       "isConstructor" : false,
1813       "isPrivate" : false,
1814       "memberOf" : "Roo.Element",
1815       "example" : "",
1816       "deprecated" : "",
1817       "since" : "",
1818       "see" : "",
1819       "params" : [
1820         {
1821           "name" : "top",
1822           "type" : "String",
1823           "desc" : "The top CSS property value",
1824           "isOptional" : false
1825         }
1826       ],
1827       "returns" : [
1828         {
1829           "name" : "",
1830           "type" : "Roo.Element",
1831           "desc" : "this"
1832         }
1833       ]
1834     },
1835     {
1836       "name" : "toggleClass",
1837       "desc" : "Toggles the specified CSS class on this element (removes it if it already exists, otherwise adds it).",
1838       "isStatic" : false,
1839       "isConstructor" : false,
1840       "isPrivate" : false,
1841       "memberOf" : "Roo.Element",
1842       "example" : "",
1843       "deprecated" : "",
1844       "since" : "",
1845       "see" : "",
1846       "params" : [
1847         {
1848           "name" : "className",
1849           "type" : "String",
1850           "desc" : "The CSS class to toggle",
1851           "isOptional" : false
1852         }
1853       ],
1854       "returns" : [
1855         {
1856           "name" : "",
1857           "type" : "Roo.Element",
1858           "desc" : "this"
1859         }
1860       ]
1861     },
1862     {
1863       "name" : "wrap",
1864       "desc" : "Creates and wraps this element with another element",
1865       "isStatic" : false,
1866       "isConstructor" : false,
1867       "isPrivate" : false,
1868       "memberOf" : "Roo.Element",
1869       "example" : "",
1870       "deprecated" : "",
1871       "since" : "",
1872       "see" : "",
1873       "params" : [
1874         {
1875           "name" : "config",
1876           "type" : "Object",
1877           "desc" : "(optional) DomHelper element config object for the wrapper element or null for an empty div",
1878           "isOptional" : false
1879         },
1880         {
1881           "name" : "returnDom",
1882           "type" : "Boolean",
1883           "desc" : "(optional) True to return the raw DOM element instead of Roo.Element",
1884           "isOptional" : false
1885         }
1886       ],
1887       "returns" : [
1888         {
1889           "name" : "",
1890           "type" : "HTMLElement/Element",
1891           "desc" : "The newly created wrapper element"
1892         }
1893       ]
1894     },
1895     {
1896       "name" : "setVisible",
1897       "desc" : "Sets the visibility of the element (see details). If the visibilityMode is set to Element.DISPLAY, it will use\nthe display property to hide the element, otherwise it uses visibility. The default is to hide and show using the visibility property.",
1898       "isStatic" : false,
1899       "isConstructor" : false,
1900       "isPrivate" : false,
1901       "memberOf" : "Roo.Element",
1902       "example" : "",
1903       "deprecated" : "",
1904       "since" : "",
1905       "see" : "",
1906       "params" : [
1907         {
1908           "name" : "visible",
1909           "type" : "Boolean",
1910           "desc" : "Whether the element is visible",
1911           "isOptional" : false
1912         },
1913         {
1914           "name" : "animate",
1915           "type" : "Boolean/Object",
1916           "desc" : "(optional) True for the default animation, or a standard Element animation config object",
1917           "isOptional" : false
1918         }
1919       ],
1920       "returns" : [
1921         {
1922           "name" : "",
1923           "type" : "Roo.Element",
1924           "desc" : "this"
1925         }
1926       ]
1927     },
1928     {
1929       "name" : "addListener",
1930       "desc" : "Appends an event handler",
1931       "isStatic" : false,
1932       "isConstructor" : false,
1933       "isPrivate" : false,
1934       "memberOf" : "Roo.Element",
1935       "example" : "",
1936       "deprecated" : "",
1937       "since" : "",
1938       "see" : "",
1939       "params" : [
1940         {
1941           "name" : "eventName",
1942           "type" : "String",
1943           "desc" : "The type of event to append",
1944           "isOptional" : false
1945         },
1946         {
1947           "name" : "fn",
1948           "type" : "Function",
1949           "desc" : "The method the event invokes",
1950           "isOptional" : false
1951         },
1952         {
1953           "name" : "scope",
1954           "type" : "Object",
1955           "desc" : "(optional) The scope (this object) of the fn",
1956           "isOptional" : false
1957         },
1958         {
1959           "name" : "options",
1960           "type" : "Object",
1961           "desc" : "(optional)An object with standard {@link Roo.EventManager#addListener} options",
1962           "isOptional" : false
1963         }
1964       ],
1965       "returns" : [
1966       ]
1967     },
1968     {
1969       "name" : "setWidth",
1970       "desc" : "Set the width of the element",
1971       "isStatic" : false,
1972       "isConstructor" : false,
1973       "isPrivate" : false,
1974       "memberOf" : "Roo.Element",
1975       "example" : "",
1976       "deprecated" : "",
1977       "since" : "",
1978       "see" : "",
1979       "params" : [
1980         {
1981           "name" : "width",
1982           "type" : "Number",
1983           "desc" : "The new width",
1984           "isOptional" : false
1985         },
1986         {
1987           "name" : "animate",
1988           "type" : "Boolean/Object",
1989           "desc" : "(optional) true for the default animation or a standard Element animation config object",
1990           "isOptional" : false
1991         }
1992       ],
1993       "returns" : [
1994         {
1995           "name" : "",
1996           "type" : "Roo.Element",
1997           "desc" : "this"
1998         }
1999       ]
2000     },
2001     {
2002       "name" : "center",
2003       "desc" : "Centers the Element in either the viewport, or another Element.",
2004       "isStatic" : false,
2005       "isConstructor" : false,
2006       "isPrivate" : false,
2007       "memberOf" : "Roo.Element",
2008       "example" : "",
2009       "deprecated" : "",
2010       "since" : "",
2011       "see" : "",
2012       "params" : [
2013         {
2014           "name" : "centerIn",
2015           "type" : "String/HTMLElement/Roo.Element",
2016           "desc" : "(optional) The element in which to center the element.",
2017           "isOptional" : false
2018         }
2019       ],
2020       "returns" : [
2021       ]
2022     },
2023     {
2024       "name" : "isVisible",
2025       "desc" : "Checks whether the element is currently visible using both visibility and display properties.",
2026       "isStatic" : false,
2027       "isConstructor" : false,
2028       "isPrivate" : false,
2029       "memberOf" : "Roo.Element",
2030       "example" : "",
2031       "deprecated" : "",
2032       "since" : "",
2033       "see" : "",
2034       "params" : [
2035         {
2036           "name" : "deep",
2037           "type" : "Boolean",
2038           "desc" : "(optional) True to walk the dom and see if parent elements are hidden (defaults to false)",
2039           "isOptional" : false
2040         }
2041       ],
2042       "returns" : [
2043         {
2044           "name" : "",
2045           "type" : "Boolean",
2046           "desc" : "True if the element is currently visible, else false"
2047         }
2048       ]
2049     },
2050     {
2051       "name" : "findParent",
2052       "desc" : "Looks at this node and then at parent nodes for a match of the passed simple selector (e.g. div.some-class or span:first-child)",
2053       "isStatic" : false,
2054       "isConstructor" : false,
2055       "isPrivate" : false,
2056       "memberOf" : "Roo.Element",
2057       "example" : "",
2058       "deprecated" : "",
2059       "since" : "",
2060       "see" : "",
2061       "params" : [
2062         {
2063           "name" : "selector",
2064           "type" : "String",
2065           "desc" : "The simple selector to test",
2066           "isOptional" : false
2067         },
2068         {
2069           "name" : "maxDepth",
2070           "type" : "Number/String/HTMLElement/Element",
2071           "desc" : "(optional) The max depth to\n                search as a number or element (defaults to 10 || document.body)",
2072           "isOptional" : false
2073         },
2074         {
2075           "name" : "returnEl",
2076           "type" : "Boolean",
2077           "desc" : "(optional) True to return a Roo.Element object instead of DOM node",
2078           "isOptional" : false
2079         }
2080       ],
2081       "returns" : [
2082         {
2083           "name" : "",
2084           "type" : "HTMLElement",
2085           "desc" : "The matching DOM node (or null if no match was found)"
2086         }
2087       ]
2088     },
2089     {
2090       "name" : "addKeyListener",
2091       "desc" : "Convenience method for constructing a KeyMap",
2092       "isStatic" : false,
2093       "isConstructor" : false,
2094       "isPrivate" : false,
2095       "memberOf" : "Roo.Element",
2096       "example" : "",
2097       "deprecated" : "",
2098       "since" : "",
2099       "see" : "",
2100       "params" : [
2101         {
2102           "name" : "key",
2103           "type" : "Number/Array/Object/String",
2104           "desc" : "Either a string with the keys to listen for, the numeric key code, array of key codes or an object with the following options:\n                                 {key: (number or array), shift: (true/false), ctrl: (true/false), alt: (true/false)}",
2105           "isOptional" : false
2106         },
2107         {
2108           "name" : "fn",
2109           "type" : "Function",
2110           "desc" : "The function to call",
2111           "isOptional" : false
2112         },
2113         {
2114           "name" : "scope",
2115           "type" : "Object",
2116           "desc" : "(optional) The scope of the function",
2117           "isOptional" : false
2118         }
2119       ],
2120       "returns" : [
2121         {
2122           "name" : "",
2123           "type" : "Roo.KeyMap",
2124           "desc" : "The KeyMap created"
2125         }
2126       ]
2127     },
2128     {
2129       "name" : "swallowEvent",
2130       "desc" : "Stops the specified event from bubbling and optionally prevents the default action",
2131       "isStatic" : false,
2132       "isConstructor" : false,
2133       "isPrivate" : false,
2134       "memberOf" : "Roo.Element",
2135       "example" : "",
2136       "deprecated" : "",
2137       "since" : "",
2138       "see" : "",
2139       "params" : [
2140         {
2141           "name" : "eventName",
2142           "type" : "String",
2143           "desc" : "",
2144           "isOptional" : false
2145         },
2146         {
2147           "name" : "preventDefault",
2148           "type" : "Boolean",
2149           "desc" : "(optional) true to prevent the default action too",
2150           "isOptional" : false
2151         }
2152       ],
2153       "returns" : [
2154         {
2155           "name" : "",
2156           "type" : "Roo.Element",
2157           "desc" : "this"
2158         }
2159       ]
2160     },
2161     {
2162       "name" : "getStyles",
2163       "desc" : "Returns an object with properties matching the styles requested.\nFor example, el.getStyles('color', 'font-size', 'width') might return\n{'color': '#FFFFFF', 'font-size': '13px', 'width': '100px'}.",
2164       "isStatic" : false,
2165       "isConstructor" : false,
2166       "isPrivate" : false,
2167       "memberOf" : "Roo.Element",
2168       "example" : "",
2169       "deprecated" : "",
2170       "since" : "",
2171       "see" : "",
2172       "params" : [
2173         {
2174           "name" : "style1",
2175           "type" : "String",
2176           "desc" : "A style name",
2177           "isOptional" : false
2178         },
2179         {
2180           "name" : "style2",
2181           "type" : "String",
2182           "desc" : "A style name",
2183           "isOptional" : false
2184         }
2185       ],
2186       "returns" : [
2187         {
2188           "name" : "",
2189           "type" : "Object",
2190           "desc" : "The style object"
2191         }
2192       ]
2193     },
2194     {
2195       "name" : "getSize",
2196       "desc" : "Returns the size of the element.",
2197       "isStatic" : false,
2198       "isConstructor" : false,
2199       "isPrivate" : false,
2200       "memberOf" : "Roo.Element",
2201       "example" : "",
2202       "deprecated" : "",
2203       "since" : "",
2204       "see" : "",
2205       "params" : [
2206         {
2207           "name" : "contentSize",
2208           "type" : "Boolean",
2209           "desc" : "(optional) true to get the width/size minus borders and padding",
2210           "isOptional" : false
2211         }
2212       ],
2213       "returns" : [
2214         {
2215           "name" : "",
2216           "type" : "Object",
2217           "desc" : "An object containing the element's size {width: (element width), height: (element height)}"
2218         }
2219       ]
2220     },
2221     {
2222       "name" : "endMeasure",
2223       "desc" : "Restores displays to before beginMeasure was called",
2224       "isStatic" : false,
2225       "isConstructor" : false,
2226       "isPrivate" : false,
2227       "memberOf" : "Roo.Element",
2228       "example" : "",
2229       "deprecated" : "",
2230       "since" : "",
2231       "see" : "",
2232       "params" : [
2233       ],
2234       "returns" : [
2235         {
2236           "name" : "",
2237           "type" : "Roo.Element",
2238           "desc" : "this"
2239         }
2240       ]
2241     },
2242     {
2243       "name" : "getViewSize",
2244       "desc" : "Returns the width and height of the viewport.",
2245       "isStatic" : false,
2246       "isConstructor" : false,
2247       "isPrivate" : false,
2248       "memberOf" : "Roo.Element",
2249       "example" : "",
2250       "deprecated" : "",
2251       "since" : "",
2252       "see" : "",
2253       "params" : [
2254       ],
2255       "returns" : [
2256         {
2257           "name" : "",
2258           "type" : "Object",
2259           "desc" : "An object containing the viewport's size {width: (viewport width), height: (viewport height)}"
2260         }
2261       ]
2262     },
2263     {
2264       "name" : "addClassOnFocus",
2265       "desc" : "Sets up event handlers to add and remove a css class when this element has the focus",
2266       "isStatic" : false,
2267       "isConstructor" : false,
2268       "isPrivate" : false,
2269       "memberOf" : "Roo.Element",
2270       "example" : "",
2271       "deprecated" : "",
2272       "since" : "",
2273       "see" : "",
2274       "params" : [
2275         {
2276           "name" : "className",
2277           "type" : "String",
2278           "desc" : "",
2279           "isOptional" : false
2280         }
2281       ],
2282       "returns" : [
2283         {
2284           "name" : "",
2285           "type" : "Roo.Element",
2286           "desc" : "this"
2287         }
2288       ]
2289     },
2290     {
2291       "name" : "alignTo",
2292       "desc" : "Aligns this element with another element relative to the specified anchor points. If the other element is the\ndocument it aligns it to the viewport.\nThe position parameter is optional, and can be specified in any one of the following formats:\n<ul>\n  <li><b>Blank</b>: Defaults to aligning the element's top-left corner to the target's bottom-left corner (\"tl-bl\").</li>\n  <li><b>One anchor (deprecated)</b>: The passed anchor position is used as the target element's anchor point.\n      The element being aligned will position its top-left corner (tl) to that point.  <i>This method has been\n      deprecated in favor of the newer two anchor syntax below</i>.</li>\n  <li><b>Two anchors</b>: If two values from the table below are passed separated by a dash, the first value is used as the\n      element's anchor point, and the second value is used as the target's anchor point.</li>\n</ul>\nIn addition to the anchor points, the position parameter also supports the \"?\" character.  If \"?\" is passed at the end of\nthe position string, the element will attempt to align as specified, but the position will be adjusted to constrain to\nthe viewport if necessary.  Note that the element being aligned might be swapped to align to a different position than\nthat specified in order to enforce the viewport constraints.\nFollowing are all of the supported anchor positions:\n    <pre>\n    Value  Description\n    -----  -----------------------------\n    tl     The top left corner (default)\n    t      The center of the top edge\n    tr     The top right corner\n    l      The center of the left edge\n    c      In the center of the element\n    r      The center of the right edge\n    bl     The bottom left corner\n    b      The center of the bottom edge\n    br     The bottom right corner\n    </pre>\n    Example Usage:\n    <pre><code>\n    // align el to other-el using the default positioning (\"tl-bl\", non-constrained)\n    el.alignTo(\"other-el\");\n\n    // align the top left corner of el with the top right corner of other-el (constrained to viewport)\n    el.alignTo(\"other-el\", \"tr?\");\n\n    // align the bottom right corner of el with the center left edge of other-el\n    el.alignTo(\"other-el\", \"br-l?\");\n\n    // align the center of el with the bottom left corner of other-el and\n    // adjust the x position by -6 pixels (and the y position by 0)\n    el.alignTo(\"other-el\", \"c-bl\", [-6, 0]);\n    </code></pre>",
2293       "isStatic" : false,
2294       "isConstructor" : false,
2295       "isPrivate" : false,
2296       "memberOf" : "Roo.Element",
2297       "example" : "",
2298       "deprecated" : "",
2299       "since" : "",
2300       "see" : "",
2301       "params" : [
2302         {
2303           "name" : "element",
2304           "type" : "String/HTMLElement/Roo.Element",
2305           "desc" : "The element to align to.",
2306           "isOptional" : false
2307         },
2308         {
2309           "name" : "position",
2310           "type" : "String",
2311           "desc" : "The position to align to.",
2312           "isOptional" : false
2313         },
2314         {
2315           "name" : "offsets",
2316           "type" : "Array",
2317           "desc" : "(optional) Offset the positioning by [x, y]",
2318           "isOptional" : false
2319         },
2320         {
2321           "name" : "animate",
2322           "type" : "Boolean/Object",
2323           "desc" : "(optional) true for the default animation or a standard Element animation config object",
2324           "isOptional" : false
2325         }
2326       ],
2327       "returns" : [
2328         {
2329           "name" : "",
2330           "type" : "Roo.Element",
2331           "desc" : "this"
2332         }
2333       ]
2334     },
2335     {
2336       "name" : "insertAfter",
2337       "desc" : "Inserts this element after the passed element in the DOM",
2338       "isStatic" : false,
2339       "isConstructor" : false,
2340       "isPrivate" : false,
2341       "memberOf" : "Roo.Element",
2342       "example" : "",
2343       "deprecated" : "",
2344       "since" : "",
2345       "see" : "",
2346       "params" : [
2347         {
2348           "name" : "el",
2349           "type" : "String/HTMLElement/Element",
2350           "desc" : "The element to insert after",
2351           "isOptional" : false
2352         }
2353       ],
2354       "returns" : [
2355         {
2356           "name" : "",
2357           "type" : "Roo.Element",
2358           "desc" : "this"
2359         }
2360       ]
2361     },
2362     {
2363       "name" : "hide",
2364       "desc" : "Hide this element - Uses display mode to determine whether to use \"display\" or \"visibility\". See {@link #setVisible}.",
2365       "isStatic" : false,
2366       "isConstructor" : false,
2367       "isPrivate" : false,
2368       "memberOf" : "Roo.Element",
2369       "example" : "",
2370       "deprecated" : "",
2371       "since" : "",
2372       "see" : "",
2373       "params" : [
2374         {
2375           "name" : "animate",
2376           "type" : "Boolean/Object",
2377           "desc" : "(optional) true for the default animation or a standard Element animation config object",
2378           "isOptional" : false
2379         }
2380       ],
2381       "returns" : [
2382         {
2383           "name" : "",
2384           "type" : "Roo.Element",
2385           "desc" : "this"
2386         }
2387       ]
2388     },
2389     {
2390       "name" : "setBottom",
2391       "desc" : "Sets the element's CSS bottom style.",
2392       "isStatic" : false,
2393       "isConstructor" : false,
2394       "isPrivate" : false,
2395       "memberOf" : "Roo.Element",
2396       "example" : "",
2397       "deprecated" : "",
2398       "since" : "",
2399       "see" : "",
2400       "params" : [
2401         {
2402           "name" : "bottom",
2403           "type" : "String",
2404           "desc" : "The bottom CSS property value",
2405           "isOptional" : false
2406         }
2407       ],
2408       "returns" : [
2409         {
2410           "name" : "",
2411           "type" : "Roo.Element",
2412           "desc" : "this"
2413         }
2414       ]
2415     },
2416     {
2417       "name" : "clearPositioning",
2418       "desc" : "Clear positioning back to the default when the document was loaded",
2419       "isStatic" : false,
2420       "isConstructor" : false,
2421       "isPrivate" : false,
2422       "memberOf" : "Roo.Element",
2423       "example" : "",
2424       "deprecated" : "",
2425       "since" : "",
2426       "see" : "",
2427       "params" : [
2428         {
2429           "name" : "value",
2430           "type" : "String",
2431           "desc" : "(optional) The value to use for the left,right,top,bottom, defaults to '' (empty string). You could use 'auto'.",
2432           "isOptional" : false
2433         }
2434       ],
2435       "returns" : [
2436         {
2437           "name" : "",
2438           "type" : "Roo.Element",
2439           "desc" : "this"
2440         }
2441       ]
2442     },
2443     {
2444       "name" : "isDisplayed",
2445       "desc" : "Returns true if display is not \"none\"",
2446       "isStatic" : false,
2447       "isConstructor" : false,
2448       "isPrivate" : false,
2449       "memberOf" : "Roo.Element",
2450       "example" : "",
2451       "deprecated" : "",
2452       "since" : "",
2453       "see" : "",
2454       "params" : [
2455       ],
2456       "returns" : [
2457         {
2458           "name" : "",
2459           "type" : "Boolean",
2460           "desc" : ""
2461         }
2462       ]
2463     },
2464     {
2465       "name" : "show",
2466       "desc" : "Show this element - Uses display mode to determine whether to use \"display\" or \"visibility\". See {@link #setVisible}.",
2467       "isStatic" : false,
2468       "isConstructor" : false,
2469       "isPrivate" : false,
2470       "memberOf" : "Roo.Element",
2471       "example" : "",
2472       "deprecated" : "",
2473       "since" : "",
2474       "see" : "",
2475       "params" : [
2476         {
2477           "name" : "animate",
2478           "type" : "Boolean/Object",
2479           "desc" : "(optional) true for the default animation or a standard Element animation config object",
2480           "isOptional" : false
2481         }
2482       ],
2483       "returns" : [
2484         {
2485           "name" : "",
2486           "type" : "Roo.Element",
2487           "desc" : "this"
2488         }
2489       ]
2490     },
2491     {
2492       "name" : "setLeftTop",
2493       "desc" : "Quick set left and top adding default units",
2494       "isStatic" : false,
2495       "isConstructor" : false,
2496       "isPrivate" : false,
2497       "memberOf" : "Roo.Element",
2498       "example" : "",
2499       "deprecated" : "",
2500       "since" : "",
2501       "see" : "",
2502       "params" : [
2503         {
2504           "name" : "left",
2505           "type" : "String",
2506           "desc" : "The left CSS property value",
2507           "isOptional" : false
2508         },
2509         {
2510           "name" : "top",
2511           "type" : "String",
2512           "desc" : "The top CSS property value",
2513           "isOptional" : false
2514         }
2515       ],
2516       "returns" : [
2517         {
2518           "name" : "",
2519           "type" : "Roo.Element",
2520           "desc" : "this"
2521         }
2522       ]
2523     },
2524     {
2525       "name" : "child",
2526       "desc" : "Selects a single child at any depth below this element based on the passed CSS selector (the selector should not contain an id).",
2527       "isStatic" : false,
2528       "isConstructor" : false,
2529       "isPrivate" : false,
2530       "memberOf" : "Roo.Element",
2531       "example" : "",
2532       "deprecated" : "",
2533       "since" : "",
2534       "see" : "",
2535       "params" : [
2536         {
2537           "name" : "selector",
2538           "type" : "String",
2539           "desc" : "The CSS selector",
2540           "isOptional" : false
2541         },
2542         {
2543           "name" : "returnDom",
2544           "type" : "Boolean",
2545           "desc" : "(optional) True to return the DOM node instead of Roo.Element (defaults to false)",
2546           "isOptional" : false
2547         }
2548       ],
2549       "returns" : [
2550         {
2551           "name" : "",
2552           "type" : "HTMLElement/Roo.Element",
2553           "desc" : "The child Roo.Element (or DOM node if returnDom = true)"
2554         }
2555       ]
2556     },
2557     {
2558       "name" : "unmask",
2559       "desc" : "Removes a previously applied mask. If removeEl is true the mask overlay is destroyed, otherwise\nit is cached for reuse.",
2560       "isStatic" : false,
2561       "isConstructor" : false,
2562       "isPrivate" : false,
2563       "memberOf" : "Roo.Element",
2564       "example" : "",
2565       "deprecated" : "",
2566       "since" : "",
2567       "see" : "",
2568       "params" : [
2569       ],
2570       "returns" : [
2571       ]
2572     },
2573     {
2574       "name" : "moveTo",
2575       "desc" : "Sets the position of the element in page coordinates, regardless of how the element is positioned.\nThe element must be part of the DOM tree to have page coordinates (display:none or elements not appended return false).",
2576       "isStatic" : false,
2577       "isConstructor" : false,
2578       "isPrivate" : false,
2579       "memberOf" : "Roo.Element",
2580       "example" : "",
2581       "deprecated" : "",
2582       "since" : "",
2583       "see" : "",
2584       "params" : [
2585         {
2586           "name" : "x",
2587           "type" : "Number",
2588           "desc" : "X value for new position (coordinates are page-based)",
2589           "isOptional" : false
2590         },
2591         {
2592           "name" : "y",
2593           "type" : "Number",
2594           "desc" : "Y value for new position (coordinates are page-based)",
2595           "isOptional" : false
2596         },
2597         {
2598           "name" : "animate",
2599           "type" : "Boolean/Object",
2600           "desc" : "(optional) True for the default animation, or a standard Element animation config object",
2601           "isOptional" : false
2602         }
2603       ],
2604       "returns" : [
2605         {
2606           "name" : "",
2607           "type" : "Roo.Element",
2608           "desc" : "this"
2609         }
2610       ]
2611     },
2612     {
2613       "name" : "addClassOnOver",
2614       "desc" : "Sets up event handlers to add and remove a css class when the mouse is over this element",
2615       "isStatic" : false,
2616       "isConstructor" : false,
2617       "isPrivate" : false,
2618       "memberOf" : "Roo.Element",
2619       "example" : "",
2620       "deprecated" : "",
2621       "since" : "",
2622       "see" : "",
2623       "params" : [
2624         {
2625           "name" : "className",
2626           "type" : "String",
2627           "desc" : "",
2628           "isOptional" : false
2629         },
2630         {
2631           "name" : "preventFlicker",
2632           "type" : "Boolean",
2633           "desc" : "(optional) If set to true, it prevents flickering by filtering\nmouseout events for children elements",
2634           "isOptional" : false
2635         }
2636       ],
2637       "returns" : [
2638         {
2639           "name" : "",
2640           "type" : "Roo.Element",
2641           "desc" : "this"
2642         }
2643       ]
2644     },
2645     {
2646       "name" : "getLeft",
2647       "desc" : "Gets the left X coordinate",
2648       "isStatic" : false,
2649       "isConstructor" : false,
2650       "isPrivate" : false,
2651       "memberOf" : "Roo.Element",
2652       "example" : "",
2653       "deprecated" : "",
2654       "since" : "",
2655       "see" : "",
2656       "params" : [
2657         {
2658           "name" : "local",
2659           "type" : "Boolean",
2660           "desc" : "True to get the local css position instead of page coordinate",
2661           "isOptional" : false
2662         }
2663       ],
2664       "returns" : [
2665         {
2666           "name" : "",
2667           "type" : "Number",
2668           "desc" : ""
2669         }
2670       ]
2671     },
2672     {
2673       "name" : "isScrollable",
2674       "desc" : "Returns true if this element is scrollable.",
2675       "isStatic" : false,
2676       "isConstructor" : false,
2677       "isPrivate" : false,
2678       "memberOf" : "Roo.Element",
2679       "example" : "",
2680       "deprecated" : "",
2681       "since" : "",
2682       "see" : "",
2683       "params" : [
2684       ],
2685       "returns" : [
2686         {
2687           "name" : "",
2688           "type" : "Boolean",
2689           "desc" : ""
2690         }
2691       ]
2692     },
2693     {
2694       "name" : "boxWrap",
2695       "desc" : "Wraps the specified element with a special markup/CSS block that renders by default as a gray container with a\ngradient background, rounded corners and a 4-way shadow.",
2696       "isStatic" : false,
2697       "isConstructor" : false,
2698       "isPrivate" : false,
2699       "memberOf" : "Roo.Element",
2700       "example" : "",
2701       "deprecated" : "",
2702       "since" : "",
2703       "see" : "",
2704       "params" : [
2705         {
2706           "name" : "class",
2707           "type" : "String",
2708           "desc" : "(optional) A base CSS class to apply to the containing wrapper element (defaults to 'x-box').\nNote that there are a number of CSS rules that are dependent on this name to make the overall effect work,\nso if you supply an alternate base class, make sure you also supply all of the necessary rules.",
2709           "isOptional" : false
2710         }
2711       ],
2712       "returns" : [
2713         {
2714           "name" : "",
2715           "type" : "Roo.Element",
2716           "desc" : "this"
2717         }
2718       ]
2719     },
2720     {
2721       "name" : "replace",
2722       "desc" : "Replaces the passed element with this element",
2723       "isStatic" : false,
2724       "isConstructor" : false,
2725       "isPrivate" : false,
2726       "memberOf" : "Roo.Element",
2727       "example" : "",
2728       "deprecated" : "",
2729       "since" : "",
2730       "see" : "",
2731       "params" : [
2732         {
2733           "name" : "el",
2734           "type" : "String/HTMLElement/Element",
2735           "desc" : "The element to replace",
2736           "isOptional" : false
2737         }
2738       ],
2739       "returns" : [
2740         {
2741           "name" : "",
2742           "type" : "Roo.Element",
2743           "desc" : "this"
2744         }
2745       ]
2746     },
2747     {
2748       "name" : "select",
2749       "desc" : "Creates a {@link Roo.CompositeElement} for child nodes based on the passed CSS selector (the selector should not contain an id).",
2750       "isStatic" : false,
2751       "isConstructor" : false,
2752       "isPrivate" : false,
2753       "memberOf" : "Roo.Element",
2754       "example" : "",
2755       "deprecated" : "",
2756       "since" : "",
2757       "see" : "",
2758       "params" : [
2759         {
2760           "name" : "selector",
2761           "type" : "String",
2762           "desc" : "The CSS selector",
2763           "isOptional" : false
2764         },
2765         {
2766           "name" : "unique",
2767           "type" : "Boolean",
2768           "desc" : "(optional) True to create a unique Roo.Element for each child (defaults to false, which creates a single shared flyweight object)",
2769           "isOptional" : false
2770         }
2771       ],
2772       "returns" : [
2773         {
2774           "name" : "",
2775           "type" : "CompositeElement/CompositeElementLite",
2776           "desc" : "The composite element"
2777         }
2778       ]
2779     },
2780     {
2781       "name" : "isMasked",
2782       "desc" : "Returns true if this element is masked",
2783       "isStatic" : false,
2784       "isConstructor" : false,
2785       "isPrivate" : false,
2786       "memberOf" : "Roo.Element",
2787       "example" : "",
2788       "deprecated" : "",
2789       "since" : "",
2790       "see" : "",
2791       "params" : [
2792       ],
2793       "returns" : [
2794         {
2795           "name" : "",
2796           "type" : "Boolean",
2797           "desc" : ""
2798         }
2799       ]
2800     },
2801     {
2802       "name" : "getUpdateManager",
2803       "desc" : "Gets this element's UpdateManager",
2804       "isStatic" : false,
2805       "isConstructor" : false,
2806       "isPrivate" : false,
2807       "memberOf" : "Roo.Element",
2808       "example" : "",
2809       "deprecated" : "",
2810       "since" : "",
2811       "see" : "",
2812       "params" : [
2813       ],
2814       "returns" : [
2815         {
2816           "name" : "",
2817           "type" : "Roo.UpdateManager",
2818           "desc" : "The UpdateManager"
2819         }
2820       ]
2821     },
2822     {
2823       "name" : "insertHtml",
2824       "desc" : "Inserts an html fragment into this element",
2825       "isStatic" : false,
2826       "isConstructor" : false,
2827       "isPrivate" : false,
2828       "memberOf" : "Roo.Element",
2829       "example" : "",
2830       "deprecated" : "",
2831       "since" : "",
2832       "see" : "",
2833       "params" : [
2834         {
2835           "name" : "where",
2836           "type" : "String",
2837           "desc" : "Where to insert the html in relation to the this element - beforeBegin, afterBegin, beforeEnd, afterEnd.",
2838           "isOptional" : false
2839         },
2840         {
2841           "name" : "html",
2842           "type" : "String",
2843           "desc" : "The HTML fragment",
2844           "isOptional" : false
2845         },
2846         {
2847           "name" : "returnEl",
2848           "type" : "Boolean",
2849           "desc" : "True to return an Roo.Element",
2850           "isOptional" : false
2851         }
2852       ],
2853       "returns" : [
2854         {
2855           "name" : "",
2856           "type" : "HTMLElement/Roo.Element",
2857           "desc" : "The inserted node (or nearest related if more than 1 inserted)"
2858         }
2859       ]
2860     },
2861     {
2862       "name" : "mask",
2863       "desc" : "Puts a mask over this element to disable user interaction. Requires core.css.\nThis method can only be applied to elements which accept child nodes.",
2864       "isStatic" : false,
2865       "isConstructor" : false,
2866       "isPrivate" : false,
2867       "memberOf" : "Roo.Element",
2868       "example" : "",
2869       "deprecated" : "",
2870       "since" : "",
2871       "see" : "",
2872       "params" : [
2873         {
2874           "name" : "msg",
2875           "type" : "String",
2876           "desc" : "(optional) A message to display in the mask",
2877           "isOptional" : false
2878         },
2879         {
2880           "name" : "msgCls",
2881           "type" : "String",
2882           "desc" : "(optional) A css class to apply to the msg element",
2883           "isOptional" : false
2884         }
2885       ],
2886       "returns" : [
2887         {
2888           "name" : "",
2889           "type" : "Element",
2890           "desc" : "The mask  element"
2891         }
2892       ]
2893     },
2894     {
2895       "name" : "getTop",
2896       "desc" : "Gets the top Y coordinate",
2897       "isStatic" : false,
2898       "isConstructor" : false,
2899       "isPrivate" : false,
2900       "memberOf" : "Roo.Element",
2901       "example" : "",
2902       "deprecated" : "",
2903       "since" : "",
2904       "see" : "",
2905       "params" : [
2906         {
2907           "name" : "local",
2908           "type" : "Boolean",
2909           "desc" : "True to get the local css position instead of page coordinate",
2910           "isOptional" : false
2911         }
2912       ],
2913       "returns" : [
2914         {
2915           "name" : "",
2916           "type" : "Number",
2917           "desc" : ""
2918         }
2919       ]
2920     },
2921     {
2922       "name" : "getBottom",
2923       "desc" : "Gets the bottom Y coordinate of the element (element Y position + element height)",
2924       "isStatic" : false,
2925       "isConstructor" : false,
2926       "isPrivate" : false,
2927       "memberOf" : "Roo.Element",
2928       "example" : "",
2929       "deprecated" : "",
2930       "since" : "",
2931       "see" : "",
2932       "params" : [
2933         {
2934           "name" : "local",
2935           "type" : "Boolean",
2936           "desc" : "True to get the local css position instead of page coordinate",
2937           "isOptional" : false
2938         }
2939       ],
2940       "returns" : [
2941         {
2942           "name" : "",
2943           "type" : "Number",
2944           "desc" : ""
2945         }
2946       ]
2947     },
2948     {
2949       "name" : "getRight",
2950       "desc" : "Gets the right X coordinate of the element (element X position + element width)",
2951       "isStatic" : false,
2952       "isConstructor" : false,
2953       "isPrivate" : false,
2954       "memberOf" : "Roo.Element",
2955       "example" : "",
2956       "deprecated" : "",
2957       "since" : "",
2958       "see" : "",
2959       "params" : [
2960         {
2961           "name" : "local",
2962           "type" : "Boolean",
2963           "desc" : "True to get the local css position instead of page coordinate",
2964           "isOptional" : false
2965         }
2966       ],
2967       "returns" : [
2968         {
2969           "name" : "",
2970           "type" : "Number",
2971           "desc" : ""
2972         }
2973       ]
2974     },
2975     {
2976       "name" : "beginMeasure",
2977       "desc" : "Temporarily enables offsets (width,height,x,y) for an element with display:none, use endMeasure() when done.",
2978       "isStatic" : false,
2979       "isConstructor" : false,
2980       "isPrivate" : false,
2981       "memberOf" : "Roo.Element",
2982       "example" : "",
2983       "deprecated" : "",
2984       "since" : "",
2985       "see" : "",
2986       "params" : [
2987       ],
2988       "returns" : [
2989         {
2990           "name" : "",
2991           "type" : "Roo.Element",
2992           "desc" : "this"
2993         }
2994       ]
2995     },
2996     {
2997       "name" : "appendTo",
2998       "desc" : "Appends this element to the passed element",
2999       "isStatic" : false,
3000       "isConstructor" : false,
3001       "isPrivate" : false,
3002       "memberOf" : "Roo.Element",
3003       "example" : "",
3004       "deprecated" : "",
3005       "since" : "",
3006       "see" : "",
3007       "params" : [
3008         {
3009           "name" : "el",
3010           "type" : "String/HTMLElement/Element",
3011           "desc" : "The new parent element",
3012           "isOptional" : false
3013         }
3014       ],
3015       "returns" : [
3016         {
3017           "name" : "",
3018           "type" : "Roo.Element",
3019           "desc" : "this"
3020         }
3021       ]
3022     },
3023     {
3024       "name" : "fly",
3025       "desc" : "Gets the globally shared flyweight Element, with the passed node as the active element. Do not store a reference to this element -\nthe dom node can be overwritten by other code.",
3026       "isStatic" : true,
3027       "isConstructor" : false,
3028       "isPrivate" : false,
3029       "memberOf" : "Roo.Element",
3030       "example" : "",
3031       "deprecated" : "",
3032       "since" : "",
3033       "see" : "",
3034       "params" : [
3035         {
3036           "name" : "el",
3037           "type" : "String/HTMLElement",
3038           "desc" : "The dom node or id",
3039           "isOptional" : false
3040         },
3041         {
3042           "name" : "named",
3043           "type" : "String",
3044           "desc" : "(optional) Allows for creation of named reusable flyweights to\n                                 prevent conflicts (e.g. internally Roo uses \"_internal\")",
3045           "isOptional" : false
3046         }
3047       ],
3048       "returns" : [
3049         {
3050           "name" : "",
3051           "type" : "Element",
3052           "desc" : "The shared Element object"
3053         }
3054       ]
3055     },
3056     {
3057       "name" : "hasClass",
3058       "desc" : "Checks if the specified CSS class exists on this element's DOM node.",
3059       "isStatic" : false,
3060       "isConstructor" : false,
3061       "isPrivate" : false,
3062       "memberOf" : "Roo.Element",
3063       "example" : "",
3064       "deprecated" : "",
3065       "since" : "",
3066       "see" : "",
3067       "params" : [
3068         {
3069           "name" : "className",
3070           "type" : "String",
3071           "desc" : "The CSS class to check for",
3072           "isOptional" : false
3073         }
3074       ],
3075       "returns" : [
3076         {
3077           "name" : "",
3078           "type" : "Boolean",
3079           "desc" : "True if the class exists, else false"
3080         }
3081       ]
3082     },
3083     {
3084       "name" : "findScrollableParent",
3085       "desc" : "Looks at  the scrollable parent element",
3086       "isStatic" : false,
3087       "isConstructor" : false,
3088       "isPrivate" : false,
3089       "memberOf" : "Roo.Element",
3090       "example" : "",
3091       "deprecated" : "",
3092       "since" : "",
3093       "see" : "",
3094       "params" : [
3095       ],
3096       "returns" : [
3097       ]
3098     },
3099     {
3100       "name" : "fitToParent",
3101       "desc" : "Sizes this element to its parent element's dimensions performing\nneccessary box adjustments.",
3102       "isStatic" : false,
3103       "isConstructor" : false,
3104       "isPrivate" : false,
3105       "memberOf" : "Roo.Element",
3106       "example" : "",
3107       "deprecated" : "",
3108       "since" : "",
3109       "see" : "",
3110       "params" : [
3111         {
3112           "name" : "monitorResize",
3113           "type" : "Boolean",
3114           "desc" : "(optional) If true maintains the fit when the browser window is resized.",
3115           "isOptional" : false
3116         },
3117         {
3118           "name" : "targetParent",
3119           "type" : "String/HTMLElment/Element",
3120           "desc" : "(optional) The target parent, default to the parentNode.",
3121           "isOptional" : false
3122         }
3123       ],
3124       "returns" : [
3125         {
3126           "name" : "",
3127           "type" : "Roo.Element",
3128           "desc" : "this"
3129         }
3130       ]
3131     },
3132     {
3133       "name" : "setXY",
3134       "desc" : "Sets the position of the element in page coordinates, regardless of how the element is positioned.\nThe element must be part of the DOM tree to have page coordinates (display:none or elements not appended return false).",
3135       "isStatic" : false,
3136       "isConstructor" : false,
3137       "isPrivate" : false,
3138       "memberOf" : "Roo.Element",
3139       "example" : "",
3140       "deprecated" : "",
3141       "since" : "",
3142       "see" : "",
3143       "params" : [
3144         {
3145           "name" : "pos",
3146           "type" : "Array",
3147           "desc" : "Contains X & Y [x, y] values for new position (coordinates are page-based)",
3148           "isOptional" : false
3149         },
3150         {
3151           "name" : "animate",
3152           "type" : "Boolean/Object",
3153           "desc" : "(optional) True for the default animation, or a standard Element animation config object",
3154           "isOptional" : false
3155         }
3156       ],
3157       "returns" : [
3158         {
3159           "name" : "",
3160           "type" : "Roo.Element",
3161           "desc" : "this"
3162         }
3163       ]
3164     },
3165     {
3166       "name" : "getXY",
3167       "desc" : "Gets the current position of the element based on page coordinates.  Element must be part of the DOM tree to have page coordinates (display:none or elements not appended return false).",
3168       "isStatic" : false,
3169       "isConstructor" : false,
3170       "isPrivate" : false,
3171       "memberOf" : "Roo.Element",
3172       "example" : "",
3173       "deprecated" : "",
3174       "since" : "",
3175       "see" : "",
3176       "params" : [
3177       ],
3178       "returns" : [
3179         {
3180           "name" : "",
3181           "type" : "Array",
3182           "desc" : "The XY position of the element"
3183         }
3184       ]
3185     },
3186     {
3187       "name" : "unselectable",
3188       "desc" : "Disables text selection for this element (normalized across browsers)",
3189       "isStatic" : false,
3190       "isConstructor" : false,
3191       "isPrivate" : false,
3192       "memberOf" : "Roo.Element",
3193       "example" : "",
3194       "deprecated" : "",
3195       "since" : "",
3196       "see" : "",
3197       "params" : [
3198       ],
3199       "returns" : [
3200         {
3201           "name" : "",
3202           "type" : "Roo.Element",
3203           "desc" : "this"
3204         }
3205       ]
3206     },
3207     {
3208       "name" : "blur",
3209       "desc" : "Tries to blur the element. Any exceptions are caught and ignored.",
3210       "isStatic" : false,
3211       "isConstructor" : false,
3212       "isPrivate" : false,
3213       "memberOf" : "Roo.Element",
3214       "example" : "",
3215       "deprecated" : "",
3216       "since" : "",
3217       "see" : "",
3218       "params" : [
3219       ],
3220       "returns" : [
3221         {
3222           "name" : "",
3223           "type" : "Roo.Element",
3224           "desc" : "this"
3225         }
3226       ]
3227     },
3228     {
3229       "name" : "setRight",
3230       "desc" : "Sets the element's CSS right style.",
3231       "isStatic" : false,
3232       "isConstructor" : false,
3233       "isPrivate" : false,
3234       "memberOf" : "Roo.Element",
3235       "example" : "",
3236       "deprecated" : "",
3237       "since" : "",
3238       "see" : "",
3239       "params" : [
3240         {
3241           "name" : "right",
3242           "type" : "String",
3243           "desc" : "The right CSS property value",
3244           "isOptional" : false
3245         }
3246       ],
3247       "returns" : [
3248         {
3249           "name" : "",
3250           "type" : "Roo.Element",
3251           "desc" : "this"
3252         }
3253       ]
3254     },
3255     {
3256       "name" : "findParentNode",
3257       "desc" : "Looks at parent nodes for a match of the passed simple selector (e.g. div.some-class or span:first-child)",
3258       "isStatic" : false,
3259       "isConstructor" : false,
3260       "isPrivate" : false,
3261       "memberOf" : "Roo.Element",
3262       "example" : "",
3263       "deprecated" : "",
3264       "since" : "",
3265       "see" : "",
3266       "params" : [
3267         {
3268           "name" : "selector",
3269           "type" : "String",
3270           "desc" : "The simple selector to test",
3271           "isOptional" : false
3272         },
3273         {
3274           "name" : "maxDepth",
3275           "type" : "Number/String/HTMLElement/Element",
3276           "desc" : "(optional) The max depth to\n                search as a number or element (defaults to 10 || document.body)",
3277           "isOptional" : false
3278         },
3279         {
3280           "name" : "returnEl",
3281           "type" : "Boolean",
3282           "desc" : "(optional) True to return a Roo.Element object instead of DOM node",
3283           "isOptional" : false
3284         }
3285       ],
3286       "returns" : [
3287         {
3288           "name" : "",
3289           "type" : "HTMLElement",
3290           "desc" : "The matching DOM node (or null if no match was found)"
3291         }
3292       ]
3293     },
3294     {
3295       "name" : "position",
3296       "desc" : "Initializes positioning on this element. If a desired position is not passed, it will make the\nthe element positioned relative IF it is not already positioned.",
3297       "isStatic" : false,
3298       "isConstructor" : false,
3299       "isPrivate" : false,
3300       "memberOf" : "Roo.Element",
3301       "example" : "",
3302       "deprecated" : "",
3303       "since" : "",
3304       "see" : "",
3305       "params" : [
3306         {
3307           "name" : "pos",
3308           "type" : "String",
3309           "desc" : "(optional) Positioning to use \"relative\", \"absolute\" or \"fixed\"",
3310           "isOptional" : false
3311         },
3312         {
3313           "name" : "zIndex",
3314           "type" : "Number",
3315           "desc" : "(optional) The zIndex to apply",
3316           "isOptional" : false
3317         },
3318         {
3319           "name" : "x",
3320           "type" : "Number",
3321           "desc" : "(optional) Set the page X position",
3322           "isOptional" : false
3323         },
3324         {
3325           "name" : "y",
3326           "type" : "Number",
3327           "desc" : "(optional) Set the page Y position",
3328           "isOptional" : false
3329         }
3330       ],
3331       "returns" : [
3332       ]
3333     },
3334     {
3335       "name" : "getFrameWidth",
3336       "desc" : "Returns the sum width of the padding and borders for the passed \"sides\". See getBorderWidth()\n         for more information about the sides.",
3337       "isStatic" : false,
3338       "isConstructor" : false,
3339       "isPrivate" : false,
3340       "memberOf" : "Roo.Element",
3341       "example" : "",
3342       "deprecated" : "",
3343       "since" : "",
3344       "see" : "",
3345       "params" : [
3346         {
3347           "name" : "sides",
3348           "type" : "String",
3349           "desc" : "",
3350           "isOptional" : false
3351         }
3352       ],
3353       "returns" : [
3354         {
3355           "name" : "",
3356           "type" : "Number",
3357           "desc" : ""
3358         }
3359       ]
3360     },
3361     {
3362       "name" : "setLocation",
3363       "desc" : "Sets the position of the element in page coordinates, regardless of how the element is positioned.\nThe element must be part of the DOM tree to have page coordinates (display:none or elements not appended return false).",
3364       "isStatic" : false,
3365       "isConstructor" : false,
3366       "isPrivate" : false,
3367       "memberOf" : "Roo.Element",
3368       "example" : "",
3369       "deprecated" : "",
3370       "since" : "",
3371       "see" : "",
3372       "params" : [
3373         {
3374           "name" : "x",
3375           "type" : "Number",
3376           "desc" : "X value for new position (coordinates are page-based)",
3377           "isOptional" : false
3378         },
3379         {
3380           "name" : "y",
3381           "type" : "Number",
3382           "desc" : "Y value for new position (coordinates are page-based)",
3383           "isOptional" : false
3384         },
3385         {
3386           "name" : "animate",
3387           "type" : "Boolean/Object",
3388           "desc" : "(optional) True for the default animation, or a standard Element animation config object",
3389           "isOptional" : false
3390         }
3391       ],
3392       "returns" : [
3393         {
3394           "name" : "",
3395           "type" : "Roo.Element",
3396           "desc" : "this"
3397         }
3398       ]
3399     },
3400     {
3401       "name" : "unclip",
3402       "desc" : "Return clipping (overflow) to original clipping before clip() was called",
3403       "isStatic" : false,
3404       "isConstructor" : false,
3405       "isPrivate" : false,
3406       "memberOf" : "Roo.Element",
3407       "example" : "",
3408       "deprecated" : "",
3409       "since" : "",
3410       "see" : "",
3411       "params" : [
3412       ],
3413       "returns" : [
3414         {
3415           "name" : "",
3416           "type" : "Roo.Element",
3417           "desc" : "this"
3418         }
3419       ]
3420     },
3421     {
3422       "name" : "set",
3423       "desc" : "Sets the passed attributes as attributes of this element (a style attribute can be a string, object or function)",
3424       "isStatic" : false,
3425       "isConstructor" : false,
3426       "isPrivate" : false,
3427       "memberOf" : "Roo.Element",
3428       "example" : "",
3429       "deprecated" : "",
3430       "since" : "",
3431       "see" : "",
3432       "params" : [
3433         {
3434           "name" : "o",
3435           "type" : "Object",
3436           "desc" : "The object with the attributes",
3437           "isOptional" : false
3438         },
3439         {
3440           "name" : "useSet",
3441           "type" : "Boolean",
3442           "desc" : "(optional) false to override the default setAttribute to use expandos.",
3443           "isOptional" : false
3444         }
3445       ],
3446       "returns" : [
3447         {
3448           "name" : "",
3449           "type" : "Roo.Element",
3450           "desc" : "this"
3451         }
3452       ]
3453     },
3454     {
3455       "name" : "setDisplayed",
3456       "desc" : "Sets the CSS display property. Uses originalDisplay if the specified value is a boolean true.",
3457       "isStatic" : false,
3458       "isConstructor" : false,
3459       "isPrivate" : false,
3460       "memberOf" : "Roo.Element",
3461       "example" : "",
3462       "deprecated" : "",
3463       "since" : "",
3464       "see" : "",
3465       "params" : [
3466         {
3467           "name" : "value",
3468           "type" : "Boolean",
3469           "desc" : "Boolean value to display the element using its default display, or a string to set the display directly",
3470           "isOptional" : false
3471         }
3472       ],
3473       "returns" : [
3474         {
3475           "name" : "",
3476           "type" : "Roo.Element",
3477           "desc" : "this"
3478         }
3479       ]
3480     },
3481     {
3482       "name" : "insertFirst",
3483       "desc" : "Inserts (or creates) an element (or DomHelper config) as the first child of the this element",
3484       "isStatic" : false,
3485       "isConstructor" : false,
3486       "isPrivate" : false,
3487       "memberOf" : "Roo.Element",
3488       "example" : "",
3489       "deprecated" : "",
3490       "since" : "",
3491       "see" : "",
3492       "params" : [
3493         {
3494           "name" : "el",
3495           "type" : "String/HTMLElement/Element/Object",
3496           "desc" : "The id or element to insert or a DomHelper config to create and insert",
3497           "isOptional" : false
3498         }
3499       ],
3500       "returns" : [
3501         {
3502           "name" : "",
3503           "type" : "Roo.Element",
3504           "desc" : "The new child"
3505         }
3506       ]
3507     },
3508     {
3509       "name" : "animate",
3510       "desc" : "Perform animation on this element.",
3511       "isStatic" : false,
3512       "isConstructor" : false,
3513       "isPrivate" : false,
3514       "memberOf" : "Roo.Element",
3515       "example" : "",
3516       "deprecated" : "",
3517       "since" : "",
3518       "see" : "",
3519       "params" : [
3520         {
3521           "name" : "args",
3522           "type" : "Object",
3523           "desc" : "The YUI animation control args",
3524           "isOptional" : false
3525         },
3526         {
3527           "name" : "duration",
3528           "type" : "Float",
3529           "desc" : "(optional) How long the animation lasts in seconds (defaults to .35)",
3530           "isOptional" : false
3531         },
3532         {
3533           "name" : "onComplete",
3534           "type" : "Function",
3535           "desc" : "(optional) Function to call when animation completes",
3536           "isOptional" : false
3537         },
3538         {
3539           "name" : "easing",
3540           "type" : "String",
3541           "desc" : "(optional) Easing method to use (defaults to 'easeOut')",
3542           "isOptional" : false
3543         },
3544         {
3545           "name" : "animType",
3546           "type" : "String",
3547           "desc" : "(optional) 'run' is the default. Can also be 'color', 'motion', or 'scroll'",
3548           "isOptional" : false
3549         }
3550       ],
3551       "returns" : [
3552         {
3553           "name" : "",
3554           "type" : "Roo.Element",
3555           "desc" : "this"
3556         }
3557       ]
3558     },
3559     {
3560       "name" : "enableDisplayMode",
3561       "desc" : "Convenience method for setVisibilityMode(Element.DISPLAY)",
3562       "isStatic" : false,
3563       "isConstructor" : false,
3564       "isPrivate" : false,
3565       "memberOf" : "Roo.Element",
3566       "example" : "",
3567       "deprecated" : "",
3568       "since" : "",
3569       "see" : "",
3570       "params" : [
3571         {
3572           "name" : "display",
3573           "type" : "String",
3574           "desc" : "(optional) What to set display to when visible",
3575           "isOptional" : false
3576         }
3577       ],
3578       "returns" : [
3579         {
3580           "name" : "",
3581           "type" : "Roo.Element",
3582           "desc" : "this"
3583         }
3584       ]
3585     },
3586     {
3587       "name" : "getComputedWidth",
3588       "desc" : "Returns either the offsetWidth or the width of this element based on CSS width adjusted by padding or borders\nwhen needed to simulate offsetWidth when offsets aren't available. This may not work on display:none elements\nif a width has not been set using CSS.",
3589       "isStatic" : false,
3590       "isConstructor" : false,
3591       "isPrivate" : false,
3592       "memberOf" : "Roo.Element",
3593       "example" : "",
3594       "deprecated" : "",
3595       "since" : "",
3596       "see" : "",
3597       "params" : [
3598       ],
3599       "returns" : [
3600         {
3601           "name" : "",
3602           "type" : "Number",
3603           "desc" : ""
3604         }
3605       ]
3606     },
3607     {
3608       "name" : "clip",
3609       "desc" : "Store the current overflow setting and clip overflow on the element - use {@link #unclip} to remove",
3610       "isStatic" : false,
3611       "isConstructor" : false,
3612       "isPrivate" : false,
3613       "memberOf" : "Roo.Element",
3614       "example" : "",
3615       "deprecated" : "",
3616       "since" : "",
3617       "see" : "",
3618       "params" : [
3619       ],
3620       "returns" : [
3621         {
3622           "name" : "",
3623           "type" : "Roo.Element",
3624           "desc" : "this"
3625         }
3626       ]
3627     },
3628     {
3629       "name" : "setVisibilityMode",
3630       "desc" : "Sets the element's visibility mode. When setVisible() is called it\nwill use this to determine whether to set the visibility or the display property.",
3631       "isStatic" : false,
3632       "isConstructor" : false,
3633       "isPrivate" : false,
3634       "memberOf" : "Roo.Element",
3635       "example" : "",
3636       "deprecated" : "",
3637       "since" : "",
3638       "see" : "",
3639       "params" : [
3640         {
3641           "name" : "visMode",
3642           "type" : "",
3643           "desc" : "Element.VISIBILITY or Element.DISPLAY",
3644           "isOptional" : false
3645         }
3646       ],
3647       "returns" : [
3648         {
3649           "name" : "",
3650           "type" : "Roo.Element",
3651           "desc" : "this"
3652         }
3653       ]
3654     },
3655     {
3656       "name" : "getColor",
3657       "desc" : "Return the CSS color for the specified CSS attribute. rgb, 3 digit (like #fff) and valid values\nare convert to standard 6 digit hex color.",
3658       "isStatic" : false,
3659       "isConstructor" : false,
3660       "isPrivate" : false,
3661       "memberOf" : "Roo.Element",
3662       "example" : "",
3663       "deprecated" : "",
3664       "since" : "",
3665       "see" : "",
3666       "params" : [
3667         {
3668           "name" : "attr",
3669           "type" : "String",
3670           "desc" : "The css attribute",
3671           "isOptional" : false
3672         },
3673         {
3674           "name" : "defaultValue",
3675           "type" : "String",
3676           "desc" : "The default value to use when a valid color isn't found",
3677           "isOptional" : false
3678         },
3679         {
3680           "name" : "prefix",
3681           "type" : "String",
3682           "desc" : "(optional) defaults to #. Use an empty string when working with\nYUI color anims.",
3683           "isOptional" : false
3684         }
3685       ],
3686       "returns" : [
3687       ]
3688     },
3689     {
3690       "name" : "insertSibling",
3691       "desc" : "Inserts (or creates) the passed element (or DomHelper config) as a sibling of this element",
3692       "isStatic" : false,
3693       "isConstructor" : false,
3694       "isPrivate" : false,
3695       "memberOf" : "Roo.Element",
3696       "example" : "",
3697       "deprecated" : "",
3698       "since" : "",
3699       "see" : "",
3700       "params" : [
3701         {
3702           "name" : "el",
3703           "type" : "String/HTMLElement/Element/Object",
3704           "desc" : "The id or element to insert or a DomHelper config to create and insert",
3705           "isOptional" : false
3706         },
3707         {
3708           "name" : "where",
3709           "type" : "String",
3710           "desc" : "(optional) 'before' or 'after' defaults to before",
3711           "isOptional" : false
3712         },
3713         {
3714           "name" : "returnDom",
3715           "type" : "Boolean",
3716           "desc" : "(optional) True to return the raw DOM element instead of Roo.Element",
3717           "isOptional" : false
3718         }
3719       ],
3720       "returns" : [
3721         {
3722           "name" : "",
3723           "type" : "Roo.Element",
3724           "desc" : "the inserted Element"
3725         }
3726       ]
3727     },
3728     {
3729       "name" : "removeListener",
3730       "desc" : "Removes an event handler from this element",
3731       "isStatic" : false,
3732       "isConstructor" : false,
3733       "isPrivate" : false,
3734       "memberOf" : "Roo.Element",
3735       "example" : "",
3736       "deprecated" : "",
3737       "since" : "",
3738       "see" : "",
3739       "params" : [
3740         {
3741           "name" : "eventName",
3742           "type" : "String",
3743           "desc" : "the type of event to remove",
3744           "isOptional" : false
3745         },
3746         {
3747           "name" : "fn",
3748           "type" : "Function",
3749           "desc" : "the method the event invokes",
3750           "isOptional" : false
3751         }
3752       ],
3753       "returns" : [
3754         {
3755           "name" : "",
3756           "type" : "Roo.Element",
3757           "desc" : "this"
3758         }
3759       ]
3760     },
3761     {
3762       "name" : "applyStyles",
3763       "desc" : "More flexible version of {@link #setStyle} for setting style properties.",
3764       "isStatic" : false,
3765       "isConstructor" : false,
3766       "isPrivate" : false,
3767       "memberOf" : "Roo.Element",
3768       "example" : "",
3769       "deprecated" : "",
3770       "since" : "",
3771       "see" : "",
3772       "params" : [
3773         {
3774           "name" : "styles",
3775           "type" : "String/Object/Function",
3776           "desc" : "A style specification string, e.g. \"width:100px\", or object in the form {width:\"100px\"}, or\na function which returns such a specification.",
3777           "isOptional" : false
3778         }
3779       ],
3780       "returns" : [
3781         {
3782           "name" : "",
3783           "type" : "Roo.Element",
3784           "desc" : "this"
3785         }
3786       ]
3787     },
3788     {
3789       "name" : "getPrevSibling",
3790       "desc" : "Gets the previous sibling, skipping text nodes",
3791       "isStatic" : false,
3792       "isConstructor" : false,
3793       "isPrivate" : false,
3794       "memberOf" : "Roo.Element",
3795       "example" : "",
3796       "deprecated" : "",
3797       "since" : "",
3798       "see" : "",
3799       "params" : [
3800       ],
3801       "returns" : [
3802         {
3803           "name" : "",
3804           "type" : "HTMLElement",
3805           "desc" : "The previous sibling or null"
3806         }
3807       ]
3808     },
3809     {
3810       "name" : "setBox",
3811       "desc" : "Sets the element's box. Use getBox() on another element to get a box obj. If animate is true then width, height, x and y will be animated concurrently.",
3812       "isStatic" : false,
3813       "isConstructor" : false,
3814       "isPrivate" : false,
3815       "memberOf" : "Roo.Element",
3816       "example" : "",
3817       "deprecated" : "",
3818       "since" : "",
3819       "see" : "",
3820       "params" : [
3821         {
3822           "name" : "box",
3823           "type" : "Object",
3824           "desc" : "The box to fill {x, y, width, height}",
3825           "isOptional" : false
3826         },
3827         {
3828           "name" : "adjust",
3829           "type" : "Boolean",
3830           "desc" : "(optional) Whether to adjust for box-model issues automatically",
3831           "isOptional" : false
3832         },
3833         {
3834           "name" : "animate",
3835           "type" : "Boolean/Object",
3836           "desc" : "(optional) true for the default animation or a standard Element animation config object",
3837           "isOptional" : false
3838         }
3839       ],
3840       "returns" : [
3841         {
3842           "name" : "",
3843           "type" : "Roo.Element",
3844           "desc" : "this"
3845         }
3846       ]
3847     },
3848     {
3849       "name" : "initDDProxy",
3850       "desc" : "Initializes a {@link Roo.dd.DDProxy} object for this element.",
3851       "isStatic" : false,
3852       "isConstructor" : false,
3853       "isPrivate" : false,
3854       "memberOf" : "Roo.Element",
3855       "example" : "",
3856       "deprecated" : "",
3857       "since" : "",
3858       "see" : "",
3859       "params" : [
3860         {
3861           "name" : "group",
3862           "type" : "String",
3863           "desc" : "The group the DDProxy object is member of",
3864           "isOptional" : false
3865         },
3866         {
3867           "name" : "config",
3868           "type" : "Object",
3869           "desc" : "The DDProxy config object",
3870           "isOptional" : false
3871         },
3872         {
3873           "name" : "overrides",
3874           "type" : "Object",
3875           "desc" : "An object containing methods to override/implement on the DDProxy object",
3876           "isOptional" : false
3877         }
3878       ],
3879       "returns" : [
3880         {
3881           "name" : "",
3882           "type" : "Roo.dd.DDProxy",
3883           "desc" : "The DDProxy object"
3884         }
3885       ]
3886     },
3887     {
3888       "name" : "setX",
3889       "desc" : "Sets the X position of the element based on page coordinates.  Element must be part of the DOM tree to have page coordinates (display:none or elements not appended return false).",
3890       "isStatic" : false,
3891       "isConstructor" : false,
3892       "isPrivate" : false,
3893       "memberOf" : "Roo.Element",
3894       "example" : "",
3895       "deprecated" : "",
3896       "since" : "",
3897       "see" : "",
3898       "params" : [
3899         {
3900           "name" : "The",
3901           "type" : "Number",
3902           "desc" : "X position of the element",
3903           "isOptional" : false
3904         },
3905         {
3906           "name" : "animate",
3907           "type" : "Boolean/Object",
3908           "desc" : "(optional) True for the default animation, or a standard Element animation config object",
3909           "isOptional" : false
3910         }
3911       ],
3912       "returns" : [
3913         {
3914           "name" : "",
3915           "type" : "Roo.Element",
3916           "desc" : "this"
3917         }
3918       ]
3919     },
3920     {
3921       "name" : "setY",
3922       "desc" : "Sets the Y position of the element based on page coordinates.  Element must be part of the DOM tree to have page coordinates (display:none or elements not appended return false).",
3923       "isStatic" : false,
3924       "isConstructor" : false,
3925       "isPrivate" : false,
3926       "memberOf" : "Roo.Element",
3927       "example" : "",
3928       "deprecated" : "",
3929       "since" : "",
3930       "see" : "",
3931       "params" : [
3932         {
3933           "name" : "The",
3934           "type" : "Number",
3935           "desc" : "Y position of the element",
3936           "isOptional" : false
3937         },
3938         {
3939           "name" : "animate",
3940           "type" : "Boolean/Object",
3941           "desc" : "(optional) True for the default animation, or a standard Element animation config object",
3942           "isOptional" : false
3943         }
3944       ],
3945       "returns" : [
3946         {
3947           "name" : "",
3948           "type" : "Roo.Element",
3949           "desc" : "this"
3950         }
3951       ]
3952     },
3953     {
3954       "name" : "query",
3955       "desc" : "Selects child nodes based on the passed CSS selector (the selector should not contain an id).",
3956       "isStatic" : false,
3957       "isConstructor" : false,
3958       "isPrivate" : false,
3959       "memberOf" : "Roo.Element",
3960       "example" : "",
3961       "deprecated" : "",
3962       "since" : "",
3963       "see" : "",
3964       "params" : [
3965         {
3966           "name" : "selector",
3967           "type" : "String",
3968           "desc" : "The CSS selector",
3969           "isOptional" : false
3970         }
3971       ],
3972       "returns" : [
3973         {
3974           "name" : "",
3975           "type" : "Array",
3976           "desc" : "An array of the matched nodes"
3977         }
3978       ]
3979     },
3980     {
3981       "name" : "getAnchorXY",
3982       "desc" : "Gets the x,y coordinates specified by the anchor position on the element.",
3983       "isStatic" : false,
3984       "isConstructor" : false,
3985       "isPrivate" : false,
3986       "memberOf" : "Roo.Element",
3987       "example" : "",
3988       "deprecated" : "",
3989       "since" : "",
3990       "see" : "",
3991       "params" : [
3992         {
3993           "name" : "anchor",
3994           "type" : "String",
3995           "desc" : "(optional) The specified anchor position (defaults to \"c\").  See {@link #alignTo} for details on supported anchor positions.",
3996           "isOptional" : false
3997         },
3998         {
3999           "name" : "size",
4000           "type" : "Object",
4001           "desc" : "(optional) An object containing the size to use for calculating anchor position\n                      {width: (target width), height: (target height)} (defaults to the element's current size)",
4002           "isOptional" : false
4003         },
4004         {
4005           "name" : "local",
4006           "type" : "Boolean",
4007           "desc" : "(optional) True to get the local (element top/left-relative) anchor position instead of page coordinates",
4008           "isOptional" : false
4009         }
4010       ],
4011       "returns" : [
4012         {
4013           "name" : "",
4014           "type" : "Array",
4015           "desc" : "[x, y] An array containing the element's x and y coordinates"
4016         }
4017       ]
4018     },
4019     {
4020       "name" : "initDD",
4021       "desc" : "Initializes a {@link Roo.dd.DD} drag drop object for this element.",
4022       "isStatic" : false,
4023       "isConstructor" : false,
4024       "isPrivate" : false,
4025       "memberOf" : "Roo.Element",
4026       "example" : "",
4027       "deprecated" : "",
4028       "since" : "",
4029       "see" : "",
4030       "params" : [
4031         {
4032           "name" : "group",
4033           "type" : "String",
4034           "desc" : "The group the DD object is member of",
4035           "isOptional" : false
4036         },
4037         {
4038           "name" : "config",
4039           "type" : "Object",
4040           "desc" : "The DD config object",
4041           "isOptional" : false
4042         },
4043         {
4044           "name" : "overrides",
4045           "type" : "Object",
4046           "desc" : "An object containing methods to override/implement on the DD object",
4047           "isOptional" : false
4048         }
4049       ],
4050       "returns" : [
4051         {
4052           "name" : "",
4053           "type" : "Roo.dd.DD",
4054           "desc" : "The DD object"
4055         }
4056       ]
4057     },
4058     {
4059       "name" : "getComputedHeight",
4060       "desc" : "Returns either the offsetHeight or the height of this element based on CSS height adjusted by padding or borders\nwhen needed to simulate offsetHeight when offsets aren't available. This may not work on display:none elements\nif a height has not been set using CSS.",
4061       "isStatic" : false,
4062       "isConstructor" : false,
4063       "isPrivate" : false,
4064       "memberOf" : "Roo.Element",
4065       "example" : "",
4066       "deprecated" : "",
4067       "since" : "",
4068       "see" : "",
4069       "params" : [
4070       ],
4071       "returns" : [
4072         {
4073           "name" : "",
4074           "type" : "Number",
4075           "desc" : ""
4076         }
4077       ]
4078     },
4079     {
4080       "name" : "is",
4081       "desc" : "Returns true if this element matches the passed simple selector (e.g. div.some-class or span:first-child)",
4082       "isStatic" : false,
4083       "isConstructor" : false,
4084       "isPrivate" : false,
4085       "memberOf" : "Roo.Element",
4086       "example" : "",
4087       "deprecated" : "",
4088       "since" : "",
4089       "see" : "",
4090       "params" : [
4091         {
4092           "name" : "selector",
4093           "type" : "String",
4094           "desc" : "The simple selector to test",
4095           "isOptional" : false
4096         }
4097       ],
4098       "returns" : [
4099         {
4100           "name" : "",
4101           "type" : "Boolean",
4102           "desc" : "True if this element matches the selector, else false"
4103         }
4104       ]
4105     },
4106     {
4107       "name" : "move",
4108       "desc" : "Move this element relative to its current position.",
4109       "isStatic" : false,
4110       "isConstructor" : false,
4111       "isPrivate" : false,
4112       "memberOf" : "Roo.Element",
4113       "example" : "",
4114       "deprecated" : "",
4115       "since" : "",
4116       "see" : "",
4117       "params" : [
4118         {
4119           "name" : "direction",
4120           "type" : "String",
4121           "desc" : "Possible values are: \"l\",\"left\" - \"r\",\"right\" - \"t\",\"top\",\"up\" - \"b\",\"bottom\",\"down\".",
4122           "isOptional" : false
4123         },
4124         {
4125           "name" : "distance",
4126           "type" : "Number",
4127           "desc" : "How far to move the element in pixels",
4128           "isOptional" : false
4129         },
4130         {
4131           "name" : "animate",
4132           "type" : "Boolean/Object",
4133           "desc" : "(optional) true for the default animation or a standard Element animation config object",
4134           "isOptional" : false
4135         }
4136       ],
4137       "returns" : [
4138         {
4139           "name" : "",
4140           "type" : "Roo.Element",
4141           "desc" : "this"
4142         }
4143       ]
4144     },
4145     {
4146       "name" : "remove",
4147       "desc" : "Removes this element from the DOM and deletes it from the cache",
4148       "isStatic" : false,
4149       "isConstructor" : false,
4150       "isPrivate" : false,
4151       "memberOf" : "Roo.Element",
4152       "example" : "",
4153       "deprecated" : "",
4154       "since" : "",
4155       "see" : "",
4156       "params" : [
4157       ],
4158       "returns" : [
4159       ]
4160     },
4161     {
4162       "name" : "getNextSibling",
4163       "desc" : "Gets the next sibling, skipping text nodes",
4164       "isStatic" : false,
4165       "isConstructor" : false,
4166       "isPrivate" : false,
4167       "memberOf" : "Roo.Element",
4168       "example" : "",
4169       "deprecated" : "",
4170       "since" : "",
4171       "see" : "",
4172       "params" : [
4173       ],
4174       "returns" : [
4175         {
4176           "name" : "",
4177           "type" : "HTMLElement",
4178           "desc" : "The next sibling or null"
4179         }
4180       ]
4181     },
4182     {
4183       "name" : "getStyle",
4184       "desc" : "Normalizes currentStyle and computedStyle. This is not YUI getStyle, it is an optimised version.",
4185       "isStatic" : false,
4186       "isConstructor" : false,
4187       "isPrivate" : false,
4188       "memberOf" : "Roo.Element",
4189       "example" : "",
4190       "deprecated" : "",
4191       "since" : "",
4192       "see" : "",
4193       "params" : [
4194         {
4195           "name" : "property",
4196           "type" : "String",
4197           "desc" : "The style property whose value is returned.",
4198           "isOptional" : false
4199         }
4200       ],
4201       "returns" : [
4202         {
4203           "name" : "",
4204           "type" : "String",
4205           "desc" : "The current value of the style property for this element."
4206         }
4207       ]
4208     },
4209     {
4210       "name" : "isBorderBox",
4211       "desc" : "Tests various css rules/browsers to determine if this element uses a border box",
4212       "isStatic" : false,
4213       "isConstructor" : false,
4214       "isPrivate" : false,
4215       "memberOf" : "Roo.Element",
4216       "example" : "",
4217       "deprecated" : "",
4218       "since" : "",
4219       "see" : "",
4220       "params" : [
4221       ],
4222       "returns" : [
4223         {
4224           "name" : "",
4225           "type" : "Boolean",
4226           "desc" : ""
4227         }
4228       ]
4229     },
4230     {
4231       "name" : "getPadding",
4232       "desc" : "Gets the width of the padding(s) for the specified side(s)",
4233       "isStatic" : false,
4234       "isConstructor" : false,
4235       "isPrivate" : false,
4236       "memberOf" : "Roo.Element",
4237       "example" : "",
4238       "deprecated" : "",
4239       "since" : "",
4240       "see" : "",
4241       "params" : [
4242         {
4243           "name" : "side",
4244           "type" : "String",
4245           "desc" : "Can be t, l, r, b or any combination of those to add multiple values. For example,\npassing lr would get the padding (l)eft + the padding (r)ight.",
4246           "isOptional" : false
4247         }
4248       ],
4249       "returns" : [
4250         {
4251           "name" : "",
4252           "type" : "Number",
4253           "desc" : "The padding of the sides passed added together"
4254         }
4255       ]
4256     }
4257   ],
4258   "events" : [
4259   ]
4260 }