... |
... |
@@ -1,35 +1,35 @@ |
1 |
|
-**Feature Overview** |
|
1 |
+**功能简介** |
2 |
2 |
|
3 |
|
-The Switch widget is used for setting a binary state toggle, such as enabling or disabling. |
|
3 |
+开关控件用于设置二选一的状态切换,例如启用或禁用。 |
4 |
4 |
|
5 |
|
-**Use Cases** |
|
5 |
+**使用场景** |
6 |
6 |
|
7 |
|
-It is suitable for scenarios like setting whether to enable a feature or to activate/deactivate a configuration. |
|
7 |
+适合用于设置是否开启某项功能,或者启用/禁用某个配置。 |
8 |
8 |
|
9 |
|
-**Setting Method** |
|
9 |
+**设置方式** |
10 |
10 |
|
11 |
|
-Click on the Switch widget in the basic fields or drag and drop the Switch widget onto the canvas to complete the addition. |
|
11 |
+点击基础字段中的开关控件 或者 拖拽开关控件到画布中,即可完成添加。 |
12 |
12 |
|
|
13 |
+**控件属性** |
13 |
13 |
|
14 |
|
-**Widget Properties** |
15 |
15 |
|
16 |
|
-(% style="width:1207px" %) |
17 |
|
-|**Widget Properties**|**Settings Options**|(% style="width:873px" %)**Settings Options Description** |
18 |
|
-|(% rowspan="5" style="width:149px" %)Basic Properties|Name|(% style="width:873px" %)Used to distinguish different widgets. |
19 |
|
-|Display Name|(% style="width:873px" %)Used to control whether the widget name is displayed when filling out the form. |
20 |
|
-|Width|(% style="width:873px" %)Used to control the display width of the current widget when filling out the form. |
21 |
|
-|Help Text|(% style="width:873px" %)A question mark hover appears when filling out the form, which can display help text. |
22 |
|
-|Permissions|(% style="width:873px" %)((( |
23 |
|
-Visibility Permissions: Visible, Conditionally Visible, Invisible; |
|
16 |
+(% style="width:676px" %) |
|
17 |
+|(% style="width:149px" %)控件属性|(% style="width:180px" %)设置项|(% style="width:343px" %)设置项说明 |
|
18 |
+|(% rowspan="5" style="width:149px" %)基础属性|(% style="width:180px" %)控件名称|(% style="width:343px" %)用于区分不同的控件 |
|
19 |
+|(% style="width:180px" %)显示控件名称|(% style="width:343px" %)用于控制在填单时是否显示控件名称 |
|
20 |
+|(% style="width:180px" %)控件宽度|(% style="width:343px" %)用于控制在填单时当前控件的显示宽度 |
|
21 |
+|(% style="width:180px" %)帮助文字|(% style="width:343px" %)填单时出现问号悬浮可以显示帮助文字 |
|
22 |
+|(% style="width:180px" %)字段权限|(% style="width:343px" %)((( |
|
23 |
+可见权限:可见、有条件可见、不可见; |
24 |
24 |
|
25 |
|
-Edit Permissions (precondition: visibility permissions): Editable, Non-editable; |
|
25 |
+编辑权限(前提是有可见权限):可编辑、不可编辑; |
26 |
26 |
|
27 |
|
-Mandatory Permissions (precondition: edit permissions): Mandatory, Conditionally Mandatory, Not Mandatory; |
|
27 |
+必填权限(前提是有编辑权限):必填、有条件必填、不必填; |
28 |
28 |
|
29 |
|
-Field permissions only take effect in non-process forms; |
|
29 |
+字段权限仅在非流程表单中生效; |
30 |
30 |
|
31 |
|
-Additionally, conditionally visible and conditionally mandatory permissions take effect in both process and non-process forms. |
|
31 |
+另外有条件可见和有条件必填在流程表单和非流程表单中都生效; |
32 |
32 |
))) |
33 |
|
-|(% rowspan="3" style="width:149px" %)Special Properties|(% style="width:180px" %)Default|(% style="width:873px" %)Tabs |
34 |
|
-|(% style="width:180px" %)Enable text|(% style="width:873px" %)Used to allow users to define the text displayed when the switch is turned on; this field is not required. |
35 |
|
-|(% style="width:180px" %)Disable text|(% style="width:873px" %)Used to allow users to define the text displayed when the switch is turned off; this field is not required. |
|
33 |
+|(% rowspan="3" style="width:149px" %)特殊属性|(% style="width:180px" %)默认值|(% style="width:343px" %)选项卡 |
|
34 |
+|(% style="width:180px" %)开启时文案|(% style="width:343px" %)用于让用户定义开关开启时,显示的文案,非必填 |
|
35 |
+|(% style="width:180px" %)关闭时文案|(% style="width:343px" %)用于让用户定义开关关闭时,显示的文案,非必填 |