fix docs add optvalues
[roojs1] / docs / symbols / Roo.bootstrap.MasonryBrick.json
1 {
2   "name" : "Roo.bootstrap.MasonryBrick",
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 MasonryBrick class",
12   "isSingleton" : false,
13   "isStatic" : false,
14   "isBuiltin" : false,
15   "isAbstract" : false,
16   "isBuilderTop" : false,
17   "memberOf" : "MasonryBrick",
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" : "listeners",
36       "type" : "Object",
37       "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>",
38       "memberOf" : "Roo.util.Observable",
39       "isOptional" : false,
40       "optvalues" : []
41     },
42     {
43       "name" : "tooltip",
44       "type" : "string",
45       "desc" : "Text for the tooltip",
46       "memberOf" : "Roo.bootstrap.Component",
47       "isOptional" : false,
48       "optvalues" : []
49     },
50     {
51       "name" : "container_method",
52       "type" : "string",
53       "desc" : "method to fetch parents container element (used by NavHeaderbar -  getHeaderChildContainer)",
54       "memberOf" : "Roo.bootstrap.Component",
55       "isOptional" : false,
56       "optvalues" : []
57     },
58     {
59       "name" : "visibilityEl",
60       "type" : "string|object",
61       "desc" : "t) What element to use for visibility (@see getVisibilityEl(",
62       "memberOf" : "Roo.bootstrap.Component",
63       "isOptional" : false,
64       "optvalues" : [
65         "el",
66         "parent"
67       ]
68     },
69     {
70       "name" : "placetitle",
71       "type" : "String",
72       "desc" : "",
73       "memberOf" : "",
74       "isOptional" : false,
75       "optvalues" : [
76         "center",
77         "bottom"
78       ]
79     },
80     {
81       "name" : "inverse",
82       "type" : "Boolean",
83       "desc" : "defalut false",
84       "memberOf" : "",
85       "isOptional" : false,
86       "optvalues" : []
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       "isOptional" : false,
94       "optvalues" : []
95     },
96     {
97       "name" : "hideMode",
98       "type" : "String",
99       "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",
100       "memberOf" : "Roo.Component",
101       "isOptional" : false,
102       "optvalues" : [
103         "display",
104         "visibility"
105       ]
106     },
107     {
108       "name" : "title",
109       "type" : "String",
110       "desc" : "",
111       "memberOf" : "",
112       "isOptional" : false,
113       "optvalues" : []
114     },
115     {
116       "name" : "videourl",
117       "type" : "String",
118       "desc" : "",
119       "memberOf" : "",
120       "isOptional" : false,
121       "optvalues" : []
122     },
123     {
124       "name" : "style",
125       "type" : "String",
126       "desc" : "any extra css",
127       "memberOf" : "Roo.bootstrap.Component",
128       "isOptional" : false,
129       "optvalues" : []
130     },
131     {
132       "name" : "allowDomMove",
133       "type" : "Boolean",
134       "desc" : "Whether the component can move the Dom node when rendering (defaults to true).",
135       "memberOf" : "Roo.Component",
136       "isOptional" : false,
137       "optvalues" : []
138     },
139     {
140       "name" : "cls",
141       "type" : "String",
142       "desc" : "",
143       "memberOf" : "",
144       "isOptional" : false,
145       "optvalues" : []
146     },
147     {
148       "name" : "html",
149       "type" : "String",
150       "desc" : "",
151       "memberOf" : "",
152       "isOptional" : false,
153       "optvalues" : []
154     },
155     {
156       "name" : "preventDefault",
157       "type" : "Boolean",
158       "desc" : "defalut false",
159       "memberOf" : "",
160       "isOptional" : false,
161       "optvalues" : []
162     },
163     {
164       "name" : "xattr",
165       "type" : "Object",
166       "desc" : "extra attributes to add to 'element' (used by builder to store stuff.)",
167       "memberOf" : "Roo.bootstrap.Component",
168       "isOptional" : false,
169       "optvalues" : []
170     },
171     {
172       "name" : "actionMode",
173       "type" : "String",
174       "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",
175       "memberOf" : "Roo.Component",
176       "isOptional" : false,
177       "optvalues" : []
178     },
179     {
180       "name" : "dataId",
181       "type" : "string",
182       "desc" : "cutomer id",
183       "memberOf" : "Roo.bootstrap.Component",
184       "isOptional" : false,
185       "optvalues" : []
186     },
187     {
188       "name" : "size",
189       "type" : "String",
190       "desc" : "",
191       "memberOf" : "",
192       "isOptional" : false,
193       "optvalues" : [
194         "xs",
195         "sm",
196         "md",
197         "md-left",
198         "md-right",
199         "tall",
200         "wide"
201       ]
202     },
203     {
204       "name" : "name",
205       "type" : "string",
206       "desc" : "Specifies name attribute",
207       "memberOf" : "Roo.bootstrap.Component",
208       "isOptional" : false,
209       "optvalues" : []
210     },
211     {
212       "name" : "disableClass",
213       "type" : "String",
214       "desc" : "CSS class added to the component when it is disabled (defaults to \"x-item-disabled\").",
215       "memberOf" : "Roo.Component",
216       "isOptional" : false,
217       "optvalues" : []
218     },
219     {
220       "name" : "bgimage",
221       "type" : "String",
222       "desc" : "",
223       "memberOf" : "",
224       "isOptional" : false,
225       "optvalues" : []
226     },
227     {
228       "name" : "isFitContainer",
229       "type" : "Boolean",
230       "desc" : "defalut true",
231       "memberOf" : "",
232       "isOptional" : false,
233       "optvalues" : []
234     },
235     {
236       "name" : "href",
237       "type" : "String",
238       "desc" : "",
239       "memberOf" : "",
240       "isOptional" : false,
241       "optvalues" : []
242     }
243   ],
244   "methods" : [
245     {
246       "name" : "register",
247       "type" : "function",
248       "desc" : "register a Masonry Brick",
249       "sig" : "(the)",
250       "static" : true,
251       "memberOf" : "",
252       "isStatic" : true,
253       "isConstructor" : false,
254       "isPrivate" : false,
255       "example" : "",
256       "deprecated" : "",
257       "since" : "",
258       "see" : "",
259       "exceptions" : "",
260       "requires" : "",
261       "params" : [
262         {
263           "name" : "the",
264           "type" : "Roo.bootstrap.MasonryBrick",
265           "desc" : "masonry brick to add",
266           "isOptional" : false
267         }
268       ],
269       "returns" : []
270     },
271     {
272       "name" : "get",
273       "type" : "function",
274       "desc" : "fetch a  masonry brick based on the masonry brick ID",
275       "sig" : "(the)",
276       "static" : true,
277       "memberOf" : "",
278       "isStatic" : true,
279       "isConstructor" : false,
280       "isPrivate" : false,
281       "example" : "",
282       "deprecated" : "",
283       "since" : "",
284       "see" : "",
285       "exceptions" : "",
286       "requires" : "",
287       "params" : [
288         {
289           "name" : "the",
290           "type" : "string",
291           "desc" : "masonry brick to add",
292           "isOptional" : false
293         }
294       ],
295       "returns" : []
296     },
297     {
298       "name" : "tooltipEl",
299       "type" : "function",
300       "desc" : "Fetch the element to display the tooltip on.",
301       "sig" : "()\n{\n\n}",
302       "static" : false,
303       "memberOf" : "Roo.bootstrap.Component",
304       "isStatic" : false,
305       "isConstructor" : false,
306       "isPrivate" : false,
307       "example" : "",
308       "deprecated" : "",
309       "since" : "",
310       "see" : "",
311       "exceptions" : "",
312       "requires" : "",
313       "params" : [],
314       "returns" : [
315         {
316           "name" : "",
317           "type" : "Roo.Element",
318           "desc" : "defaults to this.el"
319         }
320       ]
321     },
322     {
323       "name" : "hide",
324       "type" : "function",
325       "desc" : "Hide a component - adds 'hidden' class",
326       "sig" : "()\n{\n\n}",
327       "static" : false,
328       "memberOf" : "Roo.bootstrap.Component",
329       "isStatic" : false,
330       "isConstructor" : false,
331       "isPrivate" : false,
332       "example" : "",
333       "deprecated" : "",
334       "since" : "",
335       "see" : "",
336       "exceptions" : "",
337       "requires" : "",
338       "params" : [],
339       "returns" : []
340     },
341     {
342       "name" : "show",
343       "type" : "function",
344       "desc" : "Show a component - removes 'hidden' class",
345       "sig" : "()\n{\n\n}",
346       "static" : false,
347       "memberOf" : "Roo.bootstrap.Component",
348       "isStatic" : false,
349       "isConstructor" : false,
350       "isPrivate" : false,
351       "example" : "",
352       "deprecated" : "",
353       "since" : "",
354       "see" : "",
355       "exceptions" : "",
356       "requires" : "",
357       "params" : [],
358       "returns" : []
359     },
360     {
361       "name" : "setVisibilityEl",
362       "type" : "function",
363       "desc" : "Set the element that will be used to show or hide",
364       "sig" : "()\n{\n\n}",
365       "static" : false,
366       "memberOf" : "Roo.bootstrap.Component",
367       "isStatic" : false,
368       "isConstructor" : false,
369       "isPrivate" : false,
370       "example" : "",
371       "deprecated" : "",
372       "since" : "",
373       "see" : "",
374       "exceptions" : "",
375       "requires" : "",
376       "params" : [],
377       "returns" : []
378     },
379     {
380       "name" : "getVisibilityEl",
381       "type" : "function",
382       "desc" : "Get the element that will be used to show or hide",
383       "sig" : "()\n{\n\n}",
384       "static" : false,
385       "memberOf" : "Roo.bootstrap.Component",
386       "isStatic" : false,
387       "isConstructor" : false,
388       "isPrivate" : false,
389       "example" : "",
390       "deprecated" : "",
391       "since" : "",
392       "see" : "",
393       "exceptions" : "",
394       "requires" : "",
395       "params" : [],
396       "returns" : []
397     },
398     {
399       "name" : "initEvents",
400       "type" : "function",
401       "desc" : "Initialize Events for the element",
402       "sig" : "()\n{\n\n}",
403       "static" : false,
404       "memberOf" : "Roo.bootstrap.Component",
405       "isStatic" : false,
406       "isConstructor" : false,
407       "isPrivate" : false,
408       "example" : "",
409       "deprecated" : "",
410       "since" : "",
411       "see" : "",
412       "exceptions" : "",
413       "requires" : "",
414       "params" : [],
415       "returns" : []
416     },
417     {
418       "name" : "getChildContainer",
419       "type" : "function",
420       "desc" : "Fetch the element to add children to",
421       "sig" : "()\n{\n\n}",
422       "static" : false,
423       "memberOf" : "Roo.bootstrap.Component",
424       "isStatic" : false,
425       "isConstructor" : false,
426       "isPrivate" : false,
427       "example" : "",
428       "deprecated" : "",
429       "since" : "",
430       "see" : "",
431       "exceptions" : "",
432       "requires" : "",
433       "params" : [],
434       "returns" : [
435         {
436           "name" : "",
437           "type" : "Roo.Element",
438           "desc" : "defaults to this.el"
439         }
440       ]
441     },
442     {
443       "name" : "getId",
444       "type" : "function",
445       "desc" : "Returns the id of this component.",
446       "sig" : "()\n{\n\n}",
447       "static" : false,
448       "memberOf" : "Roo.Component",
449       "isStatic" : false,
450       "isConstructor" : false,
451       "isPrivate" : false,
452       "example" : "",
453       "deprecated" : "",
454       "since" : "",
455       "see" : "",
456       "exceptions" : "",
457       "requires" : "",
458       "params" : [],
459       "returns" : [
460         {
461           "name" : "",
462           "type" : "String",
463           "desc" : ""
464         }
465       ]
466     },
467     {
468       "name" : "render",
469       "type" : "function",
470       "desc" : "If this is a lazy rendering component, render it to its container element.",
471       "sig" : "(container)",
472       "static" : false,
473       "memberOf" : "Roo.Component",
474       "isStatic" : false,
475       "isConstructor" : false,
476       "isPrivate" : false,
477       "example" : "",
478       "deprecated" : "",
479       "since" : "",
480       "see" : "",
481       "exceptions" : "",
482       "requires" : "",
483       "params" : [
484         {
485           "name" : "container",
486           "type" : "String/HTMLElement/Element",
487           "desc" : "(optional) The element this component should be rendered into. If it is being applied to existing markup, this should be left off.",
488           "isOptional" : false
489         }
490       ],
491       "returns" : []
492     },
493     {
494       "name" : "destroy",
495       "type" : "function",
496       "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}.",
497       "sig" : "()\n{\n\n}",
498       "static" : false,
499       "memberOf" : "Roo.Component",
500       "isStatic" : false,
501       "isConstructor" : false,
502       "isPrivate" : false,
503       "example" : "",
504       "deprecated" : "",
505       "since" : "",
506       "see" : "",
507       "exceptions" : "",
508       "requires" : "",
509       "params" : [],
510       "returns" : []
511     },
512     {
513       "name" : "isVisible",
514       "type" : "function",
515       "desc" : "Returns true if this component is visible.",
516       "sig" : "()\n{\n\n}",
517       "static" : false,
518       "memberOf" : "Roo.Component",
519       "isStatic" : false,
520       "isConstructor" : false,
521       "isPrivate" : false,
522       "example" : "",
523       "deprecated" : "",
524       "since" : "",
525       "see" : "",
526       "exceptions" : "",
527       "requires" : "",
528       "params" : [],
529       "returns" : []
530     },
531     {
532       "name" : "setDisabled",
533       "type" : "function",
534       "desc" : "Convenience function for setting disabled/enabled by boolean.",
535       "sig" : "(disabled)",
536       "static" : false,
537       "memberOf" : "Roo.Component",
538       "isStatic" : false,
539       "isConstructor" : false,
540       "isPrivate" : false,
541       "example" : "",
542       "deprecated" : "",
543       "since" : "",
544       "see" : "",
545       "exceptions" : "",
546       "requires" : "",
547       "params" : [
548         {
549           "name" : "disabled",
550           "type" : "Boolean",
551           "desc" : "",
552           "isOptional" : false
553         }
554       ],
555       "returns" : []
556     },
557     {
558       "name" : "focus",
559       "type" : "function",
560       "desc" : "Try to focus this component.",
561       "sig" : "(selectText)",
562       "static" : false,
563       "memberOf" : "Roo.Component",
564       "isStatic" : false,
565       "isConstructor" : false,
566       "isPrivate" : false,
567       "example" : "",
568       "deprecated" : "",
569       "since" : "",
570       "see" : "",
571       "exceptions" : "",
572       "requires" : "",
573       "params" : [
574         {
575           "name" : "selectText",
576           "type" : "Boolean",
577           "desc" : "True to also select the text in this component (if applicable)",
578           "isOptional" : false
579         }
580       ],
581       "returns" : [
582         {
583           "name" : "",
584           "type" : "Roo.Component",
585           "desc" : "this"
586         }
587       ]
588     },
589     {
590       "name" : "enable",
591       "type" : "function",
592       "desc" : "Enable this component.",
593       "sig" : "()\n{\n\n}",
594       "static" : false,
595       "memberOf" : "Roo.Component",
596       "isStatic" : false,
597       "isConstructor" : false,
598       "isPrivate" : false,
599       "example" : "",
600       "deprecated" : "",
601       "since" : "",
602       "see" : "",
603       "exceptions" : "",
604       "requires" : "",
605       "params" : [],
606       "returns" : [
607         {
608           "name" : "",
609           "type" : "Roo.Component",
610           "desc" : "this"
611         }
612       ]
613     },
614     {
615       "name" : "setVisible",
616       "type" : "function",
617       "desc" : "Convenience function to hide or show this component by boolean.",
618       "sig" : "(visible)",
619       "static" : false,
620       "memberOf" : "Roo.Component",
621       "isStatic" : false,
622       "isConstructor" : false,
623       "isPrivate" : false,
624       "example" : "",
625       "deprecated" : "",
626       "since" : "",
627       "see" : "",
628       "exceptions" : "",
629       "requires" : "",
630       "params" : [
631         {
632           "name" : "visible",
633           "type" : "Boolean",
634           "desc" : "True to show, false to hide",
635           "isOptional" : false
636         }
637       ],
638       "returns" : [
639         {
640           "name" : "",
641           "type" : "Roo.Component",
642           "desc" : "this"
643         }
644       ]
645     },
646     {
647       "name" : "disable",
648       "type" : "function",
649       "desc" : "Disable this component.",
650       "sig" : "()\n{\n\n}",
651       "static" : false,
652       "memberOf" : "Roo.Component",
653       "isStatic" : false,
654       "isConstructor" : false,
655       "isPrivate" : false,
656       "example" : "",
657       "deprecated" : "",
658       "since" : "",
659       "see" : "",
660       "exceptions" : "",
661       "requires" : "",
662       "params" : [],
663       "returns" : [
664         {
665           "name" : "",
666           "type" : "Roo.Component",
667           "desc" : "this"
668         }
669       ]
670     },
671     {
672       "name" : "getEl",
673       "type" : "function",
674       "desc" : "Returns the underlying {@link Roo.Element}.",
675       "sig" : "()\n{\n\n}",
676       "static" : false,
677       "memberOf" : "Roo.Component",
678       "isStatic" : false,
679       "isConstructor" : false,
680       "isPrivate" : false,
681       "example" : "",
682       "deprecated" : "",
683       "since" : "",
684       "see" : "",
685       "exceptions" : "",
686       "requires" : "",
687       "params" : [],
688       "returns" : [
689         {
690           "name" : "",
691           "type" : "Roo.Element",
692           "desc" : "The element"
693         }
694       ]
695     },
696     {
697       "name" : "purgeListeners",
698       "type" : "function",
699       "desc" : "Removes all listeners for this object",
700       "sig" : "()\n{\n\n}",
701       "static" : false,
702       "memberOf" : "Roo.util.Observable",
703       "isStatic" : false,
704       "isConstructor" : false,
705       "isPrivate" : false,
706       "example" : "",
707       "deprecated" : "",
708       "since" : "",
709       "see" : "",
710       "exceptions" : "",
711       "requires" : "",
712       "params" : [],
713       "returns" : []
714     },
715     {
716       "name" : "on",
717       "type" : "function",
718       "desc" : "Appends an event handler to this element (shorthand for addListener)",
719       "sig" : "(eventName, handler, scope, options)",
720       "static" : false,
721       "memberOf" : "Roo.util.Observable",
722       "isStatic" : false,
723       "isConstructor" : false,
724       "isPrivate" : false,
725       "example" : "",
726       "deprecated" : "",
727       "since" : "",
728       "see" : "",
729       "exceptions" : "",
730       "requires" : "",
731       "params" : [
732         {
733           "name" : "eventName",
734           "type" : "String",
735           "desc" : "The type of event to listen for",
736           "isOptional" : false
737         },
738         {
739           "name" : "handler",
740           "type" : "Function",
741           "desc" : "The method the event invokes",
742           "isOptional" : false
743         },
744         {
745           "name" : "scope",
746           "type" : "Object",
747           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
748           "isOptional" : false
749         },
750         {
751           "name" : "options",
752           "type" : "Object",
753           "desc" : "(optional)",
754           "isOptional" : false
755         }
756       ],
757       "returns" : []
758     },
759     {
760       "name" : "un",
761       "type" : "function",
762       "desc" : "Removes a listener (shorthand for removeListener)",
763       "sig" : "(eventName, handler, scope)",
764       "static" : false,
765       "memberOf" : "Roo.util.Observable",
766       "isStatic" : false,
767       "isConstructor" : false,
768       "isPrivate" : false,
769       "example" : "",
770       "deprecated" : "",
771       "since" : "",
772       "see" : "",
773       "exceptions" : "",
774       "requires" : "",
775       "params" : [
776         {
777           "name" : "eventName",
778           "type" : "String",
779           "desc" : "The type of event to listen for",
780           "isOptional" : false
781         },
782         {
783           "name" : "handler",
784           "type" : "Function",
785           "desc" : "The handler to remove",
786           "isOptional" : false
787         },
788         {
789           "name" : "scope",
790           "type" : "Object",
791           "desc" : "(optional) The scope (this object) for the handler",
792           "isOptional" : false
793         }
794       ],
795       "returns" : []
796     },
797     {
798       "name" : "addEvents",
799       "type" : "function",
800       "desc" : "Used to define events on this Observable",
801       "sig" : "(object)",
802       "static" : false,
803       "memberOf" : "Roo.util.Observable",
804       "isStatic" : false,
805       "isConstructor" : false,
806       "isPrivate" : false,
807       "example" : "",
808       "deprecated" : "",
809       "since" : "",
810       "see" : "",
811       "exceptions" : "",
812       "requires" : "",
813       "params" : [
814         {
815           "name" : "object",
816           "type" : "Object",
817           "desc" : "The object with the events defined",
818           "isOptional" : false
819         }
820       ],
821       "returns" : []
822     },
823     {
824       "name" : "releaseCapture",
825       "type" : "function",
826       "desc" : "Removes <b>all</b> added captures from the Observable.",
827       "sig" : "(o)",
828       "static" : true,
829       "memberOf" : "Roo.util.Observable",
830       "isStatic" : true,
831       "isConstructor" : false,
832       "isPrivate" : false,
833       "example" : "",
834       "deprecated" : "",
835       "since" : "",
836       "see" : "",
837       "exceptions" : "",
838       "requires" : "",
839       "params" : [
840         {
841           "name" : "o",
842           "type" : "Observable",
843           "desc" : "The Observable to release",
844           "isOptional" : false
845         }
846       ],
847       "returns" : []
848     },
849     {
850       "name" : "removeListener",
851       "type" : "function",
852       "desc" : "Removes a listener",
853       "sig" : "(eventName, handler, scope)",
854       "static" : false,
855       "memberOf" : "Roo.util.Observable",
856       "isStatic" : false,
857       "isConstructor" : false,
858       "isPrivate" : false,
859       "example" : "",
860       "deprecated" : "",
861       "since" : "",
862       "see" : "",
863       "exceptions" : "",
864       "requires" : "",
865       "params" : [
866         {
867           "name" : "eventName",
868           "type" : "String",
869           "desc" : "The type of event to listen for",
870           "isOptional" : false
871         },
872         {
873           "name" : "handler",
874           "type" : "Function",
875           "desc" : "The handler to remove",
876           "isOptional" : false
877         },
878         {
879           "name" : "scope",
880           "type" : "Object",
881           "desc" : "(optional) The scope (this object) for the handler",
882           "isOptional" : false
883         }
884       ],
885       "returns" : []
886     },
887     {
888       "name" : "fireEvent",
889       "type" : "function",
890       "desc" : "Fires the specified event with the passed parameters (minus the event name).",
891       "sig" : "(eventName, args)",
892       "static" : false,
893       "memberOf" : "Roo.util.Observable",
894       "isStatic" : false,
895       "isConstructor" : false,
896       "isPrivate" : false,
897       "example" : "",
898       "deprecated" : "",
899       "since" : "",
900       "see" : "",
901       "exceptions" : "",
902       "requires" : "",
903       "params" : [
904         {
905           "name" : "eventName",
906           "type" : "String",
907           "desc" : "",
908           "isOptional" : false
909         },
910         {
911           "name" : "args",
912           "type" : "Object...",
913           "desc" : "Variable number of parameters are passed to handlers",
914           "isOptional" : false
915         }
916       ],
917       "returns" : [
918         {
919           "name" : "",
920           "type" : "Boolean",
921           "desc" : "returns false if any of the handlers return false otherwise it returns true"
922         }
923       ]
924     },
925     {
926       "name" : "hasListener",
927       "type" : "function",
928       "desc" : "Checks to see if this object has any listeners for a specified event",
929       "sig" : "(eventName)",
930       "static" : false,
931       "memberOf" : "Roo.util.Observable",
932       "isStatic" : false,
933       "isConstructor" : false,
934       "isPrivate" : false,
935       "example" : "",
936       "deprecated" : "",
937       "since" : "",
938       "see" : "",
939       "exceptions" : "",
940       "requires" : "",
941       "params" : [
942         {
943           "name" : "eventName",
944           "type" : "String",
945           "desc" : "The name of the event to check for",
946           "isOptional" : false
947         }
948       ],
949       "returns" : [
950         {
951           "name" : "",
952           "type" : "Boolean",
953           "desc" : "True if the event is being listened for, else false"
954         }
955       ]
956     },
957     {
958       "name" : "capture",
959       "type" : "function",
960       "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.",
961       "sig" : "(o, fn, scope)",
962       "static" : true,
963       "memberOf" : "Roo.util.Observable",
964       "isStatic" : true,
965       "isConstructor" : false,
966       "isPrivate" : false,
967       "example" : "",
968       "deprecated" : "",
969       "since" : "",
970       "see" : "",
971       "exceptions" : "",
972       "requires" : "",
973       "params" : [
974         {
975           "name" : "o",
976           "type" : "Observable",
977           "desc" : "The Observable to capture",
978           "isOptional" : false
979         },
980         {
981           "name" : "fn",
982           "type" : "Function",
983           "desc" : "The function to call",
984           "isOptional" : false
985         },
986         {
987           "name" : "scope",
988           "type" : "Object",
989           "desc" : "(optional) The scope (this object) for the fn",
990           "isOptional" : false
991         }
992       ],
993       "returns" : []
994     },
995     {
996       "name" : "addListener",
997       "type" : "function",
998       "desc" : "Appends an event handler to this component",
999       "sig" : "(eventName, handler, scope, options)",
1000       "static" : false,
1001       "memberOf" : "Roo.util.Observable",
1002       "isStatic" : false,
1003       "isConstructor" : false,
1004       "isPrivate" : false,
1005       "example" : "",
1006       "deprecated" : "",
1007       "since" : "",
1008       "see" : "",
1009       "exceptions" : "",
1010       "requires" : "",
1011       "params" : [
1012         {
1013           "name" : "eventName",
1014           "type" : "String",
1015           "desc" : "The type of event to listen for",
1016           "isOptional" : false
1017         },
1018         {
1019           "name" : "handler",
1020           "type" : "Function",
1021           "desc" : "The method the event invokes",
1022           "isOptional" : false
1023         },
1024         {
1025           "name" : "scope",
1026           "type" : "Object",
1027           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
1028           "isOptional" : false
1029         },
1030         {
1031           "name" : "options",
1032           "type" : "Object",
1033           "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>",
1034           "isOptional" : false
1035         }
1036       ],
1037       "returns" : []
1038     }
1039   ],
1040   "events" : [
1041     {
1042       "name" : "click",
1043       "type" : "function",
1044       "desc" : "When a MasonryBrick is clcik",
1045       "sig" : "function (_self, e)\n{\n\n}",
1046       "memberOf" : "",
1047       "example" : "",
1048       "deprecated" : "",
1049       "since" : "",
1050       "see" : "",
1051       "params" : [
1052         {
1053           "name" : "this",
1054           "type" : "Roo.bootstrap.MasonryBrick",
1055           "desc" : "",
1056           "isOptional" : false
1057         },
1058         {
1059           "name" : "e",
1060           "type" : "Roo.EventObject",
1061           "desc" : "",
1062           "isOptional" : false
1063         }
1064       ],
1065       "returns" : []
1066     },
1067     {
1068       "name" : "childrenrendered",
1069       "type" : "function",
1070       "desc" : "Fires when the children have been rendered..",
1071       "sig" : "function (_self)\n{\n\n}",
1072       "memberOf" : "Roo.bootstrap.Component",
1073       "example" : "",
1074       "deprecated" : "",
1075       "since" : "",
1076       "see" : "",
1077       "params" : [
1078         {
1079           "name" : "this",
1080           "type" : "Roo.bootstrap.Component",
1081           "desc" : "",
1082           "isOptional" : false
1083         }
1084       ],
1085       "returns" : []
1086     },
1087     {
1088       "name" : "beforerender",
1089       "type" : "function",
1090       "desc" : "Fires before the component is rendered. Return false to stop the render.",
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" : "disable",
1109       "type" : "function",
1110       "desc" : "Fires after the component is disabled.",
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" : "render",
1129       "type" : "function",
1130       "desc" : "Fires after the component is rendered.",
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" : "destroy",
1149       "type" : "function",
1150       "desc" : "Fires after the component is destroyed.",
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" : "hide",
1169       "type" : "function",
1170       "desc" : "Fires after the component is hidden.",
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" : "beforehide",
1189       "type" : "function",
1190       "desc" : "Fires before the component is hidden. Return false to stop the hide.",
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" : "show",
1209       "type" : "function",
1210       "desc" : "Fires after the component is shown.",
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       "name" : "beforeshow",
1229       "type" : "function",
1230       "desc" : "Fires before the component is shown.  Return false to stop the show.",
1231       "sig" : "function (_self)\n{\n\n}",
1232       "memberOf" : "Roo.Component",
1233       "example" : "",
1234       "deprecated" : "",
1235       "since" : "",
1236       "see" : "",
1237       "params" : [
1238         {
1239           "name" : "this",
1240           "type" : "Roo.Component",
1241           "desc" : "",
1242           "isOptional" : false
1243         }
1244       ],
1245       "returns" : []
1246     },
1247     {
1248       "name" : "enable",
1249       "type" : "function",
1250       "desc" : "Fires after the component is enabled.",
1251       "sig" : "function (_self)\n{\n\n}",
1252       "memberOf" : "Roo.Component",
1253       "example" : "",
1254       "deprecated" : "",
1255       "since" : "",
1256       "see" : "",
1257       "params" : [
1258         {
1259           "name" : "this",
1260           "type" : "Roo.Component",
1261           "desc" : "",
1262           "isOptional" : false
1263         }
1264       ],
1265       "returns" : []
1266     },
1267     {
1268       "name" : "beforedestroy",
1269       "type" : "function",
1270       "desc" : "Fires before the component is destroyed. Return false to stop the destroy.",
1271       "sig" : "function (_self)\n{\n\n}",
1272       "memberOf" : "Roo.Component",
1273       "example" : "",
1274       "deprecated" : "",
1275       "since" : "",
1276       "see" : "",
1277       "params" : [
1278         {
1279           "name" : "this",
1280           "type" : "Roo.Component",
1281           "desc" : "",
1282           "isOptional" : false
1283         }
1284       ],
1285       "returns" : []
1286     }
1287   ]
1288 }