Difference between revisions of "FieldNumberDecimal"

From TS NoCode 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…')
(No difference)

Revision as of 14:01, 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*$"