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