文档更改03 Rich Text
由 yufei li 于 2025/02/28 03:41 最后修改
摘要
-
页面属性 (3 修改, 0 新增, 0 删除)
细节
- 页面属性
-
- 标题
-
... ... @@ -1,1 +1,1 @@ 1 -03 富文本1 +03 Rich Text - 父
-
... ... @@ -1,1 +1,1 @@ 1 - Main.5\. 设计应用.5\.5 表单.5\.5\.4 基础控件.5\.5\.4\.2 多行输入.WebHome1 +Egret Cloud Operation manual.5\. 设计应用.5\.5 表单.5\.5\.4 基础控件.WebHome - 内容
-
... ... @@ -1,25 +1,35 @@ 1 -** 功能简介**1 +**Feature Overview** 2 2 3 - 富文本控件支持格式化文本输入,用户可以通过此控件输入带有格式的文本,如加粗、斜体、列表、链接等。3 +The Rich Text widget supports formatted text input, allowing users to enter text with formatting such as bold, italic, lists, links, etc. 4 4 5 -** 使用场景**5 +**Use Cases** 6 6 7 - 例如内容编辑、描述性文档或合同条款等场景需要使用富文本控件。7 +It is suitable for scenarios like content editing, descriptive documents, or contract terms where rich text formatting is required. 8 8 9 -** 设置方式**9 +**Setting Method** 10 10 11 - 点击基础字段中的富文本控件或者拖拽富文本控件到画布中,即可完成添加。11 +Click on the Rich Text widget in the basic fields or drag and drop the Rich Text widget onto the canvas to complete the addition. 12 12 13 -**控件属性** 14 14 14 +**Widget Properties** 15 15 16 -(% style="width:720px" %) 17 -|(% style="width:128px" %)控件属性|(% style="width:205px" %)设置项|(% style="width:384px" %)设置项说明 18 -|(% rowspan="6" style="width:128px" %)基础属性|(% style="width:205px" %)控件名称|(% style="width:384px" %)用于区分不同的控件 19 -|(% style="width:205px" %)显示控件名称|(% style="width:384px" %)用于控制在填单时是否显示控件名称 20 -|(% style="width:205px" %)控件宽度|(% style="width:384px" %)用于控制在填单时当前控件的显示宽度 21 -|(% style="width:205px" %)占位提示|(% style="width:384px" %)用于引导填写者填写内容 22 -|(% style="width:205px" %)帮助文字|(% style="width:384px" %)填单时出现问号悬浮可以显示帮助文字 23 -|(% style="width:205px" %)字段权限|(% style="width:384px" %)多选(可见、可编辑、必填、有条件必填) 24 -|(% rowspan="2" style="width:128px" %)特殊属性|(% style="width:205px" %)默认内容|(% style="width:384px" %)多行输入框,默认值:请输入 25 -|(% style="width:205px" %)默认高度|(% style="width:384px" %)单行输入框, 16 +(% style="width:1105px" %) 17 +|(% style="width:170px" %)**Widget Properties**|(% style="width:167px" %)**Settings Options**|(% style="width:764px" %)**Settings Options Description** 18 +|(% rowspan="6" style="width:170px" %)Basic Properties|Name|Used to distinguish different widgets. 19 +|Display Name|Used to control whether the widget name is displayed when filling out the form. 20 +|Width|Used to control the display width of the current widget when filling out the form. 21 +|Placeholder|Used to guide the filler in entering content. 22 +|Help Text|A question mark hover appears when filling out the form, which can display help text. 23 +|Permissions|((( 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="2" style="width:170px" %)Special Properties|(% style="width:167px" %)Default Value|(% style="width:764px" %)Multiline Input Box, Default Value: Please enter 35 +|Default Height|Single-line Input Box, Unit: px