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