doc fix
authorAlan <alan@roojs.com>
Thu, 5 Oct 2023 07:14:57 +0000 (15:14 +0800)
committerAlan <alan@roojs.com>
Thu, 5 Oct 2023 07:14:57 +0000 (15:14 +0800)
docs/json/roodata.json
docs/src/Roo_form_Form.js.html
docs/symbols/Roo.form.Form.json
roojs-debug.js
roojs-ui-debug.js

index 467331f..8c8c083 100644 (file)
   },
   "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",
         "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",
index 5286a5a..e27340e 100644 (file)
@@ -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 &quot;left,&quot; &quot;center&quot; and &quot;right&quot; (defaults to &quot;center&quot;)
+     * @cfg {String} buttonAlign (left|center|right)  Valid values are &quot;left,&quot; &quot;center&quot; and &quot;right&quot; (defaults to &quot;center&quot;)
      */
     </span><span class="jsdoc-var">buttonAlign</span><span class="jsdoc-syntax">:</span><span class="jsdoc-string">'center'</span><span class="jsdoc-syntax">,
 
index 5d461f7..630f8e9 100644 (file)
         "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",
       "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",
index 45fc21f..79e7f84 100644 (file)
@@ -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',
 
index a1324ea..eba4fa7 100644 (file)
@@ -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',