From 7881200cc22520d9c035d2204eb7268b0521245f Mon Sep 17 00:00:00 2001 From: Alan Date: Thu, 5 Oct 2023 15:14:35 +0800 Subject: [PATCH] doc fix --- Roo/form/Form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/form/Form.js b/Roo/form/Form.js index e9d06e7e19..7f2dd3c7d4 100644 --- a/Roo/form/Form.js +++ b/Roo/form/Form.js @@ -81,7 +81,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', -- 2.39.2