enable grammerly in editor
[roojs1] / docs / symbols / Roo.bootstrap.NavProgressBar.json
1 {
2   "name" : "Roo.bootstrap.NavProgressBar",
3   "augments" : [
4     "Roo.bootstrap.Component",
5     "Roo.Component",
6     "Roo.util.Observable"
7   ],
8   "desc" : "Bootstrap NavProgressBar class",
9   "isSingleton" : false,
10   "isStatic" : false,
11   "isBuiltin" : false,
12   "memberOf" : "NavProgressBar",
13   "example" : "",
14   "deprecated" : "",
15   "since" : "",
16   "see" : "",
17   "params" : [
18     {
19       "name" : "config",
20       "type" : "Object",
21       "desc" : "The config object",
22       "isOptional" : false
23     }
24   ],
25   "returns" : [],
26   "config" : [
27     {
28       "name" : "listeners",
29       "type" : "Object",
30       "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>",
31       "memberOf" : "Roo.util.Observable",
32       "optvals" : []
33     },
34     {
35       "name" : "container_method",
36       "type" : "string",
37       "desc" : "method to fetch parents container element (used by NavHeaderbar -  getHeaderChildContainer)",
38       "memberOf" : "Roo.bootstrap.Component",
39       "optvals" : []
40     },
41     {
42       "name" : "tooltip",
43       "type" : "string",
44       "desc" : "Text for the tooltip",
45       "memberOf" : "Roo.bootstrap.Component",
46       "optvals" : []
47     },
48     {
49       "name" : "visibilityEl",
50       "type" : "string|object",
51       "desc" : "t) What element to use for visibility (@see getVisibilityEl())",
52       "memberOf" : "Roo.bootstrap.Component",
53       "optvals" : [
54         "el",
55         "parent"
56       ]
57     },
58     {
59       "name" : "can_build_overlaid",
60       "type" : "Boolean",
61       "desc" : "True if element can be rebuild from a HTML page",
62       "memberOf" : "Roo.bootstrap.Component",
63       "optvals" : []
64     },
65     {
66       "name" : "hideMode",
67       "type" : "String",
68       "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\".",
69       "memberOf" : "Roo.Component",
70       "optvals" : [
71         "display",
72         "visibility"
73       ]
74     },
75     {
76       "name" : "style",
77       "type" : "String",
78       "desc" : "any extra css",
79       "memberOf" : "Roo.bootstrap.Component",
80       "optvals" : []
81     },
82     {
83       "name" : "allowDomMove",
84       "type" : "Boolean",
85       "desc" : "Whether the component can move the Dom node when rendering (defaults to true).",
86       "memberOf" : "Roo.Component",
87       "optvals" : []
88     },
89     {
90       "name" : "cls",
91       "type" : "String",
92       "desc" : "css class",
93       "memberOf" : "Roo.bootstrap.Component",
94       "optvals" : []
95     },
96     {
97       "name" : "xattr",
98       "type" : "Object",
99       "desc" : "extra attributes to add to 'element' (used by builder to store stuff.)",
100       "memberOf" : "Roo.bootstrap.Component",
101       "optvals" : []
102     },
103     {
104       "name" : "actionMode",
105       "type" : "String",
106       "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",
107       "memberOf" : "Roo.Component",
108       "optvals" : []
109     },
110     {
111       "name" : "dataId",
112       "type" : "string",
113       "desc" : "cutomer id",
114       "memberOf" : "Roo.bootstrap.Component",
115       "optvals" : []
116     },
117     {
118       "name" : "name",
119       "type" : "string",
120       "desc" : "Specifies name attribute",
121       "memberOf" : "Roo.bootstrap.Component",
122       "optvals" : []
123     },
124     {
125       "name" : "disableClass",
126       "type" : "String",
127       "desc" : "CSS class added to the component when it is disabled (defaults to \"x-item-disabled\").",
128       "memberOf" : "Roo.Component",
129       "optvals" : []
130     }
131   ],
132   "methods" : [
133     {
134       "name" : "tooltipEl",
135       "desc" : "Fetch the element to display the tooltip on.",
136       "isStatic" : false,
137       "isConstructor" : false,
138       "isPrivate" : false,
139       "memberOf" : "Roo.bootstrap.Component",
140       "example" : "",
141       "deprecated" : "",
142       "since" : "",
143       "see" : "",
144       "params" : [],
145       "returns" : [
146         {
147           "name" : "",
148           "type" : "Roo.Element",
149           "desc" : "defaults to this.el"
150         }
151       ]
152     },
153     {
154       "name" : "hide",
155       "desc" : "Hide a component - adds 'hidden' class",
156       "isStatic" : false,
157       "isConstructor" : false,
158       "isPrivate" : false,
159       "memberOf" : "Roo.bootstrap.Component",
160       "example" : "",
161       "deprecated" : "",
162       "since" : "",
163       "see" : "",
164       "params" : [],
165       "returns" : []
166     },
167     {
168       "name" : "show",
169       "desc" : "Show a component - removes 'hidden' class",
170       "isStatic" : false,
171       "isConstructor" : false,
172       "isPrivate" : false,
173       "memberOf" : "Roo.bootstrap.Component",
174       "example" : "",
175       "deprecated" : "",
176       "since" : "",
177       "see" : "",
178       "params" : [],
179       "returns" : []
180     },
181     {
182       "name" : "setVisibilityEl",
183       "desc" : "Set the element that will be used to show or hide",
184       "isStatic" : false,
185       "isConstructor" : false,
186       "isPrivate" : false,
187       "memberOf" : "Roo.bootstrap.Component",
188       "example" : "",
189       "deprecated" : "",
190       "since" : "",
191       "see" : "",
192       "params" : [],
193       "returns" : []
194     },
195     {
196       "name" : "getVisibilityEl",
197       "desc" : "Get the element that will be used to show or hide",
198       "isStatic" : false,
199       "isConstructor" : false,
200       "isPrivate" : false,
201       "memberOf" : "Roo.bootstrap.Component",
202       "example" : "",
203       "deprecated" : "",
204       "since" : "",
205       "see" : "",
206       "params" : [],
207       "returns" : []
208     },
209     {
210       "name" : "initEvents",
211       "desc" : "Initialize Events for the element",
212       "isStatic" : false,
213       "isConstructor" : false,
214       "isPrivate" : false,
215       "memberOf" : "Roo.bootstrap.Component",
216       "example" : "",
217       "deprecated" : "",
218       "since" : "",
219       "see" : "",
220       "params" : [],
221       "returns" : []
222     },
223     {
224       "name" : "getChildContainer",
225       "desc" : "Fetch the element to add children to",
226       "isStatic" : false,
227       "isConstructor" : false,
228       "isPrivate" : false,
229       "memberOf" : "Roo.bootstrap.Component",
230       "example" : "",
231       "deprecated" : "",
232       "since" : "",
233       "see" : "",
234       "params" : [],
235       "returns" : [
236         {
237           "name" : "",
238           "type" : "Roo.Element",
239           "desc" : "defaults to this.el"
240         }
241       ]
242     },
243     {
244       "name" : "getId",
245       "desc" : "Returns the id of this component.",
246       "isStatic" : false,
247       "isConstructor" : false,
248       "isPrivate" : false,
249       "memberOf" : "Roo.Component",
250       "example" : "",
251       "deprecated" : "",
252       "since" : "",
253       "see" : "",
254       "params" : [],
255       "returns" : [
256         {
257           "name" : "",
258           "type" : "String",
259           "desc" : ""
260         }
261       ]
262     },
263     {
264       "name" : "render",
265       "desc" : "If this is a lazy rendering component, render it to its container element.",
266       "isStatic" : false,
267       "isConstructor" : false,
268       "isPrivate" : false,
269       "memberOf" : "Roo.Component",
270       "example" : "",
271       "deprecated" : "",
272       "since" : "",
273       "see" : "",
274       "params" : [
275         {
276           "name" : "container",
277           "type" : "String/HTMLElement/Element",
278           "desc" : "(optional) The element this component should be rendered into. If it is being applied to existing markup, this should be left off.",
279           "isOptional" : false
280         }
281       ],
282       "returns" : []
283     },
284     {
285       "name" : "destroy",
286       "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}.",
287       "isStatic" : false,
288       "isConstructor" : false,
289       "isPrivate" : false,
290       "memberOf" : "Roo.Component",
291       "example" : "",
292       "deprecated" : "",
293       "since" : "",
294       "see" : "",
295       "params" : [],
296       "returns" : []
297     },
298     {
299       "name" : "isVisible",
300       "desc" : "Returns true if this component is visible.",
301       "isStatic" : false,
302       "isConstructor" : false,
303       "isPrivate" : false,
304       "memberOf" : "Roo.Component",
305       "example" : "",
306       "deprecated" : "",
307       "since" : "",
308       "see" : "",
309       "params" : [],
310       "returns" : []
311     },
312     {
313       "name" : "setDisabled",
314       "desc" : "Convenience function for setting disabled/enabled by boolean.",
315       "isStatic" : false,
316       "isConstructor" : false,
317       "isPrivate" : false,
318       "memberOf" : "Roo.Component",
319       "example" : "",
320       "deprecated" : "",
321       "since" : "",
322       "see" : "",
323       "params" : [
324         {
325           "name" : "disabled",
326           "type" : "Boolean",
327           "desc" : "",
328           "isOptional" : false
329         }
330       ],
331       "returns" : []
332     },
333     {
334       "name" : "focus",
335       "desc" : "Try to focus this component.",
336       "isStatic" : false,
337       "isConstructor" : false,
338       "isPrivate" : false,
339       "memberOf" : "Roo.Component",
340       "example" : "",
341       "deprecated" : "",
342       "since" : "",
343       "see" : "",
344       "params" : [
345         {
346           "name" : "selectText",
347           "type" : "Boolean",
348           "desc" : "True to also select the text in this component (if applicable)",
349           "isOptional" : false
350         }
351       ],
352       "returns" : [
353         {
354           "name" : "",
355           "type" : "Roo.Component",
356           "desc" : "this"
357         }
358       ]
359     },
360     {
361       "name" : "enable",
362       "desc" : "Enable this component.",
363       "isStatic" : false,
364       "isConstructor" : false,
365       "isPrivate" : false,
366       "memberOf" : "Roo.Component",
367       "example" : "",
368       "deprecated" : "",
369       "since" : "",
370       "see" : "",
371       "params" : [],
372       "returns" : [
373         {
374           "name" : "",
375           "type" : "Roo.Component",
376           "desc" : "this"
377         }
378       ]
379     },
380     {
381       "name" : "setVisible",
382       "desc" : "Convenience function to hide or show this component by boolean.",
383       "isStatic" : false,
384       "isConstructor" : false,
385       "isPrivate" : false,
386       "memberOf" : "Roo.Component",
387       "example" : "",
388       "deprecated" : "",
389       "since" : "",
390       "see" : "",
391       "params" : [
392         {
393           "name" : "visible",
394           "type" : "Boolean",
395           "desc" : "True to show, false to hide",
396           "isOptional" : false
397         }
398       ],
399       "returns" : [
400         {
401           "name" : "",
402           "type" : "Roo.Component",
403           "desc" : "this"
404         }
405       ]
406     },
407     {
408       "name" : "disable",
409       "desc" : "Disable this component.",
410       "isStatic" : false,
411       "isConstructor" : false,
412       "isPrivate" : false,
413       "memberOf" : "Roo.Component",
414       "example" : "",
415       "deprecated" : "",
416       "since" : "",
417       "see" : "",
418       "params" : [],
419       "returns" : [
420         {
421           "name" : "",
422           "type" : "Roo.Component",
423           "desc" : "this"
424         }
425       ]
426     },
427     {
428       "name" : "getEl",
429       "desc" : "Returns the underlying {@link Roo.Element}.",
430       "isStatic" : false,
431       "isConstructor" : false,
432       "isPrivate" : false,
433       "memberOf" : "Roo.Component",
434       "example" : "",
435       "deprecated" : "",
436       "since" : "",
437       "see" : "",
438       "params" : [],
439       "returns" : [
440         {
441           "name" : "",
442           "type" : "Roo.Element",
443           "desc" : "The element"
444         }
445       ]
446     },
447     {
448       "name" : "purgeListeners",
449       "desc" : "Removes all listeners for this object",
450       "isStatic" : false,
451       "isConstructor" : false,
452       "isPrivate" : false,
453       "memberOf" : "Roo.util.Observable",
454       "example" : "",
455       "deprecated" : "",
456       "since" : "",
457       "see" : "",
458       "params" : [],
459       "returns" : []
460     },
461     {
462       "name" : "on",
463       "desc" : "Appends an event handler to this element (shorthand for addListener)",
464       "isStatic" : false,
465       "isConstructor" : false,
466       "isPrivate" : false,
467       "memberOf" : "Roo.util.Observable",
468       "example" : "",
469       "deprecated" : "",
470       "since" : "",
471       "see" : "",
472       "params" : [
473         {
474           "name" : "eventName",
475           "type" : "String",
476           "desc" : "The type of event to listen for",
477           "isOptional" : false
478         },
479         {
480           "name" : "handler",
481           "type" : "Function",
482           "desc" : "The method the event invokes",
483           "isOptional" : false
484         },
485         {
486           "name" : "scope",
487           "type" : "Object",
488           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
489           "isOptional" : false
490         },
491         {
492           "name" : "options",
493           "type" : "Object",
494           "desc" : "(optional)",
495           "isOptional" : false
496         }
497       ],
498       "returns" : []
499     },
500     {
501       "name" : "un",
502       "desc" : "Removes a listener (shorthand for removeListener)",
503       "isStatic" : false,
504       "isConstructor" : false,
505       "isPrivate" : false,
506       "memberOf" : "Roo.util.Observable",
507       "example" : "",
508       "deprecated" : "",
509       "since" : "",
510       "see" : "",
511       "params" : [
512         {
513           "name" : "eventName",
514           "type" : "String",
515           "desc" : "The type of event to listen for",
516           "isOptional" : false
517         },
518         {
519           "name" : "handler",
520           "type" : "Function",
521           "desc" : "The handler to remove",
522           "isOptional" : false
523         },
524         {
525           "name" : "scope",
526           "type" : "Object",
527           "desc" : "(optional) The scope (this object) for the handler",
528           "isOptional" : false
529         }
530       ],
531       "returns" : []
532     },
533     {
534       "name" : "addEvents",
535       "desc" : "Used to define events on this Observable",
536       "isStatic" : false,
537       "isConstructor" : false,
538       "isPrivate" : false,
539       "memberOf" : "Roo.util.Observable",
540       "example" : "",
541       "deprecated" : "",
542       "since" : "",
543       "see" : "",
544       "params" : [
545         {
546           "name" : "object",
547           "type" : "Object",
548           "desc" : "The object with the events defined",
549           "isOptional" : false
550         }
551       ],
552       "returns" : []
553     },
554     {
555       "name" : "releaseCapture",
556       "desc" : "Removes <b>all</b> added captures from the Observable.",
557       "isStatic" : true,
558       "isConstructor" : false,
559       "isPrivate" : false,
560       "memberOf" : "Roo.util.Observable",
561       "example" : "",
562       "deprecated" : "",
563       "since" : "",
564       "see" : "",
565       "params" : [
566         {
567           "name" : "o",
568           "type" : "Observable",
569           "desc" : "The Observable to release",
570           "isOptional" : false
571         }
572       ],
573       "returns" : []
574     },
575     {
576       "name" : "removeListener",
577       "desc" : "Removes a listener",
578       "isStatic" : false,
579       "isConstructor" : false,
580       "isPrivate" : false,
581       "memberOf" : "Roo.util.Observable",
582       "example" : "",
583       "deprecated" : "",
584       "since" : "",
585       "see" : "",
586       "params" : [
587         {
588           "name" : "eventName",
589           "type" : "String",
590           "desc" : "The type of event to listen for",
591           "isOptional" : false
592         },
593         {
594           "name" : "handler",
595           "type" : "Function",
596           "desc" : "The handler to remove",
597           "isOptional" : false
598         },
599         {
600           "name" : "scope",
601           "type" : "Object",
602           "desc" : "(optional) The scope (this object) for the handler",
603           "isOptional" : false
604         }
605       ],
606       "returns" : []
607     },
608     {
609       "name" : "fireEvent",
610       "desc" : "Fires the specified event with the passed parameters (minus the event name).",
611       "isStatic" : false,
612       "isConstructor" : false,
613       "isPrivate" : false,
614       "memberOf" : "Roo.util.Observable",
615       "example" : "",
616       "deprecated" : "",
617       "since" : "",
618       "see" : "",
619       "params" : [
620         {
621           "name" : "eventName",
622           "type" : "String",
623           "desc" : "",
624           "isOptional" : false
625         },
626         {
627           "name" : "args",
628           "type" : "Object...",
629           "desc" : "Variable number of parameters are passed to handlers",
630           "isOptional" : false
631         }
632       ],
633       "returns" : [
634         {
635           "name" : "",
636           "type" : "Boolean",
637           "desc" : "returns false if any of the handlers return false otherwise it returns true"
638         }
639       ]
640     },
641     {
642       "name" : "hasListener",
643       "desc" : "Checks to see if this object has any listeners for a specified event",
644       "isStatic" : false,
645       "isConstructor" : false,
646       "isPrivate" : false,
647       "memberOf" : "Roo.util.Observable",
648       "example" : "",
649       "deprecated" : "",
650       "since" : "",
651       "see" : "",
652       "params" : [
653         {
654           "name" : "eventName",
655           "type" : "String",
656           "desc" : "The name of the event to check for",
657           "isOptional" : false
658         }
659       ],
660       "returns" : [
661         {
662           "name" : "",
663           "type" : "Boolean",
664           "desc" : "True if the event is being listened for, else false"
665         }
666       ]
667     },
668     {
669       "name" : "capture",
670       "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.",
671       "isStatic" : true,
672       "isConstructor" : false,
673       "isPrivate" : false,
674       "memberOf" : "Roo.util.Observable",
675       "example" : "",
676       "deprecated" : "",
677       "since" : "",
678       "see" : "",
679       "params" : [
680         {
681           "name" : "o",
682           "type" : "Observable",
683           "desc" : "The Observable to capture",
684           "isOptional" : false
685         },
686         {
687           "name" : "fn",
688           "type" : "Function",
689           "desc" : "The function to call",
690           "isOptional" : false
691         },
692         {
693           "name" : "scope",
694           "type" : "Object",
695           "desc" : "(optional) The scope (this object) for the fn",
696           "isOptional" : false
697         }
698       ],
699       "returns" : []
700     },
701     {
702       "name" : "addListener",
703       "desc" : "Appends an event handler to this component",
704       "isStatic" : false,
705       "isConstructor" : false,
706       "isPrivate" : false,
707       "memberOf" : "Roo.util.Observable",
708       "example" : "",
709       "deprecated" : "",
710       "since" : "",
711       "see" : "",
712       "params" : [
713         {
714           "name" : "eventName",
715           "type" : "String",
716           "desc" : "The type of event to listen for",
717           "isOptional" : false
718         },
719         {
720           "name" : "handler",
721           "type" : "Function",
722           "desc" : "The method the event invokes",
723           "isOptional" : false
724         },
725         {
726           "name" : "scope",
727           "type" : "Object",
728           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
729           "isOptional" : false
730         },
731         {
732           "name" : "options",
733           "type" : "Object",
734           "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>",
735           "isOptional" : false
736         }
737       ],
738       "returns" : []
739     }
740   ],
741   "events" : [
742     {
743       "name" : "changed",
744       "desc" : "Fires when the active item changes",
745       "memberOf" : "Roo.bootstrap.NavProgressBar",
746       "example" : "",
747       "deprecated" : "",
748       "since" : "",
749       "see" : "",
750       "params" : [
751         {
752           "name" : "this",
753           "type" : "Roo.bootstrap.NavProgressBar",
754           "desc" : "",
755           "isOptional" : false
756         },
757         {
758           "name" : "selected",
759           "type" : "Roo.bootstrap.NavProgressItem",
760           "desc" : "The item selected",
761           "isOptional" : false
762         },
763         {
764           "name" : "prev",
765           "type" : "Roo.bootstrap.NavProgressItem",
766           "desc" : "The previously selected item",
767           "isOptional" : false
768         }
769       ],
770       "returns" : []
771     },
772     {
773       "name" : "childrenrendered",
774       "desc" : "Fires when the children have been rendered..",
775       "memberOf" : "Roo.bootstrap.Component",
776       "example" : "",
777       "deprecated" : "",
778       "since" : "",
779       "see" : "",
780       "params" : [
781         {
782           "name" : "this",
783           "type" : "Roo.bootstrap.Component",
784           "desc" : "",
785           "isOptional" : false
786         }
787       ],
788       "returns" : []
789     },
790     {
791       "name" : "beforerender",
792       "desc" : "Fires before the component is rendered. Return false to stop the render.",
793       "memberOf" : "Roo.Component",
794       "example" : "",
795       "deprecated" : "",
796       "since" : "",
797       "see" : "",
798       "params" : [
799         {
800           "name" : "this",
801           "type" : "Roo.Component",
802           "desc" : "",
803           "isOptional" : false
804         }
805       ],
806       "returns" : []
807     },
808     {
809       "name" : "disable",
810       "desc" : "Fires after the component is disabled.",
811       "memberOf" : "Roo.Component",
812       "example" : "",
813       "deprecated" : "",
814       "since" : "",
815       "see" : "",
816       "params" : [
817         {
818           "name" : "this",
819           "type" : "Roo.Component",
820           "desc" : "",
821           "isOptional" : false
822         }
823       ],
824       "returns" : []
825     },
826     {
827       "name" : "render",
828       "desc" : "Fires after the component is rendered.",
829       "memberOf" : "Roo.Component",
830       "example" : "",
831       "deprecated" : "",
832       "since" : "",
833       "see" : "",
834       "params" : [
835         {
836           "name" : "this",
837           "type" : "Roo.Component",
838           "desc" : "",
839           "isOptional" : false
840         }
841       ],
842       "returns" : []
843     },
844     {
845       "name" : "destroy",
846       "desc" : "Fires after the component is destroyed.",
847       "memberOf" : "Roo.Component",
848       "example" : "",
849       "deprecated" : "",
850       "since" : "",
851       "see" : "",
852       "params" : [
853         {
854           "name" : "this",
855           "type" : "Roo.Component",
856           "desc" : "",
857           "isOptional" : false
858         }
859       ],
860       "returns" : []
861     },
862     {
863       "name" : "hide",
864       "desc" : "Fires after the component is hidden.",
865       "memberOf" : "Roo.Component",
866       "example" : "",
867       "deprecated" : "",
868       "since" : "",
869       "see" : "",
870       "params" : [
871         {
872           "name" : "this",
873           "type" : "Roo.Component",
874           "desc" : "",
875           "isOptional" : false
876         }
877       ],
878       "returns" : []
879     },
880     {
881       "name" : "beforehide",
882       "desc" : "Fires before the component is hidden. Return false to stop the hide.",
883       "memberOf" : "Roo.Component",
884       "example" : "",
885       "deprecated" : "",
886       "since" : "",
887       "see" : "",
888       "params" : [
889         {
890           "name" : "this",
891           "type" : "Roo.Component",
892           "desc" : "",
893           "isOptional" : false
894         }
895       ],
896       "returns" : []
897     },
898     {
899       "name" : "show",
900       "desc" : "Fires after the component is shown.",
901       "memberOf" : "Roo.Component",
902       "example" : "",
903       "deprecated" : "",
904       "since" : "",
905       "see" : "",
906       "params" : [
907         {
908           "name" : "this",
909           "type" : "Roo.Component",
910           "desc" : "",
911           "isOptional" : false
912         }
913       ],
914       "returns" : []
915     },
916     {
917       "name" : "beforeshow",
918       "desc" : "Fires before the component is shown.  Return false to stop the show.",
919       "memberOf" : "Roo.Component",
920       "example" : "",
921       "deprecated" : "",
922       "since" : "",
923       "see" : "",
924       "params" : [
925         {
926           "name" : "this",
927           "type" : "Roo.Component",
928           "desc" : "",
929           "isOptional" : false
930         }
931       ],
932       "returns" : []
933     },
934     {
935       "name" : "enable",
936       "desc" : "Fires after the component is enabled.",
937       "memberOf" : "Roo.Component",
938       "example" : "",
939       "deprecated" : "",
940       "since" : "",
941       "see" : "",
942       "params" : [
943         {
944           "name" : "this",
945           "type" : "Roo.Component",
946           "desc" : "",
947           "isOptional" : false
948         }
949       ],
950       "returns" : []
951     },
952     {
953       "name" : "beforedestroy",
954       "desc" : "Fires before the component is destroyed. Return false to stop the destroy.",
955       "memberOf" : "Roo.Component",
956       "example" : "",
957       "deprecated" : "",
958       "since" : "",
959       "see" : "",
960       "params" : [
961         {
962           "name" : "this",
963           "type" : "Roo.Component",
964           "desc" : "",
965           "isOptional" : false
966         }
967       ],
968       "returns" : []
969     }
970   ]
971 }