文档更改01 Single Line
由 liuqing01 于 2025/06/30 10:01 最后修改
摘要
细节
- 页面属性
-
- 标题
-
... ... @@ -1,1 +1,1 @@ 1 -01 单行输入1 +01 Single Line - 父
-
... ... @@ -1,1 +1,1 @@ 1 - Main.5\. 设计应用.5\.5 表单.5\.5\.4 基础控件.WebHome1 +Egret Cloud Operation manual.5\. 设计应用.5\.5 表单.5\.5\.4 基础控件.WebHome - 内容
-
... ... @@ -1,65 +1,76 @@ 1 -** 功能简介**1 +**Feature Overview** 2 2 3 - 表单的基础字段,能够在较多场景使用,可以查看或填写较短信息3 +The basic fields of a form can be used in many scenarios for viewing or entering short information. 4 4 5 -** 使用场景**5 +**Use Cases** 6 6 7 7 * ((( 8 - 单行文本可用于录入内容较短的文本类信息,如姓名、产品名称、公司名称、规格、型号等;8 +Single-line text can be used to enter short text information such as name, product name, company name, specifications, model, etc.; 9 9 ))) 10 10 * ((( 11 - 还可以用于录入不需要、不适合加减乘除计算的数字类信息,如手机号码、身份证号、员工编号、银行卡号、会员号等。11 +It can also be used to enter numerical information that does not require addition, subtraction, multiplication, or division calculations, such as mobile phone numbers, ID card numbers, employee numbers, bank card numbers, member numbers, etc. 12 12 ))) 13 13 14 -** 设置方式**14 +**Setting Method** 15 15 16 - **方式一:**直接点击基础字段中的单行文字,即可插入字段至表单中16 + Method 1: Click directly on the single-line text in the basic fields to insert the field into the form. 17 17 18 - **方式二**:通过拖拽的方式,拖拽「单行输入」控件至表单中,即可完成操作18 + Method 2: Drag and drop the ‘Single-line Input’ widget into the form to complete the operation. 19 19 20 - 注意事项20 + **Notes** 21 21 22 22 * ((( 23 - 单行文字中的内容不能超过255个字数,汉字、字母、标点符号和数字等都占一个字数23 +The content in a single-line text cannot exceed 255 characters, including Chinese characters, letters, punctuation marks, and numbers. 24 24 ))) 25 25 * ((( 26 - 使用「限制字数」功能时,只能填写0至300内的数字作为字数限制范围。当填入小数时,会向下取整。例如:输入4.5时,会作为4处理26 +When using the ‘Character Limit’ function, only numbers from 0 to 300 can be entered as the character limit range. When a decimal number is entered, it will be rounded down. For example: Entering 4.5 will be treated as 4. 27 27 ))) 28 28 * ((( 29 - 脱敏字段在全掩盖的情况下不支持搜索。但可以作为筛选字段,也可以参与计算,参与计算后的value不脱敏。在打印时,按照脱敏后的样式打印29 +Sensitive fields do not support search in full mask mode. However, they can be used as filter fields and can also participate in calculations. The value after participating in the calculation will not be desensitized. When printing, the desensitized style will be used. 30 30 ))) 31 31 32 -** 控件属性**32 +**Widget Properties** 33 33 34 34 35 35 (% style="width:724px" %) 36 -|(% style="width:149px" %) 控件属性|(% style="width:184px" %)设置项|(% style="width:388px" %)设置项说明37 -|(% rowspan="6" style="width:149px" %) 基础属性|(% style="width:184px" %)控件名称|(% style="width:388px" %)用于区分不同的控件38 -|(% style="width:184px" %) 显示控件名称|(% style="width:388px" %)用于控制在填单时是否显示控件名称39 -|(% style="width:184px" %) 控件宽度|(% style="width:388px" %)用于控制在填单时当前控件的显示宽度40 -|(% style="width:184px" %) 占位提示|(% style="width:388px" %)用于引导填写者填写内容41 -|(% style="width:184px" %) 帮助文字|(% style="width:388px" %)填单时出现问号悬浮可以显示帮助文字42 -|(% style="width:184px" %) 字段权限|(% style="width:388px" %)(((43 - 可见权限:可见、有条件可见、不可见;36 +|(% style="width:149px" %)**Widget Properties**|(% style="width:184px" %)**Settings Options**|(% style="width:388px" %)**Settings Options Description** 37 +|(% rowspan="6" style="width:149px" %)Basic Properties|(% style="width:184px" %)Name|(% style="width:388px" %)Used to distinguish different widgets. 38 +|(% style="width:184px" %)Display Name|(% style="width:388px" %)Used to control whether the widget name is displayed when filling out the form. 39 +|(% style="width:184px" %)Width|(% style="width:388px" %)Used to control the display width of the current widget when filling out the form. 40 +|(% style="width:184px" %)Placeholder|(% style="width:388px" %)Used to guide the filler in entering content. 41 +|(% style="width:184px" %)Help Text|(% style="width:388px" %)A question mark hover appears when filling out the form, which can display help text. 42 +|(% style="width:184px" %)Permissions|(% style="width:388px" %)((( 43 +Visibility Permissions: Visible, Conditionally Visible, Invisible; 44 44 45 - 编辑权限(前提是有可见权限):可编辑、不可编辑;45 +Edit Permissions (precondition: visibility permissions): Editable, Non-editable; 46 46 47 - 必填权限(前提是有编辑权限):必填、有条件必填、不必填;47 +Mandatory Permissions (precondition: edit permissions): Mandatory, Conditionally Mandatory, Not Mandatory; 48 48 49 - 字段权限仅在非流程表单中生效;49 +Field permissions only take effect in non-process forms; 50 50 51 - 另外有条件可见和有条件必填在流程表单和非流程表单中都生效;51 +Additionally, conditionally visible and conditionally mandatory permissions take effect in both process and non-process forms. 52 52 ))) 53 -|(% rowspan="9" style="width:149px" %)特殊属性|(% rowspan="2" style="width:184px" %)默认值|(% style="width:388px" %)自定义文本 54 -|(% style="width:388px" %)根据公式计算 55 -|(% style="width:184px" %)字数限制|(% style="width:388px" %)最小值-最大值 56 -|(% style="width:184px" %)字数统计|(% style="width:388px" %)单选框 57 -|(% style="width:184px" %)加密|(% style="width:388px" %)加密格式、加密位数 58 -|(% style="width:184px" %)前缀|(% style="width:388px" %)单行输入框 59 -|(% style="width:184px" %)后缀|(% style="width:388px" %)单行输入框 60 -|(% style="width:184px" %)前图标|(% style="width:388px" %)点击选择框 61 -|(% style="width:184px" %)后图标|(% style="width:388px" %)点击选择框 53 +|(% rowspan="10" style="width:149px" %)Special Properties|(% rowspan="2" style="width:184px" %)Default Value|(% style="width:388px" %)Custom Text 54 +|(% style="width:388px" %)Calculated According to Formula 55 +|(% style="width:184px" %)Validation|(% style="width:388px" %)((( 56 +None、Mobile Number、Email、ID number、Postal code、 62 62 58 + Customize regular expressions 59 + 60 +[[image:1745743463352-514.png]] 61 + 62 +Please note that the outermost layer of regular expressions cannot be wrapped with "\ \". 63 + 64 +Please fill in the expression name in a standardized manner. The client will use it to concatenate the format and check for any message that fails. For example, 'Please enter your phone number', the phone number is the expression name filled in here. 65 +))) 66 +|(% style="width:184px" %)Char Limit|(% style="width:388px" %)Minimum - Maximum 67 +|(% style="width:184px" %)Character Count|(% style="width:388px" %)Radio Button 68 +|(% style="width:184px" %)Encryption|(% style="width:388px" %)Encryption Format, Encryption Bits 69 +|(% style="width:184px" %)Prefix|(% style="width:388px" %)Single-line Input Box 70 +|(% style="width:184px" %)Suffix|(% style="width:388px" %)Single-line Input Box 71 +|(% style="width:184px" %)Prefix icon|(% style="width:388px" %)Click to Select Box 72 +|(% style="width:184px" %)Suffix icon|(% style="width:388px" %)Click to Select Box 73 + 63 63 ==== ==== 64 64 65 65
- 1745743463352-514.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.maym - 大小
-
... ... @@ -1,0 +1,1 @@ 1 +12.1 KB - 内容