You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/accessibility/keyboard-support.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ Keyboard support in Kendo UI maps access-key combinations and ensures that users
24
24
25
25
Besides the `accesskey` attribute support, most Kendo UI components also offer a series of keyboard controls for interacting with them. The specific keyboard shortcuts supported by each component are provided in the following keyboard examples.
Copy file name to clipboardExpand all lines: docs/api/javascript/ui/treelist.md
+61Lines changed: 61 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5903,6 +5903,67 @@ The name of the toolbar command. Can be either a built-in ("create", "excel", or
5903
5903
});
5904
5904
</script>
5905
5905
5906
+
5907
+
### toolbar.template `String|Function`
5908
+
5909
+
The [template](/api/javascript/kendo/methods/template) which renders the command. By default renders a button. Uses the template for a ToolBar item [toolbar.items.template](/api/javascript/ui/toolbar/configuration/items.template)
The text that is displayed by the command button. If not set, the TreeList will use the [`name`](/api/javascript/ui/treelist#configuration-toolbar.name)` option as the button text instead.
description: "Get started with the jQuery AIPrompt by Kendo UI and learn about the accessibility support it provides through its keyboard navigation functionality."
5
+
slug: keynav_aiprompt_jquery
6
+
position: 2
7
+
---
8
+
9
+
# Keyboard Navigation
10
+
11
+
The keyboard navigation of the AIPrompt is always available.
12
+
13
+
Kendo UI AIPrompt supports the following keyboard shortcuts:
14
+
15
+
| SHORTCUT | DESCRIPTION |
16
+
|:--- |:--- |
17
+
|`Enter`/`Space`| When the toolbar is focused, selects the focused view. When a panel item is focused, expands or collapses the item. When a button is focused, triggers the click event.|
18
+
|`Tab`| Navigates to the next structure element of the AIPrompt—either the header, the content, or the footer element.|
19
+
|`Shift`+`Tab`| Navigates to the previous structure element of the AIPrompt—either the header, the content, or the footer element.|
20
+
|`Up/Down Arrows`| Navigates to the next/previous item when a panel is focused.|
21
+
|`Right/Left Arrows`| Navigates to the next/previous view button when the toolbar is focused.|
22
+
23
+
For a complete example, refer to the [demo on keyboard navigation of the AIPrompt](https://demos.telerik.com/kendo-ui/aiprompt/keyboard-navigation).
24
+
25
+
## See Also
26
+
27
+
*[Keyboard Navigation by the AIPrompt (Demo)](https://demos.telerik.com/kendo-ui/aiprompt/keyboard-navigation)
28
+
*[Keyboard Support in Kendo UI for jQuery]({% slug keyboard_shortcuts_accessibility_support %})
29
+
*[Accessibility in the AIPrompt]({% slug accessibility_kendoui_aiprompt_component %})
description: "Get started with the jQuery AIPrompt and learn about its accessibility support for WAI-ARIA, Section 508, and WCAG 2.2."
5
+
slug: accessibility_kendoui_aiprompt_component
6
+
position: 1
7
+
---
8
+
9
+
# AIPrompt Accessibility
10
+
11
+
The AIPrompt is accessible by screen readers and provides WAI-ARIA, Section 508, WCAG 2.2, and keyboard support.
12
+
13
+
For more information, refer to:
14
+
*[Keyboard navigation by the Kendo UI AIPrompt]({% slug keynav_aiprompt_jquery %})
15
+
*[Accessibility in Kendo UI for jQuery]({% slug overview_accessibility_support_kendoui %})
16
+
17
+
## WAI-ARIA
18
+
19
+
The component follows the WAI-ARIA Authoring Practices for implementing the keyboard navigation for its component role and is tested against the popular screen readers. For more information, refer to the article on [WAI-ARIA support in Kendo UI for jQuery]({% slug wai_aria_accessibility_support %}).
20
+
21
+
## Section 508
22
+
23
+
The AIPrompt is compliant with the Section 508 requirements. For more information, refer to the article on [Section 508 support in Kendo UI for jQuery]({% slug section508_accessibility_support %}).
24
+
25
+
## WCAG 2.2
26
+
27
+
The AIPrompt supports the standards for providing accessible web content which are set by the [Web Content Accessibility Guidelines 2.1](https://www.w3.org/TR/WCAG/). For more information, refer to the article on [WCAG 2.2 compliance in Kendo UI for jQuery]({% slug section508_wcag21_accessibility_support %})
28
+
29
+
## See Also
30
+
31
+
*[Keyboard Navigation by the AIPrompt (Demo)](https://demos.telerik.com/kendo-ui/aiprompt/keyboard-navigation)
32
+
*[Keyboard Navigation by the AIPrompt]({% slug keynav_aiprompt_jquery %})
33
+
*[Keyboard Support in Kendo UI for jQuery]({% slug keyboard_shortcuts_accessibility_support %})
34
+
*[Accessibility in Kendo UI for jQuery]({% slug overview_accessibility_support_kendoui %})
0 commit comments