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: components/aiprompt/toolbar.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ The `AIPromptToolBarButton` tag exposes parameters that allow you to customize t
34
34
| Parameter | Type and Default Value | Description |
35
35
| ----------- | ----------- | ----------- |
36
36
|`Class`|`string`| The CSS class that will be rendered on the main wrapping element of the AIPromptToolBarButton. You could use that class to cascade styles. |
37
-
|`Icon`|`object`| Adds a font icon to the button. You can find more information on adding a font icon to a Telerik Component in [Telerik Font and Svg Icons article]({%slug common-features-icons%}#icon-in-telerik-component). |
37
+
|`Icon`|`object`| Adds a font icon to the button. You can find more information on adding a font icon to a Telerik Component in [Telerik Font and Svg Icons article]({%slug common-features-icons%}#icon-namespaces). |
38
38
|`OnClick`|`EventCallback<MouseEventArgs>`| The onclick event handler. |
39
39
|`ChildContent`|`RenderFragment`| The child content rendered within the button. |
Copy file name to clipboardExpand all lines: components/colorpicker/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ The ColorPicker tag exposes the following features through its attributes:
83
83
|`Enabled`|`bool` <br /> (`true`) | Determines if the user can open the popup and change the value. |
84
84
|`ShowButtons`|`bool` <br /> (`true`) | Controls the visibility of the **Apply** and **Cancel** buttons. |
85
85
|`ShowClearButton`|`bool` <br /> (`true`) | Sets the visibility of the **Clear** button. |
86
-
|`Icon`|`object`| Adds a font icon inside the [main component button](#interface). You can find more information on adding a font icon to a Telerik Component in the [Telerik Font and Svg Icons article]({%slug common-features-icons%}#icon-in-telerik-component). |
86
+
|`Icon`|`object`| Adds a font icon inside the [main component button](#interface). You can find more information on adding a font icon to a Telerik Component in the [Telerik Font and Svg Icons article]({%slug common-features-icons%}#iicon-namespaces). |
Copy file name to clipboardExpand all lines: components/notification/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ The `NotificationModel` class is used to add new notifications to the page. You
86
86
|`Closable`|`bool` <br /> `true`| If set to `true` a close button will appear which will enable the user to close the Notification. If you want the Notification to not close automatically you should set the `Closable` parameter to `true` and the `CloseAfter` to `0`. |
87
87
|`CloseAfter`|`int` <br /> `5000`| Allows you to configure after how much time the Notification component will close automatically. Set it to `0` to prevent it from closing automatically. |
88
88
|`ShowIcon`|`bool` <br /> `true`| Allows you to specify whether an icon should appear in the component. |
89
-
|`Icon`|`string`| Specifies the icon that will render in the component if the `ShowIcon` parameter is set to `true`. You can find more information on adding an icon to a Telerik Component in [Telerik Font Icons article]({%slug common-features-icons%}#icon-in-telerik-component). |
89
+
|`Icon`|`string`| Specifies the icon that will render in the component if the `ShowIcon` parameter is set to `true`. You can find more information on adding an icon to a Telerik Component in [Telerik Font Icons article]({%slug common-features-icons%}#icon-namespaces). |
90
90
|`Text`|`string`| The text that will be rendered in the Notification component. |
Copy file name to clipboardExpand all lines: components/toolbar/built-in-tools.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ The nested `ToolBarButton` tag exposes parameters that allow you to customize th
32
32
| ----------- | ----------- | ----------- |
33
33
|`Class`|`string`| The CSS class that will be rendered on the main wrapping element of the ToolbarButton. You could use that class to cascade styles. |
34
34
|`Enabled`|`bool` <br /> `true`| Specifies if the button is clickable. |
35
-
|`Icon`|`object`| Adds a font icon to the button. You can find more information on adding a font icon to a Telerik Component in [Telerik Font and Svg Icons article]({%slug common-features-icons%}#icon-in-telerik-component). |
35
+
|`Icon`|`object`| Adds a font icon to the button. You can find more information on adding a font icon to a Telerik Component in [Telerik Font and Svg Icons article]({%slug common-features-icons%}#icon-namespaces). |
36
36
|`Overflow`|`ToolBarItemOverflow` enum <br /> (`Auto`) | Specifies whether the item will be hidden when the ToolBar is resized. |
37
37
|`OverflowText`|`string`| Defines the button text that will be shown only in the overflow popup. If not specified, it will get the default text of the item. |
38
38
|`Title`|`string`| Maps to the `title` HTML attribute for the `<button>`. |
@@ -83,7 +83,7 @@ The nested `ToolBarToggleButton` tag exposes parameters that allow you to custom
83
83
| ----------- | ----------- | ----------- |
84
84
|`Class`|`string`| The CSS class that will be rendered on the main wrapping element of the ToolbarButton. You could use that class to cascade styles. |
85
85
|`Enabled`|`bool` <br /> `true`| Specifies if the button is clickable. |
86
-
|`Icon`|`object`| Adds a font icon to the button. You can find more information on adding a font icon to a Telerik Component in [Telerik Font and Svg Icons article]({%slug common-features-icons%}#icon-in-telerik-component). |
86
+
|`Icon`|`object`| Adds a font icon to the button. You can find more information on adding a font icon to a Telerik Component in [Telerik Font and Svg Icons article]({%slug common-features-icons%}#icon-namespaces). |
87
87
|`Selected`|`bool`| Specifies whether the button is in selected state. You can use it with one and two-way data binding with the `SelectedChanged` event. For more information on how to handle the `SelectedChanged` event see the [Events]({%slug toolbar-events%}) article. |
88
88
|`SpriteClass`|`string`| Add a sprite class image to the button. Set this attribute to `k-icon MySpriteClass` where `MySpriteClass` defines the CSS rules for the sprite. |
89
89
|`Overflow`|`ToolBarItemOverflow` enum <br /> (`Auto`) | Specifies whether the item will be hidden when the ToolBar is resized. |
0 commit comments