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