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