X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs%2Fsymbols%2FRoo.form.Form.json;h=5d461f74546e34ab25896e8f698599588d1e8710;hb=ace3bd1cd175b8285e20933c004e7c5aa826028a;hp=d138e4c7e4b3691c5d13d54b6ac1bb7b41db5688;hpb=bf93a181bcf69830bec36b29d1b1a33dc9ecd88e;p=roojs1 diff --git a/docs/symbols/Roo.form.Form.json b/docs/symbols/Roo.form.Form.json index d138e4c7e4..5d461f7454 100644 --- a/docs/symbols/Roo.form.Form.json +++ b/docs/symbols/Roo.form.Form.json @@ -63,10 +63,22 @@ { "name" : "labelAlign", "type" : "String", - "desc" : "Valid values are \"left,\" \"top\" and \"right\" (defaults to \"left\").\nThis property cascades to child containers if not set.", + "desc" : "t) Valid values are \"left,\" \"top\" and \"right\" (defaults to \"left\").\nThis property cascades to child containers if not se", "memberOf" : "", "isOptional" : false, - "optvalues" : [] + "optvals" : [ + "left", + "top", + "right" + ] + }, + { + "name" : "(left|center|right)", + "type" : "String", + "desc" : "buttonAlign Valid values are \"left,\" \"center\" and \"right\" (defaults to \"center\")", + "memberOf" : "", + "isOptional" : false, + "optvals" : [] }, { "name" : "listeners", @@ -74,7 +86,7 @@ "desc" : "list of events and functions to call for this object, \nFor example :\n
\n    listeners :  { \n       'click' : function(e) {\n           ..... \n        } ,\n        .... \n    } \n  
", "memberOf" : "Roo.util.Observable", "isOptional" : false, - "optvalues" : [] + "optvals" : [] }, { "name" : "formData", @@ -82,7 +94,7 @@ "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.", "memberOf" : "", "isOptional" : false, - "optvalues" : [] + "optvals" : [] }, { "name" : "monitorValid", @@ -90,7 +102,7 @@ "desc" : "If true the form monitors its valid state client-side 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.", "memberOf" : "", "isOptional" : false, - "optvalues" : [] + "optvals" : [] }, { "name" : "fileUpload", @@ -98,7 +110,7 @@ "desc" : "Set to true if this form is a file upload.", "memberOf" : "Roo.form.BasicForm", "isOptional" : false, - "optvalues" : [] + "optvals" : [] }, { "name" : "progressUrl", @@ -106,7 +118,7 @@ "desc" : "- Url to return progress data", "memberOf" : "", "isOptional" : false, - "optvalues" : [] + "optvals" : [] }, { "name" : "buttons[]", @@ -114,7 +126,7 @@ "desc" : "buttons at bottom of form", "memberOf" : "", "isOptional" : false, - "optvalues" : [] + "optvals" : [] }, { "name" : "minButtonWidth", @@ -122,15 +134,7 @@ "desc" : "Minimum width of all buttons in pixels (defaults to 75)", "memberOf" : "", "isOptional" : false, - "optvalues" : [] - }, - { - "name" : "buttonAlign", - "type" : "String", - "desc" : "Valid values are \"left,\" \"center\" and \"right\" (defaults to \"center\")", - "memberOf" : "", - "isOptional" : false, - "optvalues" : [] + "optvals" : [] }, { "name" : "method", @@ -138,7 +142,7 @@ "desc" : "The request method to use (GET or POST) for form actions if one isn't supplied in the action options.", "memberOf" : "Roo.form.BasicForm", "isOptional" : false, - "optvalues" : [] + "optvals" : [] }, { "name" : "errorMask", @@ -146,7 +150,7 @@ "desc" : "e) default fal", "memberOf" : "Roo.form.BasicForm", "isOptional" : false, - "optvalues" : [ + "optvals" : [ "true", "false" ] @@ -157,7 +161,7 @@ "desc" : "A css class to apply to the x-form-item of fields. This property cascades to child containers.", "memberOf" : "", "isOptional" : false, - "optvalues" : [] + "optvals" : [] }, { "name" : "labelWidth", @@ -165,7 +169,7 @@ "desc" : "The width of labels. This property cascades to child containers.", "memberOf" : "", "isOptional" : false, - "optvalues" : [] + "optvals" : [] }, { "name" : "timeout", @@ -173,7 +177,7 @@ "desc" : "Timeout for form actions in seconds (default is 30 seconds).", "memberOf" : "Roo.form.BasicForm", "isOptional" : false, - "optvalues" : [] + "optvals" : [] }, { "name" : "monitorPoll", @@ -181,7 +185,7 @@ "desc" : "The milliseconds to poll valid state, ignored if monitorValid is not true (defaults to 200)", "memberOf" : "", "isOptional" : false, - "optvalues" : [] + "optvals" : [] }, { "name" : "baseParams", @@ -189,7 +193,7 @@ "desc" : "Parameters to pass with all requests. e.g. baseParams: {id: '123', foo: 'bar'}.", "memberOf" : "Roo.form.BasicForm", "isOptional" : false, - "optvalues" : [] + "optvals" : [] }, { "name" : "trackResetOnLoad", @@ -197,7 +201,7 @@ "desc" : "If set to true, form.reset() resets to the last loaded\nor setValues() data instead of when the form was first created.", "memberOf" : "Roo.form.BasicForm", "isOptional" : false, - "optvalues" : [] + "optvals" : [] }, { "name" : "reader", @@ -205,7 +209,7 @@ "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.", "memberOf" : "Roo.form.BasicForm", "isOptional" : false, - "optvalues" : [] + "optvals" : [] }, { "name" : "errorReader", @@ -213,7 +217,7 @@ "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.", "memberOf" : "Roo.form.BasicForm", "isOptional" : false, - "optvalues" : [] + "optvals" : [] }, { "name" : "url", @@ -221,7 +225,7 @@ "desc" : "The URL to use for form actions if one isn't supplied in the action options.", "memberOf" : "Roo.form.BasicForm", "isOptional" : false, - "optvalues" : [] + "optvals" : [] }, { "name" : "maskOffset", @@ -229,7 +233,7 @@ "desc" : "Default 100", "memberOf" : "Roo.form.BasicForm", "isOptional" : false, - "optvalues" : [] + "optvals" : [] } ], "methods" : [ @@ -804,7 +808,7 @@ { "name" : "asString", "type" : "Boolean", - "desc" : "", + "desc" : "(def)", "isOptional" : false } ],