Difference between revisions of "FieldSliderBarDecimal"

From TempusServa wiki
Jump to navigation Jump to search
old>Admin
(Created page with '= Decimal = Numbers with decimal comma Properties * Type: Basic * Groupable: No * Show in lists: Yes * Searchable: Yes == User interface == Fiel…')
 
old>Admin
Line 1: Line 1:
= Decimal =
= Decimal =
Numbers with decimal comma
Numbers with decimal comma using a sliderbar for input


Properties
Properties
Line 16: Line 16:
Field in edit mode
Field in edit mode


[[File:FieldNumberDecimal_edit.png]]
[[File:FieldSliderBarDecimal_edit.png]]


User interface as displayed in picture
User interface as displayed in picture
Line 22: Line 22:


== Configuration ==
== Configuration ==
[[File:FieldNumberDecimal_BE.png]]
[[File:FieldSliderBarDecimal_BE.png]]


Required:
Required:
* ''As shown above''
* Minimal value
* Maximum value


Options:
Options:
* ''As shown above''
* [http://jqueryui.com/slider/]




== Developer info ==
== Developer info ==
* FeltTypeID: 11
* FeltTypeID: 911
* SQL datatype: decimal(20,6)
* SQL datatype: decimal(20,6)
* 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 00:47, 14 December 2013

Decimal

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