Difference between revisions of "FieldNumberDecimal"
Jump to navigation
Jump to search
old>Ln.jeel (Created page with '"= Decimal = Numbers with decimal comma Properties * Groupable: No * Show in lists: Yes * Searchable: Yes == User interface == Field in show mode [[File:FieldNumberDecimal_sh…') |
m (3 revisions imported) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
= Decimal = | |||
Numbers with decimal comma | Numbers with decimal comma | ||
Properties | Properties | ||
* Type: [[Field type reference#Basic|Basic]] | |||
* Groupable: No | * Groupable: No | ||
* Show in lists: Yes | * Show in lists: Yes | ||
Line 35: | Line 36: | ||
* Class name: FieldNumberDecimal | * Class name: FieldNumberDecimal | ||
* Field is allowed in inline tables | * Field is allowed in inline tables | ||
* Pattern: ^(\d|-)?(\d|,)*\.?\d*$ | * Pattern: ^(\d|-)?(\d|,)*\.?\d*$ |
Latest revision as of 11:52, 10 December 2021
Decimal
Numbers with decimal comma
Properties
- Type: Basic
- Groupable: No
- Show in lists: Yes
- Searchable: Yes
User interface
Field in show mode
Field in edit mode
User interface as displayed in picture
Configuration
Required:
- As shown above
Options:
- As shown above
Developer info
- FeltTypeID: 11
- SQL datatype: decimal(20,6)
- Class name: FieldNumberDecimal
- Field is allowed in inline tables
- Pattern: ^(\d|-)?(\d|,)*\.?\d*$