Difference between revisions of "FieldNumberDecimal"

From TempusServa wiki
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…')
 
old>Ln.jeel
Line 1: Line 1:
"= Decimal =
= Decimal =
Numbers with decimal comma
Numbers with decimal comma


Line 35: Line 35:
* 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*$

Revision as of 14:04, 13 March 2013

Decimal

Numbers with decimal comma

Properties

  • Groupable: No
  • Show in lists: Yes
  • Searchable: Yes


User interface

Field in show mode

FieldNumberDecimal show.png

Field in edit mode

FieldNumberDecimal edit.png

User interface as displayed in picture


Configuration

FieldNumberDecimal BE.png

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*$