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