FieldSliderBarDecimal

From TempusServa wiki
Revision as of 00:45, 14 December 2013 by old>Admin (Created page with '= Decimal = Numbers with decimal comma Properties * Type: Basic * Groupable: No * Show in lists: Yes * Searchable: Yes == User interface == Fiel…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Decimal

Numbers with decimal comma

Properties

  • Type: Basic
  • 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*$