sync
[roojs1] / docs / symbols / Roo.bootstrap.LayoutMasonryAuto.json
1 {
2   "name" : "Roo.bootstrap.LayoutMasonryAuto",
3   "augments" : [
4     "Roo.bootstrap.Component",
5     "Roo.Component",
6     "Roo.util.Observable"
7   ],
8   "childClasses" : {  },
9   "tree_children" : [],
10   "tree_parent" : [],
11   "desc" : "Bootstrap Layout Masonry class",
12   "isSingleton" : false,
13   "isStatic" : true,
14   "isBuiltin" : false,
15   "isAbstract" : false,
16   "isBuilderTop" : false,
17   "memberOf" : "LayoutMasonryAuto",
18   "example" : "",
19   "deprecated" : "",
20   "since" : "",
21   "see" : "",
22   "params" : [
23     {
24       "name" : "config",
25       "type" : "Object",
26       "desc" : "The config object",
27       "isOptional" : false
28     }
29   ],
30   "returns" : [],
31   "throws" : "",
32   "requires" : "",
33   "config" : [
34     {
35       "name" : "isResizingContainer",
36       "type" : "Boolean",
37       "desc" : "= not sure if this is used..",
38       "memberOf" : ""
39     },
40     {
41       "name" : "listeners",
42       "type" : "Object",
43       "desc" : "list of events and functions to call for this object, \nFor example :\n<pre><code>\n    listeners :  { \n       'click' : function(e) {\n           ..... \n        } ,\n        .... \n    } \n  </code></pre>",
44       "memberOf" : "Roo.util.Observable"
45     },
46     {
47       "name" : "maxCols",
48       "type" : "Number",
49       "desc" : "maximum number of columns",
50       "memberOf" : ""
51     },
52     {
53       "name" : "isOriginLeft",
54       "type" : "Boolean",
55       "desc" : "= left align?",
56       "memberOf" : ""
57     },
58     {
59       "name" : "tooltip",
60       "type" : "string",
61       "desc" : "Text for the tooltip",
62       "memberOf" : "Roo.bootstrap.Component"
63     },
64     {
65       "name" : "container_method",
66       "type" : "string",
67       "desc" : "method to fetch parents container element (used by NavHeaderbar -  getHeaderChildContainer)",
68       "memberOf" : "Roo.bootstrap.Component"
69     },
70     {
71       "name" : "visibilityEl",
72       "type" : "string|object",
73       "desc" : "t) What element to use for visibility (@see getVisibilityEl())",
74       "memberOf" : "Roo.bootstrap.Component"
75     },
76     {
77       "name" : "isLayoutInstant",
78       "type" : "Boolean",
79       "desc" : "= no animation?",
80       "memberOf" : ""
81     },
82     {
83       "name" : "padHeight",
84       "type" : "Number",
85       "desc" : "padding below box..",
86       "memberOf" : ""
87     },
88     {
89       "name" : "can_build_overlaid",
90       "type" : "Boolean",
91       "desc" : "True if element can be rebuild from a HTML page",
92       "memberOf" : "Roo.bootstrap.Component"
93     },
94     {
95       "name" : "hideMode",
96       "type" : "String",
97       "desc" : "y)\nHow this component should hidden. Supported values are\n\"visibility\" (css visibility), \"offsets\" (negative offset position) and\n\"display\" (css display) - defaults to \"display\".",
98       "memberOf" : "Roo.Component"
99     },
100     {
101       "name" : "style",
102       "type" : "String",
103       "desc" : "any extra css",
104       "memberOf" : "Roo.bootstrap.Component"
105     },
106     {
107       "name" : "allowDomMove",
108       "type" : "Boolean",
109       "desc" : "Whether the component can move the Dom node when rendering (defaults to true).",
110       "memberOf" : "Roo.Component"
111     },
112     {
113       "name" : "isAutoInitial",
114       "type" : "Boolean",
115       "desc" : "defalut true",
116       "memberOf" : ""
117     },
118     {
119       "name" : "cls",
120       "type" : "String",
121       "desc" : "css class",
122       "memberOf" : "Roo.bootstrap.Component"
123     },
124     {
125       "name" : "xattr",
126       "type" : "Object",
127       "desc" : "extra attributes to add to 'element' (used by builder to store stuff.)",
128       "memberOf" : "Roo.bootstrap.Component"
129     },
130     {
131       "name" : "actionMode",
132       "type" : "String",
133       "desc" : "which property holds the element that used for  hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl",
134       "memberOf" : "Roo.Component"
135     },
136     {
137       "name" : "columnWidth",
138       "type" : "Number",
139       "desc" : "width of the columns",
140       "memberOf" : ""
141     },
142     {
143       "name" : "dataId",
144       "type" : "string",
145       "desc" : "cutomer id",
146       "memberOf" : "Roo.bootstrap.Component"
147     },
148     {
149       "name" : "isOriginTop",
150       "type" : "Boolean",
151       "desc" : "= top align?",
152       "memberOf" : ""
153     },
154     {
155       "name" : "name",
156       "type" : "string",
157       "desc" : "Specifies name attribute",
158       "memberOf" : "Roo.bootstrap.Component"
159     },
160     {
161       "name" : "disableClass",
162       "type" : "String",
163       "desc" : "CSS class added to the component when it is disabled (defaults to \"x-item-disabled\").",
164       "memberOf" : "Roo.Component"
165     },
166     {
167       "name" : "isFitWidth",
168       "type" : "Boolean",
169       "desc" : "- resize the width..",
170       "memberOf" : ""
171     }
172   ],
173   "methods" : [
174     {
175       "name" : "_postLayout",
176       "type" : "function",
177       "desc" : "Any logic you want to do after each layout,\ni.e. size the container",
178       "sig" : "()\n{\n\n}",
179       "static" : false,
180       "memberOf" : "",
181       "isStatic" : false,
182       "isConstructor" : false,
183       "isPrivate" : false,
184       "example" : "",
185       "deprecated" : "",
186       "since" : "",
187       "see" : "",
188       "exceptions" : "",
189       "requires" : "",
190       "params" : [],
191       "returns" : []
192     },
193     {
194       "name" : "_processLayoutQueue",
195       "type" : "function",
196       "desc" : "Sets position of item in DOM",
197       "sig" : "(item, x, y, isInstant)",
198       "static" : false,
199       "memberOf" : "",
200       "isStatic" : false,
201       "isConstructor" : false,
202       "isPrivate" : false,
203       "example" : "",
204       "deprecated" : "",
205       "since" : "",
206       "see" : "",
207       "exceptions" : "",
208       "requires" : "",
209       "params" : [
210         {
211           "name" : "item",
212           "type" : "Element",
213           "desc" : "",
214           "isOptional" : false
215         },
216         {
217           "name" : "x",
218           "type" : "Number",
219           "desc" : "- horizontal position",
220           "isOptional" : false
221         },
222         {
223           "name" : "y",
224           "type" : "Number",
225           "desc" : "- vertical position",
226           "isOptional" : false
227         },
228         {
229           "name" : "isInstant",
230           "type" : "Boolean",
231           "desc" : "- disables transitions",
232           "isOptional" : false
233         }
234       ],
235       "returns" : []
236     },
237     {
238       "name" : "_getColGroup",
239       "type" : "function",
240       "desc" : "",
241       "sig" : "(colSpan)",
242       "static" : false,
243       "memberOf" : "",
244       "isStatic" : false,
245       "isConstructor" : false,
246       "isPrivate" : false,
247       "example" : "",
248       "deprecated" : "",
249       "since" : "",
250       "see" : "",
251       "exceptions" : "",
252       "requires" : "",
253       "params" : [
254         {
255           "name" : "colSpan",
256           "type" : "Number",
257           "desc" : "- number of columns the element spans",
258           "isOptional" : false
259         }
260       ],
261       "returns" : []
262     },
263     {
264       "name" : "tooltipEl",
265       "type" : "function",
266       "desc" : "Fetch the element to display the tooltip on.",
267       "sig" : "()\n{\n\n}",
268       "static" : false,
269       "memberOf" : "Roo.bootstrap.Component",
270       "isStatic" : false,
271       "isConstructor" : false,
272       "isPrivate" : false,
273       "example" : "",
274       "deprecated" : "",
275       "since" : "",
276       "see" : "",
277       "exceptions" : "",
278       "requires" : "",
279       "params" : [],
280       "returns" : [
281         {
282           "name" : "",
283           "type" : "Roo.Element",
284           "desc" : "defaults to this.el"
285         }
286       ]
287     },
288     {
289       "name" : "hide",
290       "type" : "function",
291       "desc" : "Hide a component - adds 'hidden' class",
292       "sig" : "()\n{\n\n}",
293       "static" : false,
294       "memberOf" : "Roo.bootstrap.Component",
295       "isStatic" : false,
296       "isConstructor" : false,
297       "isPrivate" : false,
298       "example" : "",
299       "deprecated" : "",
300       "since" : "",
301       "see" : "",
302       "exceptions" : "",
303       "requires" : "",
304       "params" : [],
305       "returns" : []
306     },
307     {
308       "name" : "show",
309       "type" : "function",
310       "desc" : "Show a component - removes 'hidden' class",
311       "sig" : "()\n{\n\n}",
312       "static" : false,
313       "memberOf" : "Roo.bootstrap.Component",
314       "isStatic" : false,
315       "isConstructor" : false,
316       "isPrivate" : false,
317       "example" : "",
318       "deprecated" : "",
319       "since" : "",
320       "see" : "",
321       "exceptions" : "",
322       "requires" : "",
323       "params" : [],
324       "returns" : []
325     },
326     {
327       "name" : "setVisibilityEl",
328       "type" : "function",
329       "desc" : "Set the element that will be used to show or hide",
330       "sig" : "()\n{\n\n}",
331       "static" : false,
332       "memberOf" : "Roo.bootstrap.Component",
333       "isStatic" : false,
334       "isConstructor" : false,
335       "isPrivate" : false,
336       "example" : "",
337       "deprecated" : "",
338       "since" : "",
339       "see" : "",
340       "exceptions" : "",
341       "requires" : "",
342       "params" : [],
343       "returns" : []
344     },
345     {
346       "name" : "getVisibilityEl",
347       "type" : "function",
348       "desc" : "Get the element that will be used to show or hide",
349       "sig" : "()\n{\n\n}",
350       "static" : false,
351       "memberOf" : "Roo.bootstrap.Component",
352       "isStatic" : false,
353       "isConstructor" : false,
354       "isPrivate" : false,
355       "example" : "",
356       "deprecated" : "",
357       "since" : "",
358       "see" : "",
359       "exceptions" : "",
360       "requires" : "",
361       "params" : [],
362       "returns" : []
363     },
364     {
365       "name" : "initEvents",
366       "type" : "function",
367       "desc" : "Initialize Events for the element",
368       "sig" : "()\n{\n\n}",
369       "static" : false,
370       "memberOf" : "Roo.bootstrap.Component",
371       "isStatic" : false,
372       "isConstructor" : false,
373       "isPrivate" : false,
374       "example" : "",
375       "deprecated" : "",
376       "since" : "",
377       "see" : "",
378       "exceptions" : "",
379       "requires" : "",
380       "params" : [],
381       "returns" : []
382     },
383     {
384       "name" : "getChildContainer",
385       "type" : "function",
386       "desc" : "Fetch the element to add children to",
387       "sig" : "()\n{\n\n}",
388       "static" : false,
389       "memberOf" : "Roo.bootstrap.Component",
390       "isStatic" : false,
391       "isConstructor" : false,
392       "isPrivate" : false,
393       "example" : "",
394       "deprecated" : "",
395       "since" : "",
396       "see" : "",
397       "exceptions" : "",
398       "requires" : "",
399       "params" : [],
400       "returns" : [
401         {
402           "name" : "",
403           "type" : "Roo.Element",
404           "desc" : "defaults to this.el"
405         }
406       ]
407     },
408     {
409       "name" : "getId",
410       "type" : "function",
411       "desc" : "Returns the id of this component.",
412       "sig" : "()\n{\n\n}",
413       "static" : false,
414       "memberOf" : "Roo.Component",
415       "isStatic" : false,
416       "isConstructor" : false,
417       "isPrivate" : false,
418       "example" : "",
419       "deprecated" : "",
420       "since" : "",
421       "see" : "",
422       "exceptions" : "",
423       "requires" : "",
424       "params" : [],
425       "returns" : [
426         {
427           "name" : "",
428           "type" : "String",
429           "desc" : ""
430         }
431       ]
432     },
433     {
434       "name" : "render",
435       "type" : "function",
436       "desc" : "If this is a lazy rendering component, render it to its container element.",
437       "sig" : "(container)",
438       "static" : false,
439       "memberOf" : "Roo.Component",
440       "isStatic" : false,
441       "isConstructor" : false,
442       "isPrivate" : false,
443       "example" : "",
444       "deprecated" : "",
445       "since" : "",
446       "see" : "",
447       "exceptions" : "",
448       "requires" : "",
449       "params" : [
450         {
451           "name" : "container",
452           "type" : "String/HTMLElement/Element",
453           "desc" : "(optional) The element this component should be rendered into. If it is being applied to existing markup, this should be left off.",
454           "isOptional" : false
455         }
456       ],
457       "returns" : []
458     },
459     {
460       "name" : "destroy",
461       "type" : "function",
462       "desc" : "Destroys this component by purging any event listeners, removing the component's element from the DOM,\nremoving the component from its {@link Roo.Container} (if applicable) and unregistering it from {@link Roo.ComponentMgr}.",
463       "sig" : "()\n{\n\n}",
464       "static" : false,
465       "memberOf" : "Roo.Component",
466       "isStatic" : false,
467       "isConstructor" : false,
468       "isPrivate" : false,
469       "example" : "",
470       "deprecated" : "",
471       "since" : "",
472       "see" : "",
473       "exceptions" : "",
474       "requires" : "",
475       "params" : [],
476       "returns" : []
477     },
478     {
479       "name" : "isVisible",
480       "type" : "function",
481       "desc" : "Returns true if this component is visible.",
482       "sig" : "()\n{\n\n}",
483       "static" : false,
484       "memberOf" : "Roo.Component",
485       "isStatic" : false,
486       "isConstructor" : false,
487       "isPrivate" : false,
488       "example" : "",
489       "deprecated" : "",
490       "since" : "",
491       "see" : "",
492       "exceptions" : "",
493       "requires" : "",
494       "params" : [],
495       "returns" : []
496     },
497     {
498       "name" : "setDisabled",
499       "type" : "function",
500       "desc" : "Convenience function for setting disabled/enabled by boolean.",
501       "sig" : "(disabled)",
502       "static" : false,
503       "memberOf" : "Roo.Component",
504       "isStatic" : false,
505       "isConstructor" : false,
506       "isPrivate" : false,
507       "example" : "",
508       "deprecated" : "",
509       "since" : "",
510       "see" : "",
511       "exceptions" : "",
512       "requires" : "",
513       "params" : [
514         {
515           "name" : "disabled",
516           "type" : "Boolean",
517           "desc" : "",
518           "isOptional" : false
519         }
520       ],
521       "returns" : []
522     },
523     {
524       "name" : "focus",
525       "type" : "function",
526       "desc" : "Try to focus this component.",
527       "sig" : "(selectText)",
528       "static" : false,
529       "memberOf" : "Roo.Component",
530       "isStatic" : false,
531       "isConstructor" : false,
532       "isPrivate" : false,
533       "example" : "",
534       "deprecated" : "",
535       "since" : "",
536       "see" : "",
537       "exceptions" : "",
538       "requires" : "",
539       "params" : [
540         {
541           "name" : "selectText",
542           "type" : "Boolean",
543           "desc" : "True to also select the text in this component (if applicable)",
544           "isOptional" : false
545         }
546       ],
547       "returns" : [
548         {
549           "name" : "",
550           "type" : "Roo.Component",
551           "desc" : "this"
552         }
553       ]
554     },
555     {
556       "name" : "enable",
557       "type" : "function",
558       "desc" : "Enable this component.",
559       "sig" : "()\n{\n\n}",
560       "static" : false,
561       "memberOf" : "Roo.Component",
562       "isStatic" : false,
563       "isConstructor" : false,
564       "isPrivate" : false,
565       "example" : "",
566       "deprecated" : "",
567       "since" : "",
568       "see" : "",
569       "exceptions" : "",
570       "requires" : "",
571       "params" : [],
572       "returns" : [
573         {
574           "name" : "",
575           "type" : "Roo.Component",
576           "desc" : "this"
577         }
578       ]
579     },
580     {
581       "name" : "setVisible",
582       "type" : "function",
583       "desc" : "Convenience function to hide or show this component by boolean.",
584       "sig" : "(visible)",
585       "static" : false,
586       "memberOf" : "Roo.Component",
587       "isStatic" : false,
588       "isConstructor" : false,
589       "isPrivate" : false,
590       "example" : "",
591       "deprecated" : "",
592       "since" : "",
593       "see" : "",
594       "exceptions" : "",
595       "requires" : "",
596       "params" : [
597         {
598           "name" : "visible",
599           "type" : "Boolean",
600           "desc" : "True to show, false to hide",
601           "isOptional" : false
602         }
603       ],
604       "returns" : [
605         {
606           "name" : "",
607           "type" : "Roo.Component",
608           "desc" : "this"
609         }
610       ]
611     },
612     {
613       "name" : "disable",
614       "type" : "function",
615       "desc" : "Disable this component.",
616       "sig" : "()\n{\n\n}",
617       "static" : false,
618       "memberOf" : "Roo.Component",
619       "isStatic" : false,
620       "isConstructor" : false,
621       "isPrivate" : false,
622       "example" : "",
623       "deprecated" : "",
624       "since" : "",
625       "see" : "",
626       "exceptions" : "",
627       "requires" : "",
628       "params" : [],
629       "returns" : [
630         {
631           "name" : "",
632           "type" : "Roo.Component",
633           "desc" : "this"
634         }
635       ]
636     },
637     {
638       "name" : "getEl",
639       "type" : "function",
640       "desc" : "Returns the underlying {@link Roo.Element}.",
641       "sig" : "()\n{\n\n}",
642       "static" : false,
643       "memberOf" : "Roo.Component",
644       "isStatic" : false,
645       "isConstructor" : false,
646       "isPrivate" : false,
647       "example" : "",
648       "deprecated" : "",
649       "since" : "",
650       "see" : "",
651       "exceptions" : "",
652       "requires" : "",
653       "params" : [],
654       "returns" : [
655         {
656           "name" : "",
657           "type" : "Roo.Element",
658           "desc" : "The element"
659         }
660       ]
661     },
662     {
663       "name" : "purgeListeners",
664       "type" : "function",
665       "desc" : "Removes all listeners for this object",
666       "sig" : "()\n{\n\n}",
667       "static" : false,
668       "memberOf" : "Roo.util.Observable",
669       "isStatic" : false,
670       "isConstructor" : false,
671       "isPrivate" : false,
672       "example" : "",
673       "deprecated" : "",
674       "since" : "",
675       "see" : "",
676       "exceptions" : "",
677       "requires" : "",
678       "params" : [],
679       "returns" : []
680     },
681     {
682       "name" : "on",
683       "type" : "function",
684       "desc" : "Appends an event handler to this element (shorthand for addListener)",
685       "sig" : "(eventName, handler, scope, options)",
686       "static" : false,
687       "memberOf" : "Roo.util.Observable",
688       "isStatic" : false,
689       "isConstructor" : false,
690       "isPrivate" : false,
691       "example" : "",
692       "deprecated" : "",
693       "since" : "",
694       "see" : "",
695       "exceptions" : "",
696       "requires" : "",
697       "params" : [
698         {
699           "name" : "eventName",
700           "type" : "String",
701           "desc" : "The type of event to listen for",
702           "isOptional" : false
703         },
704         {
705           "name" : "handler",
706           "type" : "Function",
707           "desc" : "The method the event invokes",
708           "isOptional" : false
709         },
710         {
711           "name" : "scope",
712           "type" : "Object",
713           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
714           "isOptional" : false
715         },
716         {
717           "name" : "options",
718           "type" : "Object",
719           "desc" : "(optional)",
720           "isOptional" : false
721         }
722       ],
723       "returns" : []
724     },
725     {
726       "name" : "un",
727       "type" : "function",
728       "desc" : "Removes a listener (shorthand for removeListener)",
729       "sig" : "(eventName, handler, scope)",
730       "static" : false,
731       "memberOf" : "Roo.util.Observable",
732       "isStatic" : false,
733       "isConstructor" : false,
734       "isPrivate" : false,
735       "example" : "",
736       "deprecated" : "",
737       "since" : "",
738       "see" : "",
739       "exceptions" : "",
740       "requires" : "",
741       "params" : [
742         {
743           "name" : "eventName",
744           "type" : "String",
745           "desc" : "The type of event to listen for",
746           "isOptional" : false
747         },
748         {
749           "name" : "handler",
750           "type" : "Function",
751           "desc" : "The handler to remove",
752           "isOptional" : false
753         },
754         {
755           "name" : "scope",
756           "type" : "Object",
757           "desc" : "(optional) The scope (this object) for the handler",
758           "isOptional" : false
759         }
760       ],
761       "returns" : []
762     },
763     {
764       "name" : "addEvents",
765       "type" : "function",
766       "desc" : "Used to define events on this Observable",
767       "sig" : "(object)",
768       "static" : false,
769       "memberOf" : "Roo.util.Observable",
770       "isStatic" : false,
771       "isConstructor" : false,
772       "isPrivate" : false,
773       "example" : "",
774       "deprecated" : "",
775       "since" : "",
776       "see" : "",
777       "exceptions" : "",
778       "requires" : "",
779       "params" : [
780         {
781           "name" : "object",
782           "type" : "Object",
783           "desc" : "The object with the events defined",
784           "isOptional" : false
785         }
786       ],
787       "returns" : []
788     },
789     {
790       "name" : "releaseCapture",
791       "type" : "function",
792       "desc" : "Removes <b>all</b> added captures from the Observable.",
793       "sig" : "(o)",
794       "static" : true,
795       "memberOf" : "Roo.util.Observable",
796       "isStatic" : true,
797       "isConstructor" : false,
798       "isPrivate" : false,
799       "example" : "",
800       "deprecated" : "",
801       "since" : "",
802       "see" : "",
803       "exceptions" : "",
804       "requires" : "",
805       "params" : [
806         {
807           "name" : "o",
808           "type" : "Observable",
809           "desc" : "The Observable to release",
810           "isOptional" : false
811         }
812       ],
813       "returns" : []
814     },
815     {
816       "name" : "removeListener",
817       "type" : "function",
818       "desc" : "Removes a listener",
819       "sig" : "(eventName, handler, scope)",
820       "static" : false,
821       "memberOf" : "Roo.util.Observable",
822       "isStatic" : false,
823       "isConstructor" : false,
824       "isPrivate" : false,
825       "example" : "",
826       "deprecated" : "",
827       "since" : "",
828       "see" : "",
829       "exceptions" : "",
830       "requires" : "",
831       "params" : [
832         {
833           "name" : "eventName",
834           "type" : "String",
835           "desc" : "The type of event to listen for",
836           "isOptional" : false
837         },
838         {
839           "name" : "handler",
840           "type" : "Function",
841           "desc" : "The handler to remove",
842           "isOptional" : false
843         },
844         {
845           "name" : "scope",
846           "type" : "Object",
847           "desc" : "(optional) The scope (this object) for the handler",
848           "isOptional" : false
849         }
850       ],
851       "returns" : []
852     },
853     {
854       "name" : "fireEvent",
855       "type" : "function",
856       "desc" : "Fires the specified event with the passed parameters (minus the event name).",
857       "sig" : "(eventName, args)",
858       "static" : false,
859       "memberOf" : "Roo.util.Observable",
860       "isStatic" : false,
861       "isConstructor" : false,
862       "isPrivate" : false,
863       "example" : "",
864       "deprecated" : "",
865       "since" : "",
866       "see" : "",
867       "exceptions" : "",
868       "requires" : "",
869       "params" : [
870         {
871           "name" : "eventName",
872           "type" : "String",
873           "desc" : "",
874           "isOptional" : false
875         },
876         {
877           "name" : "args",
878           "type" : "Object...",
879           "desc" : "Variable number of parameters are passed to handlers",
880           "isOptional" : false
881         }
882       ],
883       "returns" : [
884         {
885           "name" : "",
886           "type" : "Boolean",
887           "desc" : "returns false if any of the handlers return false otherwise it returns true"
888         }
889       ]
890     },
891     {
892       "name" : "hasListener",
893       "type" : "function",
894       "desc" : "Checks to see if this object has any listeners for a specified event",
895       "sig" : "(eventName)",
896       "static" : false,
897       "memberOf" : "Roo.util.Observable",
898       "isStatic" : false,
899       "isConstructor" : false,
900       "isPrivate" : false,
901       "example" : "",
902       "deprecated" : "",
903       "since" : "",
904       "see" : "",
905       "exceptions" : "",
906       "requires" : "",
907       "params" : [
908         {
909           "name" : "eventName",
910           "type" : "String",
911           "desc" : "The name of the event to check for",
912           "isOptional" : false
913         }
914       ],
915       "returns" : [
916         {
917           "name" : "",
918           "type" : "Boolean",
919           "desc" : "True if the event is being listened for, else false"
920         }
921       ]
922     },
923     {
924       "name" : "capture",
925       "type" : "function",
926       "desc" : "Starts capture on the specified Observable. All events will be passed\nto the supplied function with the event name + standard signature of the event\n<b>before</b> the event is fired. If the supplied function returns false,\nthe event will not fire.",
927       "sig" : "(o, fn, scope)",
928       "static" : true,
929       "memberOf" : "Roo.util.Observable",
930       "isStatic" : true,
931       "isConstructor" : false,
932       "isPrivate" : false,
933       "example" : "",
934       "deprecated" : "",
935       "since" : "",
936       "see" : "",
937       "exceptions" : "",
938       "requires" : "",
939       "params" : [
940         {
941           "name" : "o",
942           "type" : "Observable",
943           "desc" : "The Observable to capture",
944           "isOptional" : false
945         },
946         {
947           "name" : "fn",
948           "type" : "Function",
949           "desc" : "The function to call",
950           "isOptional" : false
951         },
952         {
953           "name" : "scope",
954           "type" : "Object",
955           "desc" : "(optional) The scope (this object) for the fn",
956           "isOptional" : false
957         }
958       ],
959       "returns" : []
960     },
961     {
962       "name" : "addListener",
963       "type" : "function",
964       "desc" : "Appends an event handler to this component",
965       "sig" : "(eventName, handler, scope, options)",
966       "static" : false,
967       "memberOf" : "Roo.util.Observable",
968       "isStatic" : false,
969       "isConstructor" : false,
970       "isPrivate" : false,
971       "example" : "",
972       "deprecated" : "",
973       "since" : "",
974       "see" : "",
975       "exceptions" : "",
976       "requires" : "",
977       "params" : [
978         {
979           "name" : "eventName",
980           "type" : "String",
981           "desc" : "The type of event to listen for",
982           "isOptional" : false
983         },
984         {
985           "name" : "handler",
986           "type" : "Function",
987           "desc" : "The method the event invokes",
988           "isOptional" : false
989         },
990         {
991           "name" : "scope",
992           "type" : "Object",
993           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
994           "isOptional" : false
995         },
996         {
997           "name" : "options",
998           "type" : "Object",
999           "desc" : "(optional) An object containing handler configuration\nproperties. This may contain any of the following properties:<ul>\n<li>scope {Object} The scope in which to execute the handler function. The handler function's \"this\" context.</li>\n<li>delay {Number} The number of milliseconds to delay the invocation of the handler after te event fires.</li>\n<li>single {Boolean} True to add a handler to handle just the next firing of the event, and then remove itself.</li>\n<li>buffer {Number} Causes the handler to be scheduled to run in an {@link Roo.util.DelayedTask} delayed\nby the specified number of milliseconds. If the event fires again within that time, the original\nhandler is <em>not</em> invoked, but the new handler is scheduled in its place.</li>\n</ul><br>\n<p>\n<b>Combining Options</b><br>\nUsing the options argument, it is possible to combine different types of listeners:<br>\n<br>\nA normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)\n\t\t<pre><code>\n\t\tel.on('click', this.onClick, this, {\n \t\t\tsingle: true,\n    \t\tdelay: 100,\n    \t\tforumId: 4\n\t\t});\n\t\t</code></pre>\n<p>\n<b>Attaching multiple handlers in 1 call</b><br>\nThe method also allows for a single argument to be passed which is a config object containing properties\nwhich specify multiple handlers.\n<pre><code>\n\t\tel.on({\n\t\t\t'click': {\n        \t\tfn: this.onClick,\n        \t\tscope: this,\n        \t\tdelay: 100\n    \t\t}, \n    \t\t'mouseover': {\n        \t\tfn: this.onMouseOver,\n        \t\tscope: this\n    \t\t},\n    \t\t'mouseout': {\n        \t\tfn: this.onMouseOut,\n        \t\tscope: this\n    \t\t}\n\t\t});\n\t\t</code></pre>\n<p>\nOr a shorthand syntax which passes the same scope object to all handlers:\n     \t<pre><code>\n\t\tel.on({\n\t\t\t'click': this.onClick,\n    \t\t'mouseover': this.onMouseOver,\n    \t\t'mouseout': this.onMouseOut,\n    \t\tscope: this\n\t\t});\n\t\t</code></pre>",
1000           "isOptional" : false
1001         }
1002       ],
1003       "returns" : []
1004     }
1005   ],
1006   "events" : [
1007     {
1008       "name" : "childrenrendered",
1009       "type" : "function",
1010       "desc" : "Fires when the children have been rendered..",
1011       "sig" : "function (_self)\n{\n\n}",
1012       "memberOf" : "Roo.bootstrap.Component",
1013       "example" : "",
1014       "deprecated" : "",
1015       "since" : "",
1016       "see" : "",
1017       "params" : [
1018         {
1019           "name" : "this",
1020           "type" : "Roo.bootstrap.Component",
1021           "desc" : "",
1022           "isOptional" : false
1023         }
1024       ],
1025       "returns" : []
1026     },
1027     {
1028       "name" : "beforerender",
1029       "type" : "function",
1030       "desc" : "Fires before the component is rendered. Return false to stop the render.",
1031       "sig" : "function (_self)\n{\n\n}",
1032       "memberOf" : "Roo.Component",
1033       "example" : "",
1034       "deprecated" : "",
1035       "since" : "",
1036       "see" : "",
1037       "params" : [
1038         {
1039           "name" : "this",
1040           "type" : "Roo.Component",
1041           "desc" : "",
1042           "isOptional" : false
1043         }
1044       ],
1045       "returns" : []
1046     },
1047     {
1048       "name" : "disable",
1049       "type" : "function",
1050       "desc" : "Fires after the component is disabled.",
1051       "sig" : "function (_self)\n{\n\n}",
1052       "memberOf" : "Roo.Component",
1053       "example" : "",
1054       "deprecated" : "",
1055       "since" : "",
1056       "see" : "",
1057       "params" : [
1058         {
1059           "name" : "this",
1060           "type" : "Roo.Component",
1061           "desc" : "",
1062           "isOptional" : false
1063         }
1064       ],
1065       "returns" : []
1066     },
1067     {
1068       "name" : "render",
1069       "type" : "function",
1070       "desc" : "Fires after the component is rendered.",
1071       "sig" : "function (_self)\n{\n\n}",
1072       "memberOf" : "Roo.Component",
1073       "example" : "",
1074       "deprecated" : "",
1075       "since" : "",
1076       "see" : "",
1077       "params" : [
1078         {
1079           "name" : "this",
1080           "type" : "Roo.Component",
1081           "desc" : "",
1082           "isOptional" : false
1083         }
1084       ],
1085       "returns" : []
1086     },
1087     {
1088       "name" : "destroy",
1089       "type" : "function",
1090       "desc" : "Fires after the component is destroyed.",
1091       "sig" : "function (_self)\n{\n\n}",
1092       "memberOf" : "Roo.Component",
1093       "example" : "",
1094       "deprecated" : "",
1095       "since" : "",
1096       "see" : "",
1097       "params" : [
1098         {
1099           "name" : "this",
1100           "type" : "Roo.Component",
1101           "desc" : "",
1102           "isOptional" : false
1103         }
1104       ],
1105       "returns" : []
1106     },
1107     {
1108       "name" : "hide",
1109       "type" : "function",
1110       "desc" : "Fires after the component is hidden.",
1111       "sig" : "function (_self)\n{\n\n}",
1112       "memberOf" : "Roo.Component",
1113       "example" : "",
1114       "deprecated" : "",
1115       "since" : "",
1116       "see" : "",
1117       "params" : [
1118         {
1119           "name" : "this",
1120           "type" : "Roo.Component",
1121           "desc" : "",
1122           "isOptional" : false
1123         }
1124       ],
1125       "returns" : []
1126     },
1127     {
1128       "name" : "beforehide",
1129       "type" : "function",
1130       "desc" : "Fires before the component is hidden. Return false to stop the hide.",
1131       "sig" : "function (_self)\n{\n\n}",
1132       "memberOf" : "Roo.Component",
1133       "example" : "",
1134       "deprecated" : "",
1135       "since" : "",
1136       "see" : "",
1137       "params" : [
1138         {
1139           "name" : "this",
1140           "type" : "Roo.Component",
1141           "desc" : "",
1142           "isOptional" : false
1143         }
1144       ],
1145       "returns" : []
1146     },
1147     {
1148       "name" : "show",
1149       "type" : "function",
1150       "desc" : "Fires after the component is shown.",
1151       "sig" : "function (_self)\n{\n\n}",
1152       "memberOf" : "Roo.Component",
1153       "example" : "",
1154       "deprecated" : "",
1155       "since" : "",
1156       "see" : "",
1157       "params" : [
1158         {
1159           "name" : "this",
1160           "type" : "Roo.Component",
1161           "desc" : "",
1162           "isOptional" : false
1163         }
1164       ],
1165       "returns" : []
1166     },
1167     {
1168       "name" : "beforeshow",
1169       "type" : "function",
1170       "desc" : "Fires before the component is shown.  Return false to stop the show.",
1171       "sig" : "function (_self)\n{\n\n}",
1172       "memberOf" : "Roo.Component",
1173       "example" : "",
1174       "deprecated" : "",
1175       "since" : "",
1176       "see" : "",
1177       "params" : [
1178         {
1179           "name" : "this",
1180           "type" : "Roo.Component",
1181           "desc" : "",
1182           "isOptional" : false
1183         }
1184       ],
1185       "returns" : []
1186     },
1187     {
1188       "name" : "enable",
1189       "type" : "function",
1190       "desc" : "Fires after the component is enabled.",
1191       "sig" : "function (_self)\n{\n\n}",
1192       "memberOf" : "Roo.Component",
1193       "example" : "",
1194       "deprecated" : "",
1195       "since" : "",
1196       "see" : "",
1197       "params" : [
1198         {
1199           "name" : "this",
1200           "type" : "Roo.Component",
1201           "desc" : "",
1202           "isOptional" : false
1203         }
1204       ],
1205       "returns" : []
1206     },
1207     {
1208       "name" : "beforedestroy",
1209       "type" : "function",
1210       "desc" : "Fires before the component is destroyed. Return false to stop the destroy.",
1211       "sig" : "function (_self)\n{\n\n}",
1212       "memberOf" : "Roo.Component",
1213       "example" : "",
1214       "deprecated" : "",
1215       "since" : "",
1216       "see" : "",
1217       "params" : [
1218         {
1219           "name" : "this",
1220           "type" : "Roo.Component",
1221           "desc" : "",
1222           "isOptional" : false
1223         }
1224       ],
1225       "returns" : []
1226     }
1227   ]
1228 }