Wiki源代码04 Number

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

隐藏最后作者
yufei li 7.3 1 **Feature Overview**
yufei li 1.1 2
yufei li 7.3 3 The Number Input widget is designed for entering only numeric values. The entered numbers can be used for calculations, statistics, and summaries.
yufei li 1.1 4
yufei li 7.3 5 **Use Cases**
yufei li 1.1 6
yufei li 7.3 7 It is suitable for scenarios where more text is required, such as entering notes, detailed addresses, comments, etc.
yufei li 1.1 8
yufei li 7.3 9 **Setting Method**
yufei li 1.1 10
yufei li 7.3 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.
yufei li 1.1 12
yufei li 7.6 13
yufei li 7.3 14 **Widget Properties**
yufei li 1.1 15
yufei li 7.3 16 (% style="width:1235px" %)
maym 8.1 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" %)(((
yufei li 7.3 24 Visibility Permissions: Visible, Conditionally Visible, Invisible;
maym 7.1 25
yufei li 7.3 26 Edit Permissions (precondition: visibility permissions): Editable, Non-editable;
maym 7.1 27
yufei li 7.3 28 Mandatory Permissions (precondition: edit permissions): Mandatory, Conditionally Mandatory, Not Mandatory;
maym 7.1 29
yufei li 7.3 30 Field permissions only take effect in non-process forms;
maym 7.1 31
yufei li 7.3 32 Additionally, conditionally visible and conditionally mandatory permissions take effect in both process and non-process forms.
maym 7.1 33 )))
maym 8.1 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
maym 8.2 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 )))
maym 8.1 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" %)(((
yufei li 7.6 44 Supports configuring both fixed numeric ranges and dynamic numeric ranges based on the values of other numeric widgets.
yufei li 1.1 45 )))
maym 8.1 46 |(% colspan="1" rowspan="1" style="width:160px" %)Display Format|(% colspan="1" rowspan="1" style="width:889px" %)(((
yufei li 7.6 47 Radio Button (Display Thousandths), Percentage (Only perform percentage scaling during display, save according to widget precision)
yufei li 1.1 48 )))
maym 8.1 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" %)(((
yufei li 7.6 51 Displayed After the Numeric Value
yufei li 1.1 52 )))