New to Kendo UI for Angular? Start a free 30-day trial

Keyboard Navigation

The keyboard navigation of the ColorGradient is always available.

The ColorGradient supports the following keyboard shortcuts when the wrapper is focused:

SHORTCUTDESCRIPTION
EnterActivates the internal ColorGradient navigation.
TabNavigates to the next focusable element on the page.
Shift + TabNavigates to the previous focusable element on the page.

The ColorGradient internal navigation supports the following keyboard shortcuts*:

SHORTCUTDESCRIPTION
EscMoves focus back to wrapper element. Deactivates the internal ColorGradient navigation.
TabNavigates to the next focusable element in the ColorGradient. If the focus is on the last element, focuses the first focusable item in the component.
Shift + TabNavigates to the previous focusable element in the ColorGradient. If the focus is on the first element, focuses the last focusable item in the component.
EnterExecutes the action, associated with the focused button.

* All inner components within the ColorGradient follow their own keyboard navigation behavior when focused.

The ColorGradient two-dimensional HSV-gradient Slider draghandle supports the following keyboard shortcuts

SHORTCUTDESCRIPTION
Arrow UpMoves the slider up by large step.
Arrow DownMoves the slider down by large step.
Arrow LeftMoves the slider left by large step.
Arrow RightMoves the slider right by large step.
Shift + Arrow UpMoves slider up by small step.
Shift + Arrow DownMoves slider down by small step.
Shift + Arrow LeftMoves slider left by small step.
Shift + Arrow RightMoves slider right by small step.

The following example demonstrates the ColorGradient keyboard navigation.

Example
View Source
Change Theme:

In this article

Not finding the help you need?