文档更改05 Dropdown
由 yufei li 于 2025/02/28 05:45 最后修改
摘要
-
页面属性 (3 修改, 0 新增, 0 删除)
细节
- 页面属性
-
- 标题
-
... ... @@ -1,1 +1,1 @@ 1 -05 Dropdown1 +05 下拉选择 - 父
-
... ... @@ -1,1 +1,1 @@ 1 - Egret Cloud Operationmanual.5\. 设计应用.5\.5 表单.5\.5\.4 基础控件.WebHome1 +Main.5\. 设计应用.5\.5 表单.5\.5\.4 基础控件.5\.5\.4\.4 数值.WebHome - 内容
-
... ... @@ -1,36 +1,27 @@ 1 -** Feature Overview**1 +**功能简介** 2 2 3 - The Dropdown Single-Select widget provides a set of options from which users can select one.3 +下拉选择控件提供一组选项,用户可以从中选择一个。 4 4 5 -** Use Cases**5 +**使用场景** 6 6 7 - It is suitable for scenarios with fixed options, such as selecting gender, type, etc.7 +适合性别选择、部门选择等多个固定选项的场景。 8 8 9 -** Setting Method**9 +**设置方式** 10 10 11 - Clickonthe Dropdown Single-Select widget in the basic fields or drag and drop the Dropdown Single-Select widget onto the canvas, set the option content, and then the addition is complete.11 +点击基础字段中的下拉选择控件 或者 拖拽下拉选择控件到画布中,设置选项内容,即可完成添加。 12 12 13 +**控件属性** 13 13 14 -**Widget Properties** 15 15 16 -(% style="width:1218px" %) 17 -|(% style="width:141px" %)**Widget Properties**|**Settings Options**|(% style="width:881px" %)**Settings Options Description** 18 -|(% rowspan="6" style="width:141px" %)Basic Properties|Name|(% style="width:881px" %)Used to distinguish different widgets. 19 -|Display Name|(% style="width:881px" %)Used to control whether the widget name is displayed when filling out the form. 20 -|Width|(% style="width:881px" %)Used to control the display width of the current widget when filling out the form. 21 -|Placeholder|(% style="width:881px" %)Used to guide the filler in entering content. 22 -|Help Text|(% style="width:881px" %)A question mark hover appears when filling out the form, which can display help text. 23 -|Permissions|(% style="width:881px" %)((( 24 -Visibility Permissions: Visible, Conditionally Visible, Invisible; 25 - 26 -Edit Permissions (precondition: visibility permissions): Editable, Non-editable; 27 - 28 -Mandatory Permissions (precondition: edit permissions): Mandatory, Conditionally Mandatory, Not Mandatory; 29 - 30 -Field permissions only take effect in non-process forms; 31 - 32 -Additionally, conditionally visible and conditionally mandatory permissions take effect in both process and non-process forms. 33 -))) 34 -|(% rowspan="3" style="width:141px" %)Special Properties|(% rowspan="2" style="width:191px" %)Option|(% style="width:881px" %)Supports User-Defined Options 35 -|(% style="width:881px" %)Batch Edit + Add “Other” Option 36 -|(% style="width:191px" %)Search|(% style="width:881px" %)Switch (Default On) 16 +(% style="width:665px" %) 17 +|(% style="width:141px" %)控件属性|(% style="width:191px" %)设置项|(% style="width:330px" %)设置项说明 18 +|(% rowspan="6" style="width:141px" %)基础属性|(% style="width:191px" %)控件名称|(% style="width:330px" %)用于区分不同的控件 19 +|(% style="width:191px" %)显示控件名称|(% style="width:330px" %)用于控制在填单时是否显示控件名称 20 +|(% style="width:191px" %)控件宽度|(% style="width:330px" %)用于控制在填单时当前控件的显示宽度 21 +|(% style="width:191px" %)占位提示|(% style="width:330px" %)用于引导填写者填写内容 22 +|(% style="width:191px" %)帮助文字|(% style="width:330px" %)填单时出现问号悬浮可以显示帮助文字 23 +|(% style="width:191px" %)字段权限|(% style="width:330px" %)多选(可见、可编辑、必填、有条件必填) 24 +|(% rowspan="4" style="width:141px" %)特殊属性|(% rowspan="2" style="width:191px" %)选项内容|(% style="width:330px" %)支持用户自定义选项 25 +|(% style="width:330px" %)批量编辑+添加“其他”选项 26 +|(% style="width:191px" %)支持多选|(% style="width:330px" %)开关(默认关闭) 27 +|(% style="width:191px" %)支持搜索|(% style="width:330px" %)开关(默认开启)