Slider

Allows the user to select a single value from a date or number range by sliding a knob within a bounded interval. With the Range option, the user can indicate a range from within the bounded interval by sliding two knobs to indicate the lower and upper values for the range.

Public Variables (Properties)

[?]

Common Variables: Name, Visible, Breakpoint, Grid Width, Grid Height, Content Overflow, Container Style, Custom Classes, Style, Preloader, Component Bindings.

Vertical

Defines a vertical or horizontal orientation for the slider.

Variable Name:

vertical

Records:

1

Record Format:

Field Name

Field Type

Field Description

vertical

Boolean

When FALSE, the slider will be oriented horizontally. When TRUE the slider will be oriented vertically.

Reverse

Indicates the positioning of the minimum and maxim ends of the slider.

Variable Name:

reverse

Records:

1

Record Format:

Field Name

Field Type

Field Description

reverse

Boolean

  • FALSE: The minimum value of the slider will be the left (for horizontal sliders) or the bottom (for vertical sliders) and the maximum value will be on the right or top, depending on orientation

  • TRUE: The minimum slider value will be on the right or top (depending on slider orientation) and the maximum value will be on the left or bottom.

Range

Indicates whether the use will be able to select a single value, or indicate a maximum and minimum value within the range of the slider.

Variable Name:

range

Records:

1

Record Format:

Field Name

Field Type

Field Description

range

Boolean

  • FALSE: user will be able to select a single value

  • TRUE: user can select a minimum and maximum value on the slider.

Draggable Track

When the range property and the draggable track properties are both TRUE, the user can slide the entire selected range in addition to the maximum and minimum knobs.

Variable Name:

draggableTrack

Records:

1

Record Format:

Field Name

Field Type

Field Description

draggableTrack

Boolean

  • TRUE: User can slide the selected range, in addition to the knobs.

  • FALSE: User can only slide knobs.

Range Type

Indicates whether the possible selection values of the slider will be formatted as a number or a date.

Variable Name:

sliderType

Records:

1

Record Format:

Field Name

Field Type

Field Description

sliderType

Integer (indicated by selection values)

Allow users to indicate either numbers or dates using the slider.

Minimum

Minimum value for the slider when Range Type is Number.

Variable Name:

min

Records:

1

Record Format:

Field Name

Field Type

Field Description

min

Integer

Lower value for the slider.

Maximum

Maximum value for the slider when Range Type is Number.

Variable Name:

max

Records:

1

Record Format:

Field Name

Field Type

Field Description

max

Integer

Upper value for the slider.

Lower Value

The default lower value of the slider when the range property is set to TRUE and Range Type is Number.

Variable Name:

minValue

Records:

1

Record Format:

Field Name

Field Type

Field Description

minValue

Integer

Default lower value for a range type slider.

Upper Value

The default upper value of the slider when the range property is set to TRUE and Range Type is Number.

Variable Name:

maxValue

Records:

1

Record Format:

Field Name

Field Type

Field Description

maxValue

Integer

Default upper value for a range type slider.

Step

Increment size between ticks when Range Type is Number.

Variable Name:

step

Records:

1

Record Format:

Field Name

Field Type

Field Description

step

Integer

Slider step size.

Minimum Date

Minimum value for the slider when Range Type is Date.

Variable Name:

minDate

Records:

1

Record Format:

Field Name

Field Type

Field Description

minDate

Date

Lowest possible slider value.

Maximum Date

Maximum value for the slider when Range Type is Date.

Variable Name:

maxDate

Records:

1

Record Format:

Field Name

Field Type

Field Description

maxDate

Date

Highest possible slider value.

Lower Date

The default lower value of the slider when the range property is set to TRUE and Range Type is Date.

Variable Name:

minValueDate

Records:

1

Record Format:

Field Name

Field Type

Field Description

minValueDate

Date

Default lower range value.

Upper Date

The default upper value of the slider when the range property is set to TRUE and Range Type is Date.

Variable Name:

maxValueDate

Records:

1

Record Format:

Field Name

Field Type

Field Description

maxValueDate

Date

Default upper range value.

Step Date

Increment size between ticks when Range Type is Date and range is TRUE.

Variable Name:

stepDate

Records:

1

Record Format:

Field Name

Field Type

Field Description

stepDate

Long

Unit of time between increments on a range-type date slider

Date and Time Format

Indicate the display format of slider values when Range Type is Date.

Variable Name:

dateFormat

Records:

1

Record Format:

Field Name

Field Type

Field Description

dateFormat

String

Follows the same format as the Date Time Picker format property.

Public Events

[?]

Common Events: none

Was this page helpful?