Wiki源代码01 Single Line

liuqing01 于 2025/06/30 10:01 最后修改

隐藏最后作者
yufei li 9.3 1 **Feature Overview**
yufei li 1.1 2
yufei li 9.3 3 The basic fields of a form can be used in many scenarios for viewing or entering short information.
yufei li 1.1 4
yufei li 9.3 5 **Use Cases**
yufei li 1.1 6
7 * (((
yufei li 9.3 8 Single-line text can be used to enter short text information such as name, product name, company name, specifications, model, etc.;
yufei li 1.1 9 )))
10 * (((
yufei li 9.3 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.
yufei li 1.1 12 )))
13
yufei li 9.3 14 **Setting Method**
yufei li 1.1 15
yufei li 9.3 16 Method 1: Click directly on the single-line text in the basic fields to insert the field into the form.
yufei li 1.1 17
yufei li 9.3 18 Method 2: Drag and drop the ‘Single-line Input’ widget into the form to complete the operation.
yufei li 1.1 19
yufei li 9.3 20 **Notes**
yufei li 1.1 21
22 * (((
yufei li 9.3 23 The content in a single-line text cannot exceed 255 characters, including Chinese characters, letters, punctuation marks, and numbers.
yufei li 1.1 24 )))
25 * (((
yufei li 9.3 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.
yufei li 1.1 27 )))
28 * (((
yufei li 9.3 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.
yufei li 1.1 30 )))
31
yufei li 9.3 32 **Widget Properties**
yufei li 1.1 33
34
liuqing01 12.1 35 (% style="width:1107px" %)
36 |(% style="width:149px" %)**Widget Properties**|(% style="width:184px" %)**Settings Options**|(% style="width:770px" %)**Settings Options Description**
37 |(% rowspan="6" style="width:149px" %)Basic Properties|(% style="width:184px" %)Name|(% style="width:770px" %)Used to distinguish different widgets.
38 |(% style="width:184px" %)Display Name|(% style="width:770px" %)Used to control whether the widget name is displayed when filling out the form.
39 |(% style="width:184px" %)Width|(% style="width:770px" %)Used to control the display width of the current widget when filling out the form.
40 |(% style="width:184px" %)Placeholder|(% style="width:770px" %)Used to guide the filler in entering content.
41 |(% style="width:184px" %)Help Text|(% style="width:770px" %)A question mark hover appears when filling out the form, which can display help text.
42 |(% style="width:184px" %)Permissions|(% style="width:770px" %)(((
yufei li 9.3 43 Visibility Permissions: Visible, Conditionally Visible, Invisible;
maym 9.1 44
yufei li 9.3 45 Edit Permissions (precondition: visibility permissions): Editable, Non-editable;
maym 9.1 46
yufei li 9.3 47 Mandatory Permissions (precondition: edit permissions): Mandatory, Conditionally Mandatory, Not Mandatory;
maym 9.1 48
yufei li 9.3 49 Field permissions only take effect in non-process forms;
maym 9.1 50
yufei li 9.3 51 Additionally, conditionally visible and conditionally mandatory permissions take effect in both process and non-process forms.
maym 9.1 52 )))
liuqing01 12.1 53 |(% rowspan="11" style="width:149px" %)Special Properties|(% rowspan="2" style="width:184px" %)Default Value(assigned only when the control is loaded for the first time)|(% style="width:770px" %)Custom Text
54 |(% style="width:770px" %)Obtain default values through formula calculation
55 |(% style="width:184px" %)Formula value|(% style="width:770px" %)(((
56 Dynamically obtain the result calculated by the formula when the value of the control used in the formula changes, and obtain the default value based on the formula calculation
57
liuqing01 13.1 58 [[image:1751277662545-887.png]]
liuqing01 12.1 59 )))
60 |(% style="width:184px" %)Validation|(% style="width:770px" %)(((
maym 9.4 61 None、Mobile Number、Email、ID number、Postal code、
62
maym 10.1 63 Customize regular expressions
maym 9.4 64
maym 10.1 65 [[image:1745743463352-514.png]]
maym 9.4 66
maym 10.1 67 Please note that the outermost layer of regular expressions cannot be wrapped with "\ \".
maym 9.4 68
maym 10.1 69 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.
yufei li 9.3 70 )))
liuqing01 12.1 71 |(% style="width:184px" %)Char Limit|(% style="width:770px" %)Minimum - Maximum
72 |(% style="width:184px" %)Character Count|(% style="width:770px" %)Radio Button
73 |(% style="width:184px" %)Encryption|(% style="width:770px" %)Encryption Format, Encryption Bits
74 |(% style="width:184px" %)Prefix|(% style="width:770px" %)Single-line Input Box
75 |(% style="width:184px" %)Suffix|(% style="width:770px" %)Single-line Input Box
76 |(% style="width:184px" %)Prefix icon|(% style="width:770px" %)Click to Select Box
77 |(% style="width:184px" %)Suffix icon|(% style="width:770px" %)Click to Select Box
yufei li 1.1 78
79 ==== ====