Number Data
Description
Allows editing of numbers in either a text box or a list item.
Parameters
Name | Required | Migratable to Cloud? | Default Value | Description |
---|---|---|---|---|
[default] / name (Field Name) |
|
|
| The name of the number data field. Must be unique. |
required |
|
| false | If |
decimal (Allow decimal values) |
|
| false | If Warning: Only use if necessary. Decimals are by their nature imprecise, and may occasionally result in some arithmetic errors with some numbers. The minValue and maxValue parameters cannot be expected to be precise if used as lower and upper limits. |
minValue |
|
|
| The minimum value the number may be (inclusive). |
maxValue |
|
|
| The maximum value the number may be (inclusive). |
format (Display Format) |
|
|
| The format the number should be output in when not being edited. See java.text.DecimalFormat for details. |
width |
|
|
| The width of the field. e.g. "100%" or "250px". Note: Only applies for forms mode. |
Editor View
Macro Edit View
Not applicable.
Notes
Not applicable.