Class: ojSlider

Oracle® JavaScript Extension Toolkit (JET)
1.1.2

E65297-01

oj. ojSlider extends oj.editableValue

Version:
  • 1.1.2

Touch Information

Target Gesture Action
Slider Bar Tap Reposition the thumb.
Slider Thumb Swipe Reposition the thumb.

Keyboard Information

The JET slider supports keyboard actions for thumb movement:

Key Use
Tab Places focus on the slider component.
RightArrow Scrolls right on a horizontal slider, scrolls up on a vertical slider.
LeftArrow Scrolls left on a horizontal slider, scrolls down on a vertical slider.
UpArrow Scrolls right on a horizontal slider, scrolls up on a vertical slider.
DownArrow Scrolls left on a horizontal slider, scrolls down on a vertical slider.
PageUp Scrolls one page right on a horizontal slider, scrolls one page up on a vertical slider.
A page is defined as 20% of the range of the slider.
PageDown Scrolls one page left on a horizontal slider, scrolls one page down on a vertical slider.
End Scrolls to the right end on a horizontal slider, scrolls to the bottom on a vertical slider.
Home Scrolls to the left end on a horizontal slider, scrolls to the top on a vertical slider.