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