Skip to content

Commit 02e214d

Browse files
chore(Toolbar): add scroll buttons
1 parent d4ed8a3 commit 02e214d

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

components/toolbar/overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ The Blazor ToolBar provides parameters to configure the component:
8585
| `Adaptive` <br /> (deprecated) | `bool` <br /> (`true`) | Toggles the overflow popup of the ToolBar. The component displays an additional anchor on its side, where it places all items which do not fit and overflow. [Template items](slug://toolbar-templated-item#notes) don't participate in this mechanism and they are always rendered in the ToolBar itself. This parameter is deprecated in favor of `OverflowMode`. |
8686
| `Class` | `string` | The CSS class to be rendered on the main wrapping element of the ToolBar component, which is `<div class="k-toolbar">`. Use for [styling customizations](slug://themes-override). |
8787
| `OverflowMode` | `ToolBarOverflowMode` <br /> (`Menu`) | The adaptive mode of the Toolbar. |
88+
| `ScrollButtonsPosition` | `ToolBarScrollButtonsPosition` enum <br/> (`ToolBarScrollButtonsPosition.Split`) | Specifies the position of the buttons when the ToolBar scroll adaptive mode is enabled. |
89+
| `ScrollButtonsVisibility` | `ToolBarScrollButtonsVisibility` enum <br/> (`ToolBarScrollButtonsVisibility.Visible`)| Specifies the visibility of the buttons when the ToolBar scroll adaptive mode is enabled. |
8890

8991
### Styling and Appearance
9092

knowledge-base/textbox-validate-on-change.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ res_type: kb
1717
<td>Product</td>
1818
<td>TextBox for Blazor</td>
1919
</tr>
20+
<tr>
21+
<td>Product Version</td>
22+
<td>2.30 and older</td>
23+
</tr>
2024
</tbody>
2125
</table>
2226

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
title: Wai-Aria Support
2+
component: FloatingActionButton
3+
from: /aria/floatingactionbutton_aria.md
4+
dest: ../components/floatingactionbutton/accessibility/wai-aria-support.md
5+
slug: floatingactionbutton-wai-aria-support
6+
position: 50
7+
after: |
8+
## Keyboard Navigation
9+
10+
For details on how the keyboard navigation works in Telerik UI for Blazor, refer to the [Accessibility Overview](slug://accessibility-overview#keyboard-navigation) article.
11+
12+
## See Also
13+
14+
* [FloatingActionButton Overview](https://demos.telerik.com/blazor-ui/floatingactionbutton/overview)
15+
* [Accessibility in Telerik UI for Blazor](slug://accessibility-overview)

0 commit comments

Comments
 (0)