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