Wiki源代码04 Number

maym 于 2025/06/26 06:46 最后修改

显示最后作者
1 **Feature Overview**
2
3 The Number Input widget is designed for entering only numeric values. The entered numbers can be used for calculations, statistics, and summaries.
4
5 **Use Cases**
6
7 It is suitable for scenarios where more text is required, such as entering notes, detailed addresses, comments, etc.
8
9 **Setting Method**
10
11 Click on the Multiline Input widget in the basic fields or drag and drop the Multiline Input widget onto the canvas to complete the addition.
12
13
14 **Widget Properties**
15
16 (% style="width:1235px" %)
17 |(% colspan="1" rowspan="1" style="width:182px" %)**Widget Properties**|(% colspan="1" rowspan="1" style="width:160px" %)**Settings Options**|(% colspan="1" rowspan="1" style="width:889px" %)**Settings Options Description**
18 |(% colspan="1" rowspan="6" style="width:182px" %)Basic Properties|(% style="width:160px" %)Name|(% style="width:889px" %)Used to distinguish different widgets.
19 |(% style="width:160px" %)Display Name|(% style="width:889px" %)Used to control whether the widget name is displayed when filling out the form.
20 |(% style="width:160px" %)Width|(% style="width:889px" %)Used to control the display width of the current widget when filling out the form.
21 |(% style="width:160px" %)Placeholder|(% style="width:889px" %)Used to guide the filler in entering content.
22 |(% style="width:160px" %)Help Text|(% style="width:889px" %)A question mark hover appears when filling out the form, which can display help text.
23 |(% style="width:160px" %)Permissions|(% style="width:889px" %)(((
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 |(% colspan="1" rowspan="9" style="width:182px" %)Special Properties|(% colspan="1" rowspan="2" style="width:160px" %)Default Value(assigned only when the control is loaded for the first time)|(% colspan="1" rowspan="1" style="width:889px" %)Numeric Input Box, Supports Negative Numbers. No Default Value if Not Entered.
35 |(% colspan="1" style="width:889px" %)Obtain default values through formula calculation
36 |(% colspan="1" style="width:160px" %)Formula value|(% colspan="1" style="width:889px" %)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
37 |(% colspan="1" rowspan="1" style="width:160px" %)Decimal Places|(% colspan="1" rowspan="1" style="width:889px" %)(((
38 Counter, Minimum: 0, Maximum: 10;
39
40 Support not setting decimal places. At this time, when the client is running, it supports outputting and inputting numbers from 0.00000000000001 to 999999999999
41 )))
42 |(% colspan="1" rowspan="1" style="width:160px" %)Rounding Method|(% colspan="1" rowspan="1" style="width:889px" %)Drop-down Selection (Floor, Round, Ceiling)
43 |(% colspan="1" rowspan="1" style="width:160px" %)Numeric Range|(% colspan="1" rowspan="1" style="width:889px" %)(((
44 Supports configuring both fixed numeric ranges and dynamic numeric ranges based on the values of other numeric widgets.
45 )))
46 |(% colspan="1" rowspan="1" style="width:160px" %)Display Format|(% colspan="1" rowspan="1" style="width:889px" %)(((
47 Radio Button (Display Thousandths), Percentage (Only perform percentage scaling during display, save according to widget precision)
48 )))
49 |(% colspan="1" rowspan="1" style="width:160px" %)Prefix|(% colspan="1" rowspan="1" style="width:889px" %)Displayed Before the Numeric Value
50 |(% colspan="1" rowspan="1" style="width:160px" %)Suffix|(% colspan="1" rowspan="1" style="width:889px" %)(((
51 Displayed After the Numeric Value
52 )))