Wiki源代码04 Number

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

显示最后作者
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 **Widget Properties**
14
15 (% style="width:1235px" %)
16 |(% 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**
17 |(% colspan="1" rowspan="6" style="width:181px" %)Basic Properties|Name|(% style="width:889px" %)Used to distinguish different widgets.
18 |Display Name|(% style="width:889px" %)Used to control whether the widget name is displayed when filling out the form.
19 |Width|(% style="width:889px" %)Used to control the display width of the current widget when filling out the form.
20 |Placeholder|(% style="width:889px" %)Used to guide the filler in entering content.
21 |Help Text|(% style="width:889px" %)A question mark hover appears when filling out the form, which can display help text.
22 |Permissions|(% style="width:889px" %)(((
23 Visibility Permissions: Visible, Conditionally Visible, Invisible;
24
25 Edit Permissions (precondition: visibility permissions): Editable, Non-editable;
26
27 Mandatory Permissions (precondition: edit permissions): Mandatory, Conditionally Mandatory, Not Mandatory;
28
29 Field permissions only take effect in non-process forms;
30
31 Additionally, conditionally visible and conditionally mandatory permissions take effect in both process and non-process forms.
32 )))
33 |(% colspan="1" rowspan="8" style="width:181px" %)Special Properties|(% colspan="1" rowspan="1" style="width:161px" %)Default|(% colspan="1" rowspan="1" style="width:889px" %)Numeric Input Box, Supports Negative Numbers. No Default Value if Not Entered.
34 |(% colspan="1" style="width:161px" %) |(% colspan="1" style="width:889px" %)Calculated According to Formula
35 |(% colspan="1" rowspan="1" style="width:161px" %)(((
36 小数位数
37 )))|(% colspan="1" rowspan="1" style="width:889px" %)(((
38 计数器,最小为 0,最大为 6
39 )))
40 |(% colspan="1" rowspan="1" style="width:161px" %)(((
41 取整方式
42 )))|(% colspan="1" rowspan="1" style="width:889px" %)(((
43 下拉选择(向下取整、四舍五入、向上取整)
44 )))
45 |(% colspan="1" rowspan="1" style="width:161px" %)(((
46 数值范围
47 )))|(% colspan="1" rowspan="1" style="width:889px" %)(((
48 支持配置固定数值区间,也支持配置根据其他数值控件值的动态数值区间
49 )))
50 |(% colspan="1" rowspan="1" style="width:161px" %)(((
51 显示格式
52 )))|(% colspan="1" rowspan="1" style="width:889px" %)(((
53 单选框(显示千分位)、百分比(仅显示时进行百分比升位,按控件精度保存)
54 )))
55 |(% colspan="1" rowspan="1" style="width:161px" %)(((
56 前缀
57 )))|(% colspan="1" rowspan="1" style="width:889px" %)(((
58 显示在数值前面
59 )))
60 |(% colspan="1" rowspan="1" style="width:161px" %)(((
61 后缀
62 )))|(% colspan="1" rowspan="1" style="width:889px" %)(((
63 显示在数值后面
64 )))