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