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/button/overview.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The Blazor Button provides a variety of styling options through the [built-in th
22
22
23
23
1. Add an `OnClick` event handler to show the current date and time.
24
24
25
-
>caption Basic Blazor Button with OnClick event handler
25
+
>caption Basic Blazor Button with `OnClick` event handler
26
26
27
27
````CSHTML
28
28
@result
@@ -39,7 +39,6 @@ The Blazor Button provides a variety of styling options through the [built-in th
39
39
}
40
40
````
41
41
42
-
43
42
## Icons
44
43
45
44
To visually communicate the purpose of a button, you can add an image, sprite, or font icon. You can choose between a wide range of built-in font icons or use your custom font icons. [Read more about the Blazor Button icons...]({%slug button-icons%})
@@ -60,6 +59,8 @@ To prevent user interaction with a Button, disable it. [Read more about the disa
60
59
61
60
To customize the style and the appearance of the Blazor Button, you can use the [built-in themes]({%slug general-information/themes%}). Additionally, set the `Class` attribute and implement custom CSS rules. [Read more about the Blazor Button styling...]({%slug button-styling%})
62
61
62
+
>tip To learn more about the appearance, anatomy, and accessibility of the Button, visit the [Progress Design System documentation](www.telerik.com/design-system/docs/components/button/)—an information portal offering rich component usage guidelines, descriptions of the available style variables, and globalization support details.
63
+
63
64
## Button Reference
64
65
65
66
Add a reference to the Button instance to use its methods (for example - `FocusAsync()`). Be aware of the Blazor life cycle if you want to [focus the component on page load]({%slug inputs-kb-focus%}#notes).
Copy file name to clipboardExpand all lines: components/buttongroup/overview.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The ButtonGroup component lets you [select one or more toggle buttons]({%slug bu
22
22
1. Inside it, add the desired [button tags]({%slug buttongroup-buttons%}) that denote each button - `<ButtonGroupToggleButton>` or `<ButtonGroupButton>`.
23
23
1. Optionally, use the `OnClick` event of these buttons to handle the user actions. Read more in the [Events]({%slug buttongroup-events%}) article.
24
24
25
-
>caption TelerikButtonGroup with regular buttons and toggle buttons, and their respective OnClick handlers
25
+
>caption Blazor ButtonGroup with regular buttons and toggle buttons, and their respective `OnClick` handlers
26
26
27
27
````CSHTML
28
28
<TelerikButtonGroup>
@@ -59,6 +59,8 @@ The ButtonGroup allows you to control the selection mode of its `ButtonGroupTogg
59
59
60
60
The separate button instances of the ButtonGroup provide several parameters that control their [styling and appearance, including background color, rounded corners and fill]({%slug buttongroup-appearance%}).
61
61
62
+
>tip To learn more about the appearance, anatomy, and accessibility of the ButtonGroup, visit the [Progress Design System documentation](www.telerik.com/design-system/docs/components/buttongroup/)—an information portal offering rich component usage guidelines, descriptions of the available style variables, and globalization support details.
63
+
62
64
## Events
63
65
64
66
The Blazor ButtonGroup fires events that you can handle and respond to user actions. [Read more about the Blazor ButtonGroup events....]({%slug buttongroup-events%})
Copy file name to clipboardExpand all lines: components/checkbox/overview.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,8 @@ In addition to basic *checked* and *unchecked* states, the Blazor CheckBox has a
41
41
42
42
The Checkbox component provides size and border settings to control its appearance. [Read more about the Blazor Checkbox appearance settings]({%slug checkbox-appearance%}).
43
43
44
+
>tip To learn more about the appearance, anatomy, and accessibility of the CheckBox, visit the [Progress Design System documentation](www.telerik.com/design-system/docs/components/checkbox/)—an information portal offering rich component usage guidelines, descriptions of the available style variables, and globalization support details.
45
+
44
46
## Events
45
47
46
48
The Blazor Checkbox fires value change, focus and state change events that you can handle and further customize its behavior. [Read more about the Blazor Checkbox events]({%slug checkbox-events%}).
Copy file name to clipboardExpand all lines: components/chip/overview.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,8 @@ To use a Telerik Chip for Blazor:
51
51
52
52
You can customize the appearance of the Blazor Chip via a variety of built-in customization options. [Read more about the Chip appearance settings...]({%slug chip-appearance%})
53
53
54
+
>tip To learn more about the appearance, anatomy, and accessibility of the Chip, visit the [Progress Design System documentation](www.telerik.com/design-system/docs/components/chip/)—an information portal offering rich component usage guidelines, descriptions of the available style variables, and globalization support details.
55
+
54
56
## Chip Parameters
55
57
56
58
The table below lists the Chip parameters. Also check the [Chip API Reference](/blazor-ui/api/Telerik.Blazor.Components.TelerikChip) for all parameters, methods and events.
You can find more options for customizing the ComboBox styling in the [Appearance article]({%slug combobox-appearance%}).
109
-
108
+
>To learn more about the appearance, anatomy, and accessibility of the ComboBox, visit the [Progress Design System documentation](www.telerik.com/design-system/docs/components/combobox/)—an information portal offering rich component usage guidelines, descriptions of the available style variables, and globalization support details.
You can find more options for customizing the DropDownList styling in the [Appearance article]({%slug dropdownlist-appearance%}).
108
-
107
+
>To learn more about the appearance, anatomy, and accessibility of the DropDownList, visit the [Progress Design System documentation](www.telerik.com/design-system/docs/components/dropdownlist/)—an information portal offering rich component usage guidelines, descriptions of the available style variables, and globalization support details.
Copy file name to clipboardExpand all lines: components/maskedtextbox/overview.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,12 +80,14 @@ See the [MaskedTextBox API Reference](/blazor-ui/api/Telerik.Blazor.Components.T
80
80
81
81
### Styling and Appearance
82
82
83
+
The following parameters enable you to customize the [appearance]({%slug maskedtextbox-appearance%}) of the Blazor MaskedTextBox:
84
+
83
85
| Parameter | Type and Default value | Description |
84
86
|---|---|---|
85
87
|`Class`|`string`| The custom CSS class of the `<span class="k-maskedtextbox">` element. |
86
88
|`Width`|`string`| The component width. |
87
89
88
-
Find more parameters to customize the masked textbox styling in the [Appearance article]({%slug maskedtextbox-appearance%}).
90
+
>To learn more about the appearance, anatomy, and accessibility of the MaskedTextBox, visit the [Progress Design System documentation](www.telerik.com/design-system/docs/components/maskedtextbox/)—an information portal offering rich component usage guidelines, descriptions of the available style variables, and globalization support details.
You can find more options for customizing the MultiSelect styling in the [Appearance article]({%slug multiselect-appearance%}).
123
+
>tip To learn more about the appearance, anatomy, and accessibility of the MultiSelect, visit the [Progress Design System documentation](www.telerik.com/design-system/docs/components/multiselect/)—an information portal offering rich component usage guidelines, descriptions of the available style variables, and globalization support details.
Copy file name to clipboardExpand all lines: components/numerictextbox/overview.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,17 +8,17 @@ published: True
8
8
position: 0
9
9
---
10
10
11
-
# Blazor Numeric Textbox Overview
11
+
# Blazor Numeric TextBox Overview
12
12
13
13
The <ahref="https://www.telerik.com/blazor-ui/numeric-textbox"target="_blank">Blazor Numeric Textbox component</a> allows the user to enter decimal values and no text. The developer can control minimum, maximum values, steps and other elements of the UX.
14
14
15
-
## Creating Blazor Numeric Textbox
15
+
## Creating Blazor Numeric TextBox
16
16
17
17
1. Add the `TelerikNumericTextBox` tag to your razor page.
18
18
1. Bind a numeric data type to the component
19
19
1. Optionally, set custom `Format`, `Min`, `Max` and `Step` values
20
20
21
-
>caption Basic numeric textbox with its key features
21
+
>caption Basic numeric text box with its key features
22
22
23
23
````CSHTML
24
24
The new value is: @theValue
@@ -72,7 +72,7 @@ The Blazor Numeric TextBox allows you to define your desired custom format throu
@@ -95,14 +95,14 @@ The Blazor Numeric TextBox allows you to define your desired custom format throu
95
95
96
96
### Styling and Appearance
97
97
98
-
The following parameters enable you to customize the appearance of the Blazor Numeric TextBox:
98
+
The following parameters enable you to customize the [appearance]({%slug numerictextbox-appearance%}) of the Blazor Numeric TextBox:
99
99
100
100
| Attribute | Type and Default Value | Description |
101
101
| --- | --- | --- |
102
102
|`Class`|`string`| The CSS class that will be rendered on the `<span class="k-numerictextbox">` element. |
103
103
|`Width`|`string`| The width of the component in [any supported CSS unit]({%slug common-features/dimensions%}). |
104
104
105
-
Find more options for customizing the Numeric TextBox styling in the [Appearance article]({%slug numerictextbox-appearance%}).
105
+
>tip To learn more about the appearance, anatomy, and accessibility of the NumericTextBox, visit the [Progress Design System documentation](www.telerik.com/design-system/docs/components/numerictextbox/)—an information portal offering rich component usage guidelines, descriptions of the available style variables, and globalization support details.
Copy file name to clipboardExpand all lines: components/splitbutton/overview.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
@@ -63,6 +63,7 @@ The primary SplitButton action and each secondary item in the dropdown can [disp
63
63
64
64
The SplitButton provides a [variety of settings to control its visual appearance]({%slug splitbutton-appearance%}), for example the colors, borders, and size. This spares the need to use custom CSS code.
65
65
66
+
>tip To learn more about the appearance, anatomy, and accessibility of the SplitButton, visit the [Progress Design System documentation](www.telerik.com/design-system/docs/components/splitbutton/)—an information portal offering rich component usage guidelines, descriptions of the available style variables, and globalization support details.
0 commit comments