From: Alan Date: Thu, 3 Mar 2022 09:27:30 +0000 (+0800) Subject: more doc optvals X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=9ed1783bf60cd96f9b9f1fe6451a2f651cd534fd more doc optvals --- diff --git a/roojs-debug.js b/roojs-debug.js index 67a6f546a8..b116cbfac9 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -54343,7 +54343,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} buttonAlign Valid values are "left," "center" and "right" (defaults to "center") + * @cfg {String} (left|center|right) buttonAlign Valid values are "left," "center" and "right" (defaults to "center") */ buttonAlign:'center', @@ -54353,7 +54353,7 @@ Roo.extend(Roo.form.Form, Roo.form.BasicForm, { minButtonWidth:75, /** - * @cfg {String} labelAlign Valid values are "left," "top" and "right" (defaults to "left"). + * @cfg {String} labelAlign (left|top|right) Valid values are "left," "top" and "right" (defaults to "left"). * This property cascades to child containers if not set. */ labelAlign:'left', diff --git a/roojs-ui-debug.js b/roojs-ui-debug.js index 9ea20732b9..2438433fc6 100644 --- a/roojs-ui-debug.js +++ b/roojs-ui-debug.js @@ -29874,7 +29874,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} buttonAlign Valid values are "left," "center" and "right" (defaults to "center") + * @cfg {String} (left|center|right) buttonAlign Valid values are "left," "center" and "right" (defaults to "center") */ buttonAlign:'center', @@ -29884,7 +29884,7 @@ Roo.extend(Roo.form.Form, Roo.form.BasicForm, { minButtonWidth:75, /** - * @cfg {String} labelAlign Valid values are "left," "top" and "right" (defaults to "left"). + * @cfg {String} labelAlign (left|top|right) Valid values are "left," "top" and "right" (defaults to "left"). * This property cascades to child containers if not set. */ labelAlign:'left',