Difference between revisions of "FieldSliderBarDecimal"

From TempusServa wiki
Jump to navigation Jump to search
old>Admin
old>Admin
Line 1: Line 1:
= Decimal =
= Sliderbar =
Numbers with decimal comma using a sliderbar for input
Numbers with decimal comma using a sliderbar for input



Revision as of 00:48, 14 December 2013

Sliderbar

Numbers with decimal comma using a sliderbar for input

Properties

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


User interface

Field in show mode

FieldNumberDecimal show.png

Field in edit mode

FieldSliderBarDecimal edit.png

User interface as displayed in picture


Configuration

FieldSliderBarDecimal BE.png

Required:

  • Minimal value
  • Maximum value

Options:


Developer info

  • FeltTypeID: 911
  • SQL datatype: decimal(20,6)
  • Class name: FieldNumberDecimal
  • Field is allowed in inline tables
  • Pattern: ^(\d|-)?(\d|,)*\.?\d*$