Slider
Last updated
Last updated
Slider field renders a standard jQuery UI Slider with a readonly input.
This will produce the following
The values
key specifies 3 parameters: min
, max
and step
. If any (or all) keys are missing, but the values
key is provided, they will default to the following
Name
Type
Description
type
string
slider
(required)
id
string
Unique ID that will be used to retrieve the value (required)
values
array
tab
string
Specifies in which tab this option will be rendered
title
string
Shows a heading to the left of the field
desc
string
Shows a description text (can have HTML)
Array containing min
, max
and step
keys. See above for more. (required)