Skip to content

Commit e9c58d5

Browse files
committed
More fixes
1 parent 3a052cb commit e9c58d5

File tree

28 files changed

+69
-68
lines changed

28 files changed

+69
-68
lines changed

components/autocomplete/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The Blazor AutoComplete @[template](/_contentTemplates/dropdowns/features.md#gro
6767

6868
## Virtualization
6969

70-
@[template](/_contentTemplates/dropdowns/features.md#virtualization) [Read more about the Blazor AutoComplete virtualization...]({% slug autocomplete-virtualization )
70+
@[template](/_contentTemplates/dropdowns/features.md#virtualization) [Read more about the Blazor AutoComplete virtualization...](slug://autocomplete-virtualization)
7171

7272
## Adaptive Rendering
7373

components/barcodes/barcode/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ All graphics are rendered on the client by using [Scalable Vector Graphics (SVG)
2222

2323
1. Set the `Height` and `Width` properties.
2424

25-
1. Optionally, choose a `Type` (one of the [encodings we support](slug:// barcode-encoding)).
25+
1. Optionally, choose a `Type` (one of the [encodings we support](slug://barcode-encoding)).
2626
* Its default encoding is `Code39`.
2727

2828
>caption A basic configuration of the Telerik Barcode
@@ -83,7 +83,7 @@ The Blazor Barcode provides various parameters that allow you to configure the c
8383
| ----------- | ----------- | ----------- |
8484
| `RenderAs` | `RenderingMode` enum <br /> `Svg` | Defines the preferred rendering mode - svg/canvas. |
8585
| `Checksum` | `bool` | By setting it to true, the Barcode will display the checksum digit next to the value in the text area. |
86-
| `Type` | `BarcodeType` enum <br /> `Code39` | Defines the symbology (encoding) the Barcode will use - ([full list of supported encodings](slug:// barcode-encoding)) |
86+
| `Type` | `BarcodeType` enum <br /> `Code39` | Defines the symbology (encoding) the Barcode will use - ([full list of supported encodings](slug://barcode-encoding)) |
8787
| `Value` | `string` | Defines the initial value of the Barcode. |
8888
| `Width` | `string` | |
8989
| `Height` | `string` | |

components/barcodes/qrcode/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The generated image from the component is a machine-readable label that contains
2222

2323
1. Set its `Size` property.
2424

25-
1. Optionally, choose a `QRCode Type` (one of the [types we support](slug:// qrcode-qr-code-types)).
25+
1. Optionally, choose a `QRCode Type` (one of the [types we support](slug://qrcode-qr-code-types)).
2626

2727
>caption A basic configuration of the Telerik QRCode
2828

components/combobox/overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,29 +47,29 @@ Selected value: @selectedValue
4747

4848
## Data Binding
4949

50-
The Blazor ComboBox @[template](/_contentTemplates/dropdowns/features.md#data-binding) [Read more about the Blazor ComboBox data binding...]({% slug components/combobox/databind ).
50+
The Blazor ComboBox @[template](/_contentTemplates/dropdowns/features.md#data-binding) [Read more about the Blazor ComboBox data binding...](slug://components/combobox/databind).
5151

5252
## Filtering
5353

54-
The Blazor ComboBox @[template](/_contentTemplates/dropdowns/features.md#filtering) [Read more about the Blazor ComboBox filter...]({% slug components/combobox/filter ).
54+
The Blazor ComboBox @[template](/_contentTemplates/dropdowns/features.md#filtering) [Read more about the Blazor ComboBox filter...](slug://components/combobox/filter).
5555

5656
## Grouping
5757

58-
The Blazor ComboBox @[template](/_contentTemplates/dropdowns/features.md#grouping) [Read more about the Blazor ComboBox grouping...]({% slug components/combobox/grouping ).
58+
The Blazor ComboBox @[template](/_contentTemplates/dropdowns/features.md#grouping) [Read more about the Blazor ComboBox grouping...](slug://components/combobox/grouping).
5959

6060
@[template](/_contentTemplates/common/inputs.md#adornments)
6161

6262
## Templates
6363

64-
@[template](/_contentTemplates/dropdowns/features.md#templates) [Read more about the Blazor ComboBox templates...]({% slug components/combobox/templates ).
64+
@[template](/_contentTemplates/dropdowns/features.md#templates) [Read more about the Blazor ComboBox templates...](slug://components/combobox/templates).
6565

6666
## Validation
6767

6868
@[template](/_contentTemplates/dropdowns/features.md#validation)
6969

7070
## Virtualization
7171

72-
@[template](/_contentTemplates/dropdowns/features.md#virtualization) [Read more about the Blazor ComboBox virtualization...]({% slug combobox-virtualization )
72+
@[template](/_contentTemplates/dropdowns/features.md#virtualization) [Read more about the Blazor ComboBox virtualization...](slug://combobox-virtualization)
7373

7474
## Adaptive Rendering
7575

@@ -204,7 +204,7 @@ Missing selection is most common when the initial value is `null` as data source
204204

205205
* [Binding the ComboBox to Data](slug://components/combobox/databind)
206206

207-
* [Pre-Selecting Items for the User]({% slug combobox-pre-select-item )
207+
* [Pre-Selecting Items for the User](slug://combobox-pre-select-item)
208208

209209
## See Also
210210

components/dialog/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The Dialog component and its [predefined options](slug://dialog-predefined) aim
2424

2525
4. Set the Dialog content through the `DialogContent` RenderFragment parameter
2626

27-
5. (optional) Configure the [`DialogButtons`](slug:// dialog-action-buttons) inside the `TelerikDialog` tag.
27+
5. (optional) Configure the [`DialogButtons`](slug://dialog-action-buttons) inside the `TelerikDialog` tag.
2828

2929
>caption A basic configuration of the Telerik Dialog.
3030
@@ -73,12 +73,12 @@ The Blazor Dialog provides various parameters to configure the component. Also c
7373

7474
| Parameter | Type and Default Value | Description |
7575
| --- | --- | --- |
76-
| `ButtonsLayout` | `DialogButtonsLayout` enum <br /> (`Stretch`) | The layout of the actions button in the footer. See more in the [Action Buttons article](slug:// dialog-action-buttons)). |
76+
| `ButtonsLayout` | `DialogButtonsLayout` enum <br /> (`Stretch`) | The layout of the actions button in the footer. See more in the [Action Buttons article](slug://dialog-action-buttons)). |
7777
| `Class` | `string` | A custom CSS class to the `<div class="k-window k-dialog">` element. |
7878
| `CloseOnOverlayClick` | `bool` | Defines if clicking on the modal overlay should close the Dialog. |
7979
| `FocusedElementSelector` | `string` | The CSS selector of the initially focused item on open. By default, it is the first focusable item in the Dialog. |
8080
| `Height` | `string` | The height of the Dialog in any [supported CSS unit](slug://common-features/dimensions). |
81-
| `ShowCloseButton` | `bool` <br /> (`true`) | Defines if the component will render a Close button in the titlebar. See more in the [Header article](slug:// dialog-header). |
81+
| `ShowCloseButton` | `bool` <br /> (`true`) | Defines if the component will render a Close button in the titlebar. See more in the [Header article](slug://dialog-header). |
8282
| `ThemeColor` | `string` | A predefined color scheme for the Dialog, especially the titlebar. Use the available members of the static class [`ThemeConstants.Dialog.ThemeColor`](/blazor-ui/api/Telerik.Blazor.ThemeConstants.Dialog.ThemeColor). |
8383
| `Title` | `string` | The Dialog title. |
8484
| `Visible` | `bool` | Defines the Dialog visibility. |

components/drawer/data-bind.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ https://docs.telerik.com/blazor-ui/components/drawer/navigation
9292
## See Also
9393

9494
* [Drawer Demos](https://demos.telerik.com/blazor-ui/drawer/overview)
95-
* [Drawer Navigation]({% slug drawer-navigation)
95+
* [Drawer Navigation](slug://drawer-navigation)

components/dropdownlist/overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,27 +50,27 @@ Selected value: @selectedValue
5050

5151
## Data Binding
5252

53-
The Blazor DropDownList @[template](/_contentTemplates/dropdowns/features.md#data-binding) [Read more about the Blazor DropDownList data binding...]({% slug components/dropdownlist/databind ).
53+
The Blazor DropDownList @[template](/_contentTemplates/dropdowns/features.md#data-binding) [Read more about the Blazor DropDownList data binding...](slug://components/dropdownlist/databind).
5454

5555
## Filtering
5656

57-
The Blazor DropDownList @[template](/_contentTemplates/dropdowns/features.md#filtering) [Read more about the Blazor DropDownList filter...]({% slug components/dropdownlist/filter ).
57+
The Blazor DropDownList @[template](/_contentTemplates/dropdowns/features.md#filtering) [Read more about the Blazor DropDownList filter...](slug://components/dropdownlist/filter).
5858

5959
## Grouping
6060

61-
The Blazor DropDownList @[template](/_contentTemplates/dropdowns/features.md#grouping) [Read more about the Blazor DropDownList grouping...]({% slug components/dropdownlist/grouping ).
61+
The Blazor DropDownList @[template](/_contentTemplates/dropdowns/features.md#grouping) [Read more about the Blazor DropDownList grouping...](slug://components/dropdownlist/grouping).
6262

6363
## Templates
6464

65-
@[template](/_contentTemplates/dropdowns/features.md#templates) [Read more about the Blazor DropDownList templates...]({% slug components/dropdownlist/templates ).
65+
@[template](/_contentTemplates/dropdowns/features.md#templates) [Read more about the Blazor DropDownList templates...](slug://components/dropdownlist/templates).
6666

6767
## Validation
6868

6969
@[template](/_contentTemplates/dropdowns/features.md#validation)
7070

7171
## Virtualization
7272

73-
@[template](/_contentTemplates/dropdowns/features.md#virtualization) [Read more about the Blazor DropDownList virtualization...]({% slug dropdownlist-virtualization )
73+
@[template](/_contentTemplates/dropdowns/features.md#virtualization) [Read more about the Blazor DropDownList virtualization...](slug://dropdownlist-virtualization)
7474

7575
## Adaptive Rendering
7676

@@ -260,7 +260,7 @@ By default, if no `Value` is provided and no `DefaultText` is defined, the DropD
260260
## Next Steps
261261

262262
* [Binding the DropDownList to Data](slug://components/dropdownlist/databind)
263-
* [Pre-Selecting Items for the User]({% slug dropdownlist-pre-select-item )
263+
* [Pre-Selecting Items for the User](slug://dropdownlist-pre-select-item)
264264

265265
## See Also
266266

components/form/formitems/overview.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ In such cases, there are a few ways to trigger re-rendering and UI refresh insid
265265
public Action<string>? OnChange { get; set; }
266266
267267
// Get a validation expression from a parent component.
268-
// See https://docs.telerik.com/blazor-ui/{%slug inputs-kb-validate-child-component%}
268+
// See https://www.telerik.com/blazor-ui/documentation/knowledge-base/inputs-validation-child-component
269269
[Parameter]
270270
public Expression<Func<string>>? ValueExpression { get; set; }
271271
@@ -289,4 +289,5 @@ In such cases, there are a few ways to trigger re-rendering and UI refresh insid
289289

290290
* [Online demo: Form Items](https://demos.telerik.com/blazor-ui/form/overview)
291291
* [Form Groups](slug://form-formgroups)
292-
* [Orientation](slug://form-orientation)
292+
* [Form Orientation](slug://form-orientation)
293+
* [Validate in Child Component](slug://inputs-kb-validate-child-component)

components/grid/columns/resize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ When column resizing is enabled, a double click on the resize handle between the
3737

3838
The Grid also exposes methods to programmatically resize columns to fit their contents:
3939

40-
* `AutoFitColumnAsync(string id)`—Autofits the column with the specified [`Id` attribute]({% slug components/grid/columns/bound#identification).
40+
* `AutoFitColumnAsync(string id)`—Autofits the column with the specified [`Id` attribute](slug://components/grid/columns/bound#identification).
4141
* `AutoFitColumnsAsync(IEnumerable<string> ids)`—Autofits multiple columns at once.
4242
* `AutoFitAllColumnsAsync()`—Autofits all applicable columns. For example, this method does not affect the hierarchy expand/collapse columns.
4343

components/multicolumncombobox/columns/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,5 @@ To bind data to the `<MultiColumnComboBoxColumn>` you can use the `Field`. This
9898

9999
## See Also
100100

101-
* [Templates]({% slug multicolumncombobox-templates )
101+
* [Templates](slug://multicolumncombobox-templates)
102102
* [Use Custom MultiColumnComboBox with Grid](slug://multicolumncombobox-kb-grid)

0 commit comments

Comments
 (0)