Skip to content

Commit f775031

Browse files
docs(common): remove redundant js interop instructions
1 parent c0ea042 commit f775031

File tree

4 files changed

+4
-20
lines changed

4 files changed

+4
-20
lines changed

components/chart/overview.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ position: 0
1212

1313
The Blazor chart allows you to visualize data to your users in a meaningful way so they can draw conclusions. You can use a variety of chart types and control all aspects of the chart's appearance - from colors and fonts, to paddings, margins and templates.
1414

15-
To use a Telerik chart for Blazor:
16-
17-
1. @[template](/_contentTemplates/common/js-interop-file.md#add-blazor-js-file-to-component)
18-
19-
1. add the `TelerikChart` tag to the desired view
15+
To use a Telerik chart for Blazor, add the `TelerikChart` tag.
2016

2117
>caption Basic chart with series and category axis [data binding](data-bind), and a few commonly used appearance settings
2218

components/dateinput/overview.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ position: 0
1212

1313
The Date Input component allows the user to enter a date. The developer can control the format of the date. If the user input does not match the desired pattern, the value is not accepted. If the input can be parsed, it will be corrected automatically.
1414

15-
To use a Telerik Date Input for Blazor:
16-
17-
1. @[template](/_contentTemplates/common/js-interop-file.md#add-blazor-js-file-to-component)
18-
19-
1. add the `TelerikDateInput` tag
15+
To use a Telerik Date Input for Blazor, add the `TelerikDateInput` tag.
2016

2117
>caption Basic date input with its key features, and ValueChanged event handling
2218

components/datepicker/overview.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ position: 0
1212

1313
The Date Picker component allows the user to choose a date from a visual list ([calendar]({%slug components/calendar/overview%})) or to type it into a [date input]({%slug components/dateinput/overview%}) that can accept only dates. You can control the format shown in the input, how the user navigates through the calendar, and dates the user cannot select.
1414

15-
To use a Telerik Date Picker for Blazor:
16-
17-
1. @[template](/_contentTemplates/common/js-interop-file.md#add-blazor-js-file-to-component)
18-
19-
1. add the `TelerikDatePicker` tag
15+
To use a Telerik Date Picker for Blazor, add the `TelerikDatePicker` tag.
2016

2117
>caption Basic date picker with its key features, and ValueChanged event handling
2218

components/numerictextbox/overview.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ position: 0
1212

1313
The Numeric Textbox component allows the user to enter decimal values and no text. The developer can control minimum, maximum values, steps and other elements of the UX.
1414

15-
To use a Telerik Numeric Textbox for Blazor:
16-
17-
1. @[template](/_contentTemplates/common/js-interop-file.md#add-blazor-js-file-to-component)
18-
19-
1. add the `TelerikNumericTextBox` tag
15+
To use a Telerik Numeric Textbox for Blazor, add the `TelerikNumericTextBox` tag.
2016

2117
>caption Basic numeric textbox with its key features, and ValueChanged event handling
2218

0 commit comments

Comments
 (0)