Wiki源代码04 Number

由用户 yufei li 在 2025/02/28 05:36 保存的版本 7.6

显示最后作者
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:181px" %)**Widget Properties**|(% colspan="1" rowspan="1" style="width:161px" %)**Settings Options**|(% colspan="1" rowspan="1" style="width:889px" %)**Settings Options Description**
18 |(% colspan="1" rowspan="6" style="width:181px" %)Basic Properties|Name|(% style="width:889px" %)Used to distinguish different widgets.
19 |Display Name|(% style="width:889px" %)Used to control whether the widget name is displayed when filling out the form.
20 |Width|(% style="width:889px" %)Used to control the display width of the current widget when filling out the form.
21 |Placeholder|(% style="width:889px" %)Used to guide the filler in entering content.
22 |Help Text|(% style="width:889px" %)A question mark hover appears when filling out the form, which can display help text.
23 |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="8" style="width:181px" %)Special Properties|(% colspan="1" rowspan="2" style="width:161px" %)Default|(% 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" %)Calculated According to Formula
36 |(% colspan="1" rowspan="1" style="width:161px" %)Decimal Places|(% colspan="1" rowspan="1" style="width:889px" %)Counter, Minimum: 0, Maximum: 6
37 |(% colspan="1" rowspan="1" style="width:161px" %)Rounding Method|(% colspan="1" rowspan="1" style="width:889px" %)Drop-down Selection (Floor, Round, Ceiling)
38 |(% colspan="1" rowspan="1" style="width:161px" %)Numeric Range|(% colspan="1" rowspan="1" style="width:889px" %)(((
39 Supports configuring both fixed numeric ranges and dynamic numeric ranges based on the values of other numeric widgets.
40 )))
41 |(% colspan="1" rowspan="1" style="width:161px" %)Display Format|(% colspan="1" rowspan="1" style="width:889px" %)(((
42 Radio Button (Display Thousandths), Percentage (Only perform percentage scaling during display, save according to widget precision)
43 )))
44 |(% colspan="1" rowspan="1" style="width:161px" %)Prefix|(% colspan="1" rowspan="1" style="width:889px" %)Displayed Before the Numeric Value
45 |(% colspan="1" rowspan="1" style="width:161px" %)Suffix|(% colspan="1" rowspan="1" style="width:889px" %)(((
46 Displayed After the Numeric Value
47 )))