From: Alan Date: Thu, 5 Oct 2023 07:14:57 +0000 (+0800) Subject: doc fix X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=3a5a76bb02637804f7dd9b2a62ea4ccf1cebc19b doc fix --- diff --git a/docs/json/roodata.json b/docs/json/roodata.json index 467331f955..8c8c083a73 100644 --- a/docs/json/roodata.json +++ b/docs/json/roodata.json @@ -246430,14 +246430,6 @@ }, "Roo.form.Form" : { "props" : [ - { - "name" : "(left|center|right)", - "type" : "String", - "desc" : "buttonAlign Valid values are \"left,\" \"center\" and \"right\" (defaults to \"center\")", - "memberOf" : "", - "isOptional" : false, - "optvals" : [] - }, { "name" : "baseParams", "type" : "Object", @@ -246446,6 +246438,18 @@ "isOptional" : false, "optvals" : [] }, + { + "name" : "buttonAlign", + "type" : "String", + "desc" : "t) Valid values are \"left,\" \"center\" and \"right\" (defaults to \"center", + "memberOf" : "", + "isOptional" : false, + "optvals" : [ + "left", + "center", + "right" + ] + }, { "name" : "buttons[]", "type" : "Roo.Button", diff --git a/docs/src/Roo_form_Form.js.html b/docs/src/Roo_form_Form.js.html index 5286a5a0d0..e27340edba 100644 --- a/docs/src/Roo_form_Form.js.html +++ b/docs/src/Roo_form_Form.js.html @@ -81,7 +81,7 @@ * @cfg {String} itemCls A css class to apply to the x-form-item of fields. This property cascades to child containers. */ /** - * @cfg {String} (left|center|right) buttonAlign Valid values are "left," "center" and "right" (defaults to "center") + * @cfg {String} buttonAlign (left|center|right) Valid values are "left," "center" and "right" (defaults to "center") */ buttonAlign:'center', diff --git a/docs/symbols/Roo.form.Form.json b/docs/symbols/Roo.form.Form.json index 5d461f7454..630f8e9208 100644 --- a/docs/symbols/Roo.form.Form.json +++ b/docs/symbols/Roo.form.Form.json @@ -72,14 +72,6 @@ "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", "type" : "Object", @@ -136,6 +128,18 @@ "isOptional" : false, "optvals" : [] }, + { + "name" : "buttonAlign", + "type" : "String", + "desc" : "t) Valid values are \"left,\" \"center\" and \"right\" (defaults to \"center", + "memberOf" : "", + "isOptional" : false, + "optvals" : [ + "left", + "center", + "right" + ] + }, { "name" : "method", "type" : "String", diff --git a/roojs-debug.js b/roojs-debug.js index 45fc21f5e2..79e7f849b3 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -54963,7 +54963,7 @@ Roo.extend(Roo.form.Form, Roo.form.BasicForm, { * @cfg {String} itemCls A css class to apply to the x-form-item of fields. This property cascades to child containers. */ /** - * @cfg {String} (left|center|right) buttonAlign Valid values are "left," "center" and "right" (defaults to "center") + * @cfg {String} buttonAlign (left|center|right) Valid values are "left," "center" and "right" (defaults to "center") */ buttonAlign:'center', diff --git a/roojs-ui-debug.js b/roojs-ui-debug.js index a1324ea496..eba4fa7a3b 100644 --- a/roojs-ui-debug.js +++ b/roojs-ui-debug.js @@ -30461,7 +30461,7 @@ Roo.extend(Roo.form.Form, Roo.form.BasicForm, { * @cfg {String} itemCls A css class to apply to the x-form-item of fields. This property cascades to child containers. */ /** - * @cfg {String} (left|center|right) buttonAlign Valid values are "left," "center" and "right" (defaults to "center") + * @cfg {String} buttonAlign (left|center|right) Valid values are "left," "center" and "right" (defaults to "center") */ buttonAlign:'center',