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