Skip to content

Commit

Permalink
docs(drawler): fix Template to ItemTemplate property
Browse files Browse the repository at this point in the history
  • Loading branch information
P1l3T0 authored Jan 8, 2024
1 parent be79ae7 commit ab344e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions controls/drawer/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The following tutorial demonstrates how you can add the **RadDrawer** control. T
* `SwipeToOpen` - enables/disables the swipe gestures for toggling the RadDrawer.
* `DrawerWidth` - sets the width of the RadDrawer items container.
* `ContentTemplate` - sets the content of the RadDrawer.
* `Template` - gets a hierarchical HTML structure that would represent the RadDrawer items.
* `ItemsTemplate` - gets a hierarchical HTML structure that would represent the RadDrawer items.


The end result should be similar to the following:
Expand All @@ -42,7 +42,7 @@ The end result should be similar to the following:
Swipe/Drag the mouse to the right to open the RadDrawer
</p>
</ContentTemplate>
<Template>
<ItemsTemplate>
<ul>
<li data-role='drawer-item' class='k-state-selected'>
<span class='k-item-text'>First Item</span>
Expand All @@ -58,7 +58,7 @@ The end result should be similar to the following:
<span class='k-item-text'>Fourth Item</span>
</li>
</ul>
</Template>
</ItemsTemplate>
</telerik:RadDrawer>
````
Expand Down

0 comments on commit ab344e7

Please sign in to comment.