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