fix docs add optvalues
[roojs1] / docs / symbols / Roo.bootstrap.form.Form.json
1 {
2   "name" : "Roo.bootstrap.form.Form",
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.PhoneInput",
62     "Roo.bootstrap.form.Radio",
63     "Roo.bootstrap.form.RadioSet",
64     "Roo.bootstrap.form.SecurePass",
65     "Roo.bootstrap.form.TextArea",
66     "Roo.bootstrap.form.TimeField",
67     "Roo.bootstrap.form.TriggerField",
68     "Roo.bootstrap.nav.Group",
69     "Roo.bootstrap.nav.Headerbar",
70     "Roo.bootstrap.nav.ProgressBar",
71     "Roo.bootstrap.nav.ProgressBarItem",
72     "Roo.bootstrap.nav.Sidebar",
73     "Roo.bootstrap.nav.SidebarItem",
74     "Roo.bootstrap.nav.Simplebar"
75   ],
76   "tree_parent" : [],
77   "desc" : "Bootstrap Form class",
78   "isSingleton" : false,
79   "isStatic" : false,
80   "isBuiltin" : false,
81   "isAbstract" : false,
82   "isBuilderTop" : false,
83   "memberOf" : "Form",
84   "example" : "",
85   "deprecated" : "",
86   "since" : "",
87   "see" : "",
88   "params" : [
89     {
90       "name" : "config",
91       "type" : "Object",
92       "desc" : "The config object",
93       "isOptional" : false
94     }
95   ],
96   "returns" : [],
97   "throws" : "",
98   "requires" : "",
99   "config" : [
100     {
101       "name" : "labelAlign",
102       "type" : "String",
103       "desc" : "top | left (default top)",
104       "memberOf" : "",
105       "isOptional" : false,
106       "optvalues" : []
107     },
108     {
109       "name" : "listeners",
110       "type" : "Object",
111       "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>",
112       "memberOf" : "Roo.util.Observable",
113       "isOptional" : false,
114       "optvalues" : []
115     },
116     {
117       "name" : "fileUpload",
118       "type" : "Boolean",
119       "desc" : "Set to true if this form is a file upload.",
120       "memberOf" : "",
121       "isOptional" : false,
122       "optvalues" : []
123     },
124     {
125       "name" : "tooltip",
126       "type" : "string",
127       "desc" : "Text for the tooltip",
128       "memberOf" : "Roo.bootstrap.Component",
129       "isOptional" : false,
130       "optvalues" : []
131     },
132     {
133       "name" : "container_method",
134       "type" : "string",
135       "desc" : "method to fetch parents container element (used by NavHeaderbar -  getHeaderChildContainer)",
136       "memberOf" : "Roo.bootstrap.Component",
137       "isOptional" : false,
138       "optvalues" : []
139     },
140     {
141       "name" : "visibilityEl",
142       "type" : "string|object",
143       "desc" : "t) What element to use for visibility (@see getVisibilityEl(",
144       "memberOf" : "Roo.bootstrap.Component",
145       "isOptional" : false,
146       "optvalues" : [
147         "el",
148         "parent"
149       ]
150     },
151     {
152       "name" : "align",
153       "type" : "String",
154       "desc" : "left  | right - for navbars",
155       "memberOf" : "",
156       "isOptional" : false,
157       "optvalues" : []
158     },
159     {
160       "name" : "can_build_overlaid",
161       "type" : "Boolean",
162       "desc" : "True if element can be rebuild from a HTML page",
163       "memberOf" : "Roo.bootstrap.Component",
164       "isOptional" : false,
165       "optvalues" : []
166     },
167     {
168       "name" : "hideMode",
169       "type" : "String",
170       "desc" : "y)\nHow this component should hidden. Supported values are\n\"visibility\" (css visibility), \"offsets\" (negative offset position) and\n\"display\" (css display) - defaults to \"display",
171       "memberOf" : "Roo.Component",
172       "isOptional" : false,
173       "optvalues" : [
174         "display",
175         "visibility"
176       ]
177     },
178     {
179       "name" : "method",
180       "type" : "String",
181       "desc" : "GET | POST (default POST)",
182       "memberOf" : "",
183       "isOptional" : false,
184       "optvalues" : []
185     },
186     {
187       "name" : "errorMask",
188       "type" : "Boolean",
189       "desc" : "e) default fal",
190       "memberOf" : "",
191       "isOptional" : false,
192       "optvalues" : [
193         "true",
194         "false"
195       ]
196     },
197     {
198       "name" : "style",
199       "type" : "String",
200       "desc" : "any extra css",
201       "memberOf" : "Roo.bootstrap.Component",
202       "isOptional" : false,
203       "optvalues" : []
204     },
205     {
206       "name" : "allowDomMove",
207       "type" : "Boolean",
208       "desc" : "Whether the component can move the Dom node when rendering (defaults to true).",
209       "memberOf" : "Roo.Component",
210       "isOptional" : false,
211       "optvalues" : []
212     },
213     {
214       "name" : "timeout",
215       "type" : "Number",
216       "desc" : "Timeout for form actions in seconds (default is 30 seconds).",
217       "memberOf" : "",
218       "isOptional" : false,
219       "optvalues" : []
220     },
221     {
222       "name" : "cls",
223       "type" : "String",
224       "desc" : "css class",
225       "memberOf" : "Roo.bootstrap.Component",
226       "isOptional" : false,
227       "optvalues" : []
228     },
229     {
230       "name" : "loadMask",
231       "type" : "Boolean",
232       "desc" : "load mask when submit (default true)",
233       "memberOf" : "",
234       "isOptional" : false,
235       "optvalues" : []
236     },
237     {
238       "name" : "baseParams",
239       "type" : "Object",
240       "desc" : "Parameters to pass with all requests. e.g. baseParams: {id: '123', foo: 'bar'}.",
241       "memberOf" : "",
242       "isOptional" : false,
243       "optvalues" : []
244     },
245     {
246       "name" : "xattr",
247       "type" : "Object",
248       "desc" : "extra attributes to add to 'element' (used by builder to store stuff.)",
249       "memberOf" : "Roo.bootstrap.Component",
250       "isOptional" : false,
251       "optvalues" : []
252     },
253     {
254       "name" : "actionMode",
255       "type" : "String",
256       "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",
257       "memberOf" : "Roo.Component",
258       "isOptional" : false,
259       "optvalues" : []
260     },
261     {
262       "name" : "maskBody",
263       "type" : "Boolean",
264       "desc" : "",
265       "memberOf" : "",
266       "isOptional" : false,
267       "optvalues" : []
268     },
269     {
270       "name" : "dataId",
271       "type" : "string",
272       "desc" : "cutomer id",
273       "memberOf" : "Roo.bootstrap.Component",
274       "isOptional" : false,
275       "optvalues" : []
276     },
277     {
278       "name" : "url",
279       "type" : "String",
280       "desc" : "The URL to use for form actions if one isn't supplied in the action options.",
281       "memberOf" : "",
282       "isOptional" : false,
283       "optvalues" : []
284     },
285     {
286       "name" : "name",
287       "type" : "string",
288       "desc" : "Specifies name attribute",
289       "memberOf" : "Roo.bootstrap.Component",
290       "isOptional" : false,
291       "optvalues" : []
292     },
293     {
294       "name" : "disableClass",
295       "type" : "String",
296       "desc" : "CSS class added to the component when it is disabled (defaults to \"x-item-disabled\").",
297       "memberOf" : "Roo.Component",
298       "isOptional" : false,
299       "optvalues" : []
300     },
301     {
302       "name" : "maskOffset",
303       "type" : "Number",
304       "desc" : "Default 100",
305       "memberOf" : "",
306       "isOptional" : false,
307       "optvalues" : []
308     }
309   ],
310   "methods" : [
311     {
312       "name" : "markInvalid",
313       "type" : "function",
314       "desc" : "Mark fields in this form invalid in bulk.",
315       "sig" : "(errors)",
316       "static" : false,
317       "memberOf" : "",
318       "isStatic" : false,
319       "isConstructor" : false,
320       "isPrivate" : false,
321       "example" : "",
322       "deprecated" : "",
323       "since" : "",
324       "see" : "",
325       "exceptions" : "",
326       "requires" : "",
327       "params" : [
328         {
329           "name" : "errors",
330           "type" : "Array/Object",
331           "desc" : "Either an array in the form [{id:'fieldId', msg:'The message'},...] or an object hash of {id: msg, id2: msg2}",
332           "isOptional" : false
333         }
334       ],
335       "returns" : [
336         {
337           "name" : "",
338           "type" : "BasicForm",
339           "desc" : "this"
340         }
341       ]
342     },
343     {
344       "name" : "getFieldValues",
345       "type" : "function",
346       "desc" : "Returns the fields in this form as an object with key/value pairs.\nThis differs from getValues as it calls getValue on each child item, rather than using dom data.",
347       "sig" : "()\n{\n\n}",
348       "static" : false,
349       "memberOf" : "",
350       "isStatic" : false,
351       "isConstructor" : false,
352       "isPrivate" : false,
353       "example" : "",
354       "deprecated" : "",
355       "since" : "",
356       "see" : "",
357       "exceptions" : "",
358       "requires" : "",
359       "params" : [],
360       "returns" : [
361         {
362           "name" : "",
363           "type" : "Object",
364           "desc" : ""
365         }
366       ]
367     },
368     {
369       "name" : "reset",
370       "type" : "function",
371       "desc" : "Resets this form.",
372       "sig" : "()\n{\n\n}",
373       "static" : false,
374       "memberOf" : "",
375       "isStatic" : false,
376       "isConstructor" : false,
377       "isPrivate" : false,
378       "example" : "",
379       "deprecated" : "",
380       "since" : "",
381       "see" : "",
382       "exceptions" : "",
383       "requires" : "",
384       "params" : [],
385       "returns" : [
386         {
387           "name" : "",
388           "type" : "BasicForm",
389           "desc" : "this"
390         }
391       ]
392     },
393     {
394       "name" : "getValues",
395       "type" : "function",
396       "desc" : "Returns the fields in this form as an object with key/value pairs. If multiple fields exist with the same name\nthey are returned as an array.",
397       "sig" : "(asString)",
398       "static" : false,
399       "memberOf" : "",
400       "isStatic" : false,
401       "isConstructor" : false,
402       "isPrivate" : false,
403       "example" : "",
404       "deprecated" : "",
405       "since" : "",
406       "see" : "",
407       "exceptions" : "",
408       "requires" : "",
409       "params" : [
410         {
411           "name" : "asString",
412           "type" : "Boolean",
413           "desc" : "",
414           "isOptional" : false
415         }
416       ],
417       "returns" : [
418         {
419           "name" : "",
420           "type" : "Object",
421           "desc" : ""
422         }
423       ]
424     },
425     {
426       "name" : "clearInvalid",
427       "type" : "function",
428       "desc" : "Clears all invalid messages in this form.",
429       "sig" : "()\n{\n\n}",
430       "static" : false,
431       "memberOf" : "",
432       "isStatic" : false,
433       "isConstructor" : false,
434       "isPrivate" : false,
435       "example" : "",
436       "deprecated" : "",
437       "since" : "",
438       "see" : "",
439       "exceptions" : "",
440       "requires" : "",
441       "params" : [],
442       "returns" : [
443         {
444           "name" : "",
445           "type" : "BasicForm",
446           "desc" : "this"
447         }
448       ]
449     },
450     {
451       "name" : "isDirty",
452       "type" : "function",
453       "desc" : "Returns true if any fields in this form have changed since their original load.",
454       "sig" : "()\n{\n\n}",
455       "static" : false,
456       "memberOf" : "",
457       "isStatic" : false,
458       "isConstructor" : false,
459       "isPrivate" : false,
460       "example" : "",
461       "deprecated" : "",
462       "since" : "",
463       "see" : "",
464       "exceptions" : "",
465       "requires" : "",
466       "params" : [],
467       "returns" : [
468         {
469           "name" : "",
470           "type" : "",
471           "desc" : "Boolean"
472         }
473       ]
474     },
475     {
476       "name" : "setValues",
477       "type" : "function",
478       "desc" : "Set values for fields in this form in bulk.",
479       "sig" : "(values)",
480       "static" : false,
481       "memberOf" : "",
482       "isStatic" : false,
483       "isConstructor" : false,
484       "isPrivate" : false,
485       "example" : "",
486       "deprecated" : "",
487       "since" : "",
488       "see" : "",
489       "exceptions" : "",
490       "requires" : "",
491       "params" : [
492         {
493           "name" : "values",
494           "type" : "Array/Object",
495           "desc" : "Either an array in the form [{id:'fieldId', value:'foo'},...] or an object hash of {id: value, id2: value2}",
496           "isOptional" : false
497         }
498       ],
499       "returns" : [
500         {
501           "name" : "",
502           "type" : "BasicForm",
503           "desc" : "this"
504         }
505       ]
506     },
507     {
508       "name" : "isValid",
509       "type" : "function",
510       "desc" : "Returns true if client-side validation on the form is successful.",
511       "sig" : "()\n{\n\n}",
512       "static" : false,
513       "memberOf" : "",
514       "isStatic" : false,
515       "isConstructor" : false,
516       "isPrivate" : false,
517       "example" : "",
518       "deprecated" : "",
519       "since" : "",
520       "see" : "",
521       "exceptions" : "",
522       "requires" : "",
523       "params" : [],
524       "returns" : [
525         {
526           "name" : "",
527           "type" : "",
528           "desc" : "Boolean"
529         }
530       ]
531     },
532     {
533       "name" : "doAction",
534       "type" : "function",
535       "desc" : "Performs a predefined action (submit or load) or custom actions you define on this form.",
536       "sig" : "(actionName, options)",
537       "static" : false,
538       "memberOf" : "",
539       "isStatic" : false,
540       "isConstructor" : false,
541       "isPrivate" : false,
542       "example" : "",
543       "deprecated" : "",
544       "since" : "",
545       "see" : "",
546       "exceptions" : "",
547       "requires" : "",
548       "params" : [
549         {
550           "name" : "actionName",
551           "type" : "String",
552           "desc" : "The name of the action type",
553           "isOptional" : false
554         },
555         {
556           "name" : "options",
557           "type" : "Object",
558           "desc" : "(optional) The options to pass to the action.  All of the config options listed\nbelow are supported by both the submit and load actions unless otherwise noted (custom actions could also\naccept other config options):\n<pre>\nProperty          Type             Description\n----------------  ---------------  ----------------------------------------------------------------------------------\nurl               String           The url for the action (defaults to the form's url)\nmethod            String           The form method to use (defaults to the form's method, or POST if not defined)\nparams            String/Object    The params to pass (defaults to the form's baseParams, or none if not defined)\nclientValidation  Boolean          Applies to submit only.  Pass true to call form.isValid() prior to posting to\n                                   validate the form on the client (defaults to false)\n</pre>",
559           "isOptional" : false
560         }
561       ],
562       "returns" : [
563         {
564           "name" : "",
565           "type" : "BasicForm",
566           "desc" : "this"
567         }
568       ]
569     },
570     {
571       "name" : "findField",
572       "type" : "function",
573       "desc" : "Find a Roo.form.Field in this form by id, dataIndex, name or hiddenName",
574       "sig" : "(id)",
575       "static" : false,
576       "memberOf" : "",
577       "isStatic" : false,
578       "isConstructor" : false,
579       "isPrivate" : false,
580       "example" : "",
581       "deprecated" : "",
582       "since" : "",
583       "see" : "",
584       "exceptions" : "",
585       "requires" : "",
586       "params" : [
587         {
588           "name" : "id",
589           "type" : "String",
590           "desc" : "The value to search for",
591           "isOptional" : false
592         }
593       ],
594       "returns" : [
595         {
596           "name" : "",
597           "type" : "",
598           "desc" : "Field"
599         }
600       ]
601     },
602     {
603       "name" : "tooltipEl",
604       "type" : "function",
605       "desc" : "Fetch the element to display the tooltip on.",
606       "sig" : "()\n{\n\n}",
607       "static" : false,
608       "memberOf" : "Roo.bootstrap.Component",
609       "isStatic" : false,
610       "isConstructor" : false,
611       "isPrivate" : false,
612       "example" : "",
613       "deprecated" : "",
614       "since" : "",
615       "see" : "",
616       "exceptions" : "",
617       "requires" : "",
618       "params" : [],
619       "returns" : [
620         {
621           "name" : "",
622           "type" : "Roo.Element",
623           "desc" : "defaults to this.el"
624         }
625       ]
626     },
627     {
628       "name" : "hide",
629       "type" : "function",
630       "desc" : "Hide a component - adds 'hidden' class",
631       "sig" : "()\n{\n\n}",
632       "static" : false,
633       "memberOf" : "Roo.bootstrap.Component",
634       "isStatic" : false,
635       "isConstructor" : false,
636       "isPrivate" : false,
637       "example" : "",
638       "deprecated" : "",
639       "since" : "",
640       "see" : "",
641       "exceptions" : "",
642       "requires" : "",
643       "params" : [],
644       "returns" : []
645     },
646     {
647       "name" : "show",
648       "type" : "function",
649       "desc" : "Show a component - removes 'hidden' class",
650       "sig" : "()\n{\n\n}",
651       "static" : false,
652       "memberOf" : "Roo.bootstrap.Component",
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" : "setVisibilityEl",
667       "type" : "function",
668       "desc" : "Set the element that will be used to show or hide",
669       "sig" : "()\n{\n\n}",
670       "static" : false,
671       "memberOf" : "Roo.bootstrap.Component",
672       "isStatic" : false,
673       "isConstructor" : false,
674       "isPrivate" : false,
675       "example" : "",
676       "deprecated" : "",
677       "since" : "",
678       "see" : "",
679       "exceptions" : "",
680       "requires" : "",
681       "params" : [],
682       "returns" : []
683     },
684     {
685       "name" : "getVisibilityEl",
686       "type" : "function",
687       "desc" : "Get the element that will be used to show or hide",
688       "sig" : "()\n{\n\n}",
689       "static" : false,
690       "memberOf" : "Roo.bootstrap.Component",
691       "isStatic" : false,
692       "isConstructor" : false,
693       "isPrivate" : false,
694       "example" : "",
695       "deprecated" : "",
696       "since" : "",
697       "see" : "",
698       "exceptions" : "",
699       "requires" : "",
700       "params" : [],
701       "returns" : []
702     },
703     {
704       "name" : "initEvents",
705       "type" : "function",
706       "desc" : "Initialize Events for the element",
707       "sig" : "()\n{\n\n}",
708       "static" : false,
709       "memberOf" : "Roo.bootstrap.Component",
710       "isStatic" : false,
711       "isConstructor" : false,
712       "isPrivate" : false,
713       "example" : "",
714       "deprecated" : "",
715       "since" : "",
716       "see" : "",
717       "exceptions" : "",
718       "requires" : "",
719       "params" : [],
720       "returns" : []
721     },
722     {
723       "name" : "getChildContainer",
724       "type" : "function",
725       "desc" : "Fetch the element to add children to",
726       "sig" : "()\n{\n\n}",
727       "static" : false,
728       "memberOf" : "Roo.bootstrap.Component",
729       "isStatic" : false,
730       "isConstructor" : false,
731       "isPrivate" : false,
732       "example" : "",
733       "deprecated" : "",
734       "since" : "",
735       "see" : "",
736       "exceptions" : "",
737       "requires" : "",
738       "params" : [],
739       "returns" : [
740         {
741           "name" : "",
742           "type" : "Roo.Element",
743           "desc" : "defaults to this.el"
744         }
745       ]
746     },
747     {
748       "name" : "getId",
749       "type" : "function",
750       "desc" : "Returns the id of this component.",
751       "sig" : "()\n{\n\n}",
752       "static" : false,
753       "memberOf" : "Roo.Component",
754       "isStatic" : false,
755       "isConstructor" : false,
756       "isPrivate" : false,
757       "example" : "",
758       "deprecated" : "",
759       "since" : "",
760       "see" : "",
761       "exceptions" : "",
762       "requires" : "",
763       "params" : [],
764       "returns" : [
765         {
766           "name" : "",
767           "type" : "String",
768           "desc" : ""
769         }
770       ]
771     },
772     {
773       "name" : "render",
774       "type" : "function",
775       "desc" : "If this is a lazy rendering component, render it to its container element.",
776       "sig" : "(container)",
777       "static" : false,
778       "memberOf" : "Roo.Component",
779       "isStatic" : false,
780       "isConstructor" : false,
781       "isPrivate" : false,
782       "example" : "",
783       "deprecated" : "",
784       "since" : "",
785       "see" : "",
786       "exceptions" : "",
787       "requires" : "",
788       "params" : [
789         {
790           "name" : "container",
791           "type" : "String/HTMLElement/Element",
792           "desc" : "(optional) The element this component should be rendered into. If it is being applied to existing markup, this should be left off.",
793           "isOptional" : false
794         }
795       ],
796       "returns" : []
797     },
798     {
799       "name" : "destroy",
800       "type" : "function",
801       "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}.",
802       "sig" : "()\n{\n\n}",
803       "static" : false,
804       "memberOf" : "Roo.Component",
805       "isStatic" : false,
806       "isConstructor" : false,
807       "isPrivate" : false,
808       "example" : "",
809       "deprecated" : "",
810       "since" : "",
811       "see" : "",
812       "exceptions" : "",
813       "requires" : "",
814       "params" : [],
815       "returns" : []
816     },
817     {
818       "name" : "isVisible",
819       "type" : "function",
820       "desc" : "Returns true if this component is visible.",
821       "sig" : "()\n{\n\n}",
822       "static" : false,
823       "memberOf" : "Roo.Component",
824       "isStatic" : false,
825       "isConstructor" : false,
826       "isPrivate" : false,
827       "example" : "",
828       "deprecated" : "",
829       "since" : "",
830       "see" : "",
831       "exceptions" : "",
832       "requires" : "",
833       "params" : [],
834       "returns" : []
835     },
836     {
837       "name" : "setDisabled",
838       "type" : "function",
839       "desc" : "Convenience function for setting disabled/enabled by boolean.",
840       "sig" : "(disabled)",
841       "static" : false,
842       "memberOf" : "Roo.Component",
843       "isStatic" : false,
844       "isConstructor" : false,
845       "isPrivate" : false,
846       "example" : "",
847       "deprecated" : "",
848       "since" : "",
849       "see" : "",
850       "exceptions" : "",
851       "requires" : "",
852       "params" : [
853         {
854           "name" : "disabled",
855           "type" : "Boolean",
856           "desc" : "",
857           "isOptional" : false
858         }
859       ],
860       "returns" : []
861     },
862     {
863       "name" : "focus",
864       "type" : "function",
865       "desc" : "Try to focus this component.",
866       "sig" : "(selectText)",
867       "static" : false,
868       "memberOf" : "Roo.Component",
869       "isStatic" : false,
870       "isConstructor" : false,
871       "isPrivate" : false,
872       "example" : "",
873       "deprecated" : "",
874       "since" : "",
875       "see" : "",
876       "exceptions" : "",
877       "requires" : "",
878       "params" : [
879         {
880           "name" : "selectText",
881           "type" : "Boolean",
882           "desc" : "True to also select the text in this component (if applicable)",
883           "isOptional" : false
884         }
885       ],
886       "returns" : [
887         {
888           "name" : "",
889           "type" : "Roo.Component",
890           "desc" : "this"
891         }
892       ]
893     },
894     {
895       "name" : "enable",
896       "type" : "function",
897       "desc" : "Enable this component.",
898       "sig" : "()\n{\n\n}",
899       "static" : false,
900       "memberOf" : "Roo.Component",
901       "isStatic" : false,
902       "isConstructor" : false,
903       "isPrivate" : false,
904       "example" : "",
905       "deprecated" : "",
906       "since" : "",
907       "see" : "",
908       "exceptions" : "",
909       "requires" : "",
910       "params" : [],
911       "returns" : [
912         {
913           "name" : "",
914           "type" : "Roo.Component",
915           "desc" : "this"
916         }
917       ]
918     },
919     {
920       "name" : "setVisible",
921       "type" : "function",
922       "desc" : "Convenience function to hide or show this component by boolean.",
923       "sig" : "(visible)",
924       "static" : false,
925       "memberOf" : "Roo.Component",
926       "isStatic" : false,
927       "isConstructor" : false,
928       "isPrivate" : false,
929       "example" : "",
930       "deprecated" : "",
931       "since" : "",
932       "see" : "",
933       "exceptions" : "",
934       "requires" : "",
935       "params" : [
936         {
937           "name" : "visible",
938           "type" : "Boolean",
939           "desc" : "True to show, false to hide",
940           "isOptional" : false
941         }
942       ],
943       "returns" : [
944         {
945           "name" : "",
946           "type" : "Roo.Component",
947           "desc" : "this"
948         }
949       ]
950     },
951     {
952       "name" : "disable",
953       "type" : "function",
954       "desc" : "Disable this component.",
955       "sig" : "()\n{\n\n}",
956       "static" : false,
957       "memberOf" : "Roo.Component",
958       "isStatic" : false,
959       "isConstructor" : false,
960       "isPrivate" : false,
961       "example" : "",
962       "deprecated" : "",
963       "since" : "",
964       "see" : "",
965       "exceptions" : "",
966       "requires" : "",
967       "params" : [],
968       "returns" : [
969         {
970           "name" : "",
971           "type" : "Roo.Component",
972           "desc" : "this"
973         }
974       ]
975     },
976     {
977       "name" : "getEl",
978       "type" : "function",
979       "desc" : "Returns the underlying {@link Roo.Element}.",
980       "sig" : "()\n{\n\n}",
981       "static" : false,
982       "memberOf" : "Roo.Component",
983       "isStatic" : false,
984       "isConstructor" : false,
985       "isPrivate" : false,
986       "example" : "",
987       "deprecated" : "",
988       "since" : "",
989       "see" : "",
990       "exceptions" : "",
991       "requires" : "",
992       "params" : [],
993       "returns" : [
994         {
995           "name" : "",
996           "type" : "Roo.Element",
997           "desc" : "The element"
998         }
999       ]
1000     },
1001     {
1002       "name" : "purgeListeners",
1003       "type" : "function",
1004       "desc" : "Removes all listeners for this object",
1005       "sig" : "()\n{\n\n}",
1006       "static" : false,
1007       "memberOf" : "Roo.util.Observable",
1008       "isStatic" : false,
1009       "isConstructor" : false,
1010       "isPrivate" : false,
1011       "example" : "",
1012       "deprecated" : "",
1013       "since" : "",
1014       "see" : "",
1015       "exceptions" : "",
1016       "requires" : "",
1017       "params" : [],
1018       "returns" : []
1019     },
1020     {
1021       "name" : "on",
1022       "type" : "function",
1023       "desc" : "Appends an event handler to this element (shorthand for addListener)",
1024       "sig" : "(eventName, handler, scope, options)",
1025       "static" : false,
1026       "memberOf" : "Roo.util.Observable",
1027       "isStatic" : false,
1028       "isConstructor" : false,
1029       "isPrivate" : false,
1030       "example" : "",
1031       "deprecated" : "",
1032       "since" : "",
1033       "see" : "",
1034       "exceptions" : "",
1035       "requires" : "",
1036       "params" : [
1037         {
1038           "name" : "eventName",
1039           "type" : "String",
1040           "desc" : "The type of event to listen for",
1041           "isOptional" : false
1042         },
1043         {
1044           "name" : "handler",
1045           "type" : "Function",
1046           "desc" : "The method the event invokes",
1047           "isOptional" : false
1048         },
1049         {
1050           "name" : "scope",
1051           "type" : "Object",
1052           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
1053           "isOptional" : false
1054         },
1055         {
1056           "name" : "options",
1057           "type" : "Object",
1058           "desc" : "(optional)",
1059           "isOptional" : false
1060         }
1061       ],
1062       "returns" : []
1063     },
1064     {
1065       "name" : "un",
1066       "type" : "function",
1067       "desc" : "Removes a listener (shorthand for removeListener)",
1068       "sig" : "(eventName, handler, scope)",
1069       "static" : false,
1070       "memberOf" : "Roo.util.Observable",
1071       "isStatic" : false,
1072       "isConstructor" : false,
1073       "isPrivate" : false,
1074       "example" : "",
1075       "deprecated" : "",
1076       "since" : "",
1077       "see" : "",
1078       "exceptions" : "",
1079       "requires" : "",
1080       "params" : [
1081         {
1082           "name" : "eventName",
1083           "type" : "String",
1084           "desc" : "The type of event to listen for",
1085           "isOptional" : false
1086         },
1087         {
1088           "name" : "handler",
1089           "type" : "Function",
1090           "desc" : "The handler to remove",
1091           "isOptional" : false
1092         },
1093         {
1094           "name" : "scope",
1095           "type" : "Object",
1096           "desc" : "(optional) The scope (this object) for the handler",
1097           "isOptional" : false
1098         }
1099       ],
1100       "returns" : []
1101     },
1102     {
1103       "name" : "addEvents",
1104       "type" : "function",
1105       "desc" : "Used to define events on this Observable",
1106       "sig" : "(object)",
1107       "static" : false,
1108       "memberOf" : "Roo.util.Observable",
1109       "isStatic" : false,
1110       "isConstructor" : false,
1111       "isPrivate" : false,
1112       "example" : "",
1113       "deprecated" : "",
1114       "since" : "",
1115       "see" : "",
1116       "exceptions" : "",
1117       "requires" : "",
1118       "params" : [
1119         {
1120           "name" : "object",
1121           "type" : "Object",
1122           "desc" : "The object with the events defined",
1123           "isOptional" : false
1124         }
1125       ],
1126       "returns" : []
1127     },
1128     {
1129       "name" : "releaseCapture",
1130       "type" : "function",
1131       "desc" : "Removes <b>all</b> added captures from the Observable.",
1132       "sig" : "(o)",
1133       "static" : true,
1134       "memberOf" : "Roo.util.Observable",
1135       "isStatic" : true,
1136       "isConstructor" : false,
1137       "isPrivate" : false,
1138       "example" : "",
1139       "deprecated" : "",
1140       "since" : "",
1141       "see" : "",
1142       "exceptions" : "",
1143       "requires" : "",
1144       "params" : [
1145         {
1146           "name" : "o",
1147           "type" : "Observable",
1148           "desc" : "The Observable to release",
1149           "isOptional" : false
1150         }
1151       ],
1152       "returns" : []
1153     },
1154     {
1155       "name" : "removeListener",
1156       "type" : "function",
1157       "desc" : "Removes a listener",
1158       "sig" : "(eventName, handler, scope)",
1159       "static" : false,
1160       "memberOf" : "Roo.util.Observable",
1161       "isStatic" : false,
1162       "isConstructor" : false,
1163       "isPrivate" : false,
1164       "example" : "",
1165       "deprecated" : "",
1166       "since" : "",
1167       "see" : "",
1168       "exceptions" : "",
1169       "requires" : "",
1170       "params" : [
1171         {
1172           "name" : "eventName",
1173           "type" : "String",
1174           "desc" : "The type of event to listen for",
1175           "isOptional" : false
1176         },
1177         {
1178           "name" : "handler",
1179           "type" : "Function",
1180           "desc" : "The handler to remove",
1181           "isOptional" : false
1182         },
1183         {
1184           "name" : "scope",
1185           "type" : "Object",
1186           "desc" : "(optional) The scope (this object) for the handler",
1187           "isOptional" : false
1188         }
1189       ],
1190       "returns" : []
1191     },
1192     {
1193       "name" : "fireEvent",
1194       "type" : "function",
1195       "desc" : "Fires the specified event with the passed parameters (minus the event name).",
1196       "sig" : "(eventName, args)",
1197       "static" : false,
1198       "memberOf" : "Roo.util.Observable",
1199       "isStatic" : false,
1200       "isConstructor" : false,
1201       "isPrivate" : false,
1202       "example" : "",
1203       "deprecated" : "",
1204       "since" : "",
1205       "see" : "",
1206       "exceptions" : "",
1207       "requires" : "",
1208       "params" : [
1209         {
1210           "name" : "eventName",
1211           "type" : "String",
1212           "desc" : "",
1213           "isOptional" : false
1214         },
1215         {
1216           "name" : "args",
1217           "type" : "Object...",
1218           "desc" : "Variable number of parameters are passed to handlers",
1219           "isOptional" : false
1220         }
1221       ],
1222       "returns" : [
1223         {
1224           "name" : "",
1225           "type" : "Boolean",
1226           "desc" : "returns false if any of the handlers return false otherwise it returns true"
1227         }
1228       ]
1229     },
1230     {
1231       "name" : "hasListener",
1232       "type" : "function",
1233       "desc" : "Checks to see if this object has any listeners for a specified event",
1234       "sig" : "(eventName)",
1235       "static" : false,
1236       "memberOf" : "Roo.util.Observable",
1237       "isStatic" : false,
1238       "isConstructor" : false,
1239       "isPrivate" : false,
1240       "example" : "",
1241       "deprecated" : "",
1242       "since" : "",
1243       "see" : "",
1244       "exceptions" : "",
1245       "requires" : "",
1246       "params" : [
1247         {
1248           "name" : "eventName",
1249           "type" : "String",
1250           "desc" : "The name of the event to check for",
1251           "isOptional" : false
1252         }
1253       ],
1254       "returns" : [
1255         {
1256           "name" : "",
1257           "type" : "Boolean",
1258           "desc" : "True if the event is being listened for, else false"
1259         }
1260       ]
1261     },
1262     {
1263       "name" : "capture",
1264       "type" : "function",
1265       "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.",
1266       "sig" : "(o, fn, scope)",
1267       "static" : true,
1268       "memberOf" : "Roo.util.Observable",
1269       "isStatic" : true,
1270       "isConstructor" : false,
1271       "isPrivate" : false,
1272       "example" : "",
1273       "deprecated" : "",
1274       "since" : "",
1275       "see" : "",
1276       "exceptions" : "",
1277       "requires" : "",
1278       "params" : [
1279         {
1280           "name" : "o",
1281           "type" : "Observable",
1282           "desc" : "The Observable to capture",
1283           "isOptional" : false
1284         },
1285         {
1286           "name" : "fn",
1287           "type" : "Function",
1288           "desc" : "The function to call",
1289           "isOptional" : false
1290         },
1291         {
1292           "name" : "scope",
1293           "type" : "Object",
1294           "desc" : "(optional) The scope (this object) for the fn",
1295           "isOptional" : false
1296         }
1297       ],
1298       "returns" : []
1299     },
1300     {
1301       "name" : "addListener",
1302       "type" : "function",
1303       "desc" : "Appends an event handler to this component",
1304       "sig" : "(eventName, handler, scope, options)",
1305       "static" : false,
1306       "memberOf" : "Roo.util.Observable",
1307       "isStatic" : false,
1308       "isConstructor" : false,
1309       "isPrivate" : false,
1310       "example" : "",
1311       "deprecated" : "",
1312       "since" : "",
1313       "see" : "",
1314       "exceptions" : "",
1315       "requires" : "",
1316       "params" : [
1317         {
1318           "name" : "eventName",
1319           "type" : "String",
1320           "desc" : "The type of event to listen for",
1321           "isOptional" : false
1322         },
1323         {
1324           "name" : "handler",
1325           "type" : "Function",
1326           "desc" : "The method the event invokes",
1327           "isOptional" : false
1328         },
1329         {
1330           "name" : "scope",
1331           "type" : "Object",
1332           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
1333           "isOptional" : false
1334         },
1335         {
1336           "name" : "options",
1337           "type" : "Object",
1338           "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>",
1339           "isOptional" : false
1340         }
1341       ],
1342       "returns" : []
1343     }
1344   ],
1345   "events" : [
1346     {
1347       "name" : "actionfailed",
1348       "type" : "function",
1349       "desc" : "Fires when an action fails.",
1350       "sig" : "function (_self, action)\n{\n\n}",
1351       "memberOf" : "",
1352       "example" : "",
1353       "deprecated" : "",
1354       "since" : "",
1355       "see" : "",
1356       "params" : [
1357         {
1358           "name" : "this",
1359           "type" : "Form",
1360           "desc" : "",
1361           "isOptional" : false
1362         },
1363         {
1364           "name" : "action",
1365           "type" : "Action",
1366           "desc" : "The action that failed",
1367           "isOptional" : false
1368         }
1369       ],
1370       "returns" : []
1371     },
1372     {
1373       "name" : "clientvalidation",
1374       "type" : "function",
1375       "desc" : "If the monitorValid config option is true, this event fires repetitively to notify of valid state",
1376       "sig" : "function (_self, valid)\n{\n\n}",
1377       "memberOf" : "",
1378       "example" : "",
1379       "deprecated" : "",
1380       "since" : "",
1381       "see" : "",
1382       "params" : [
1383         {
1384           "name" : "this",
1385           "type" : "Form",
1386           "desc" : "",
1387           "isOptional" : false
1388         },
1389         {
1390           "name" : "valid",
1391           "type" : "Boolean",
1392           "desc" : "true if the form has passed client-side validation",
1393           "isOptional" : false
1394         }
1395       ],
1396       "returns" : []
1397     },
1398     {
1399       "name" : "actioncomplete",
1400       "type" : "function",
1401       "desc" : "Fires when an action is completed.",
1402       "sig" : "function (_self, action)\n{\n\n}",
1403       "memberOf" : "",
1404       "example" : "",
1405       "deprecated" : "",
1406       "since" : "",
1407       "see" : "",
1408       "params" : [
1409         {
1410           "name" : "this",
1411           "type" : "Form",
1412           "desc" : "",
1413           "isOptional" : false
1414         },
1415         {
1416           "name" : "action",
1417           "type" : "Action",
1418           "desc" : "The action that completed",
1419           "isOptional" : false
1420         }
1421       ],
1422       "returns" : []
1423     },
1424     {
1425       "name" : "beforeaction",
1426       "type" : "function",
1427       "desc" : "Fires before any action is performed. Return false to cancel the action.",
1428       "sig" : "function (_self, action)\n{\n\n}",
1429       "memberOf" : "",
1430       "example" : "",
1431       "deprecated" : "",
1432       "since" : "",
1433       "see" : "",
1434       "params" : [
1435         {
1436           "name" : "this",
1437           "type" : "Form",
1438           "desc" : "",
1439           "isOptional" : false
1440         },
1441         {
1442           "name" : "action",
1443           "type" : "Action",
1444           "desc" : "The action to be performed",
1445           "isOptional" : false
1446         }
1447       ],
1448       "returns" : []
1449     },
1450     {
1451       "name" : "childrenrendered",
1452       "type" : "function",
1453       "desc" : "Fires when the children have been rendered..",
1454       "sig" : "function (_self)\n{\n\n}",
1455       "memberOf" : "Roo.bootstrap.Component",
1456       "example" : "",
1457       "deprecated" : "",
1458       "since" : "",
1459       "see" : "",
1460       "params" : [
1461         {
1462           "name" : "this",
1463           "type" : "Roo.bootstrap.Component",
1464           "desc" : "",
1465           "isOptional" : false
1466         }
1467       ],
1468       "returns" : []
1469     },
1470     {
1471       "name" : "beforerender",
1472       "type" : "function",
1473       "desc" : "Fires before the component is rendered. Return false to stop the render.",
1474       "sig" : "function (_self)\n{\n\n}",
1475       "memberOf" : "Roo.Component",
1476       "example" : "",
1477       "deprecated" : "",
1478       "since" : "",
1479       "see" : "",
1480       "params" : [
1481         {
1482           "name" : "this",
1483           "type" : "Roo.Component",
1484           "desc" : "",
1485           "isOptional" : false
1486         }
1487       ],
1488       "returns" : []
1489     },
1490     {
1491       "name" : "disable",
1492       "type" : "function",
1493       "desc" : "Fires after the component is disabled.",
1494       "sig" : "function (_self)\n{\n\n}",
1495       "memberOf" : "Roo.Component",
1496       "example" : "",
1497       "deprecated" : "",
1498       "since" : "",
1499       "see" : "",
1500       "params" : [
1501         {
1502           "name" : "this",
1503           "type" : "Roo.Component",
1504           "desc" : "",
1505           "isOptional" : false
1506         }
1507       ],
1508       "returns" : []
1509     },
1510     {
1511       "name" : "render",
1512       "type" : "function",
1513       "desc" : "Fires after the component is rendered.",
1514       "sig" : "function (_self)\n{\n\n}",
1515       "memberOf" : "Roo.Component",
1516       "example" : "",
1517       "deprecated" : "",
1518       "since" : "",
1519       "see" : "",
1520       "params" : [
1521         {
1522           "name" : "this",
1523           "type" : "Roo.Component",
1524           "desc" : "",
1525           "isOptional" : false
1526         }
1527       ],
1528       "returns" : []
1529     },
1530     {
1531       "name" : "destroy",
1532       "type" : "function",
1533       "desc" : "Fires after the component is destroyed.",
1534       "sig" : "function (_self)\n{\n\n}",
1535       "memberOf" : "Roo.Component",
1536       "example" : "",
1537       "deprecated" : "",
1538       "since" : "",
1539       "see" : "",
1540       "params" : [
1541         {
1542           "name" : "this",
1543           "type" : "Roo.Component",
1544           "desc" : "",
1545           "isOptional" : false
1546         }
1547       ],
1548       "returns" : []
1549     },
1550     {
1551       "name" : "hide",
1552       "type" : "function",
1553       "desc" : "Fires after the component is hidden.",
1554       "sig" : "function (_self)\n{\n\n}",
1555       "memberOf" : "Roo.Component",
1556       "example" : "",
1557       "deprecated" : "",
1558       "since" : "",
1559       "see" : "",
1560       "params" : [
1561         {
1562           "name" : "this",
1563           "type" : "Roo.Component",
1564           "desc" : "",
1565           "isOptional" : false
1566         }
1567       ],
1568       "returns" : []
1569     },
1570     {
1571       "name" : "beforehide",
1572       "type" : "function",
1573       "desc" : "Fires before the component is hidden. Return false to stop the hide.",
1574       "sig" : "function (_self)\n{\n\n}",
1575       "memberOf" : "Roo.Component",
1576       "example" : "",
1577       "deprecated" : "",
1578       "since" : "",
1579       "see" : "",
1580       "params" : [
1581         {
1582           "name" : "this",
1583           "type" : "Roo.Component",
1584           "desc" : "",
1585           "isOptional" : false
1586         }
1587       ],
1588       "returns" : []
1589     },
1590     {
1591       "name" : "show",
1592       "type" : "function",
1593       "desc" : "Fires after the component is shown.",
1594       "sig" : "function (_self)\n{\n\n}",
1595       "memberOf" : "Roo.Component",
1596       "example" : "",
1597       "deprecated" : "",
1598       "since" : "",
1599       "see" : "",
1600       "params" : [
1601         {
1602           "name" : "this",
1603           "type" : "Roo.Component",
1604           "desc" : "",
1605           "isOptional" : false
1606         }
1607       ],
1608       "returns" : []
1609     },
1610     {
1611       "name" : "beforeshow",
1612       "type" : "function",
1613       "desc" : "Fires before the component is shown.  Return false to stop the show.",
1614       "sig" : "function (_self)\n{\n\n}",
1615       "memberOf" : "Roo.Component",
1616       "example" : "",
1617       "deprecated" : "",
1618       "since" : "",
1619       "see" : "",
1620       "params" : [
1621         {
1622           "name" : "this",
1623           "type" : "Roo.Component",
1624           "desc" : "",
1625           "isOptional" : false
1626         }
1627       ],
1628       "returns" : []
1629     },
1630     {
1631       "name" : "enable",
1632       "type" : "function",
1633       "desc" : "Fires after the component is enabled.",
1634       "sig" : "function (_self)\n{\n\n}",
1635       "memberOf" : "Roo.Component",
1636       "example" : "",
1637       "deprecated" : "",
1638       "since" : "",
1639       "see" : "",
1640       "params" : [
1641         {
1642           "name" : "this",
1643           "type" : "Roo.Component",
1644           "desc" : "",
1645           "isOptional" : false
1646         }
1647       ],
1648       "returns" : []
1649     },
1650     {
1651       "name" : "beforedestroy",
1652       "type" : "function",
1653       "desc" : "Fires before the component is destroyed. Return false to stop the destroy.",
1654       "sig" : "function (_self)\n{\n\n}",
1655       "memberOf" : "Roo.Component",
1656       "example" : "",
1657       "deprecated" : "",
1658       "since" : "",
1659       "see" : "",
1660       "params" : [
1661         {
1662           "name" : "this",
1663           "type" : "Roo.Component",
1664           "desc" : "",
1665           "isOptional" : false
1666         }
1667       ],
1668       "returns" : []
1669     }
1670   ]
1671 }