Difference between revisions of "FieldSliderBarDecimal"
Jump to navigation
Jump to search
old>Admin |
old>Admin |
||
Line 29: | Line 29: | ||
Options: | Options: | ||
* [http://jqueryui.com/slider/] | * Making the slider display vertically | ||
** orientation: "vertical", | |||
* Using steps i the slider | |||
** step: 10, | |||
* JSON configuration notes: [http://jqueryui.com/slider/] | |||
== Developer info == | == Developer info == |
Revision as of 23:50, 13 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
Field in edit mode
User interface as displayed in picture
Configuration
Required:
- Minimal value
- Maximum value
Options:
- Making the slider display vertically
- orientation: "vertical",
- Using steps i the slider
- step: 10,
- JSON configuration notes: [1]
Developer info
- FeltTypeID: 911
- SQL datatype: decimal(20,6)
- Class name: FieldNumberDecimal
- Field is allowed in inline tables
- Pattern: ^(\d|-)?(\d|,)*\.?\d*$