Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/contextmenu/icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ If the icon property name in the ContextMenu model is `Icon`, there is no need t
new MenuItem()
{
Text = "Font Icon",
Icon = FontIcon.Envelop
Icon = FontIcon.Envelope
},
new MenuItem()
{
Expand Down
2 changes: 1 addition & 1 deletion components/contextmenu/navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ To use the Context Menu for navigating between pages:
{
Text = "Contact us",
Url = "/contacts",
Icon = FontIcon.Envelop
Icon = FontIcon.Envelope
},
new MenuModel()
{
Expand Down
2 changes: 1 addition & 1 deletion components/contextmenu/refresh-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ In this article:
new MenuModel()
{
Text = "IconField",
TelerikFontIcon = FontIcon.Envelop
TelerikFontIcon = FontIcon.Envelope
},
new MenuModel()
{
Expand Down
2 changes: 1 addition & 1 deletion components/gridlayout/items.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ You can use the exposed parameters of the GridLayout items to create more comple
Text = "Contact us",
ParentId = 1,
HasChildren = false,
TelerikFontIcon = FontIcon.Envelop
TelerikFontIcon = FontIcon.Envelope
});

TreeViewData.Add(new TreeViewModel()
Expand Down
2 changes: 1 addition & 1 deletion components/menu/icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ If the icon property name in the Menu model is `Icon`, there is no need to set t
new MenuItem()
{
Text = "Font Icon",
Icon = FontIcon.Envelop
Icon = FontIcon.e
},
new MenuItem()
{
Expand Down
2 changes: 1 addition & 1 deletion components/menu/navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ To use the Menu for navigating between pages:
{
Text = "Contact us",
Url = "/contacts",
Icon = FontIcon.Envelop
Icon = FontIcon.Envelope
},
new MenuModel()
{
Expand Down
2 changes: 1 addition & 1 deletion components/panelbar/icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ If the icon property name in the PanelBar model is `Icon`, there is no need to s
Text = "Email",
ParentId = 2,
HasChildren = false,
Icon = FontIcon.Envelop
Icon = FontIcon.Envelope
});

Items.Add(new PanelBarItem()
Expand Down
2 changes: 1 addition & 1 deletion components/tabstrip/header-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You can define the `HeaderTemplate` with the following configuration in the `Tab
<TelerikTabStrip>
<TabStripTab>
<HeaderTemplate>
<TelerikFontIcon Icon="@FontIcon.Envelop" />
<TelerikFontIcon Icon="@FontIcon.Envelope" />
<strong>Icon and text</strong>
</HeaderTemplate>
<Content>
Expand Down
2 changes: 1 addition & 1 deletion components/toolbar/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The `OnClick` event fires when the user clicks on a button in the ToolBar (also
@*When clicking on the button a message will be printed in your console*@

<TelerikToolBar>
<ToolBarButton Icon="@FontIcon.Envelop"Link OnClick="@OnHyperlinkClick">Hyperlink</ToolBarButton>
<ToolBarButton Icon="@FontIcon.Envelope"Link OnClick="@OnHyperlinkClick">Hyperlink</ToolBarButton>
</TelerikToolBar>


Expand Down
2 changes: 1 addition & 1 deletion components/treeview/icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ If the icon property name in the TreeView model is `Icon`, there is no need to s
Text = "SVG Icon",
ParentId = 1,
HasChildren = false,
Icon = FontIcon.Envelop
Icon = FontIcon.Envelope
});
TreeViewData.Add(new TreeItem()
Expand Down
4 changes: 2 additions & 2 deletions knowledge-base/common-custom-font-icons-fail.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Make sure to use the correct way and resources for your actual project *@
new MenuModel()
{
Text = "TelerikIcon - easy",
Icon = FontIcon.Envelop
Icon = FontIcon.Envelope
},
new MenuModel()
{
Expand Down Expand Up @@ -138,7 +138,7 @@ Make sure to use the correct way and resources for your actual project *@
new MenuModel()
{
Text = "TelerikIcon - fail with custom fonts",
Icon = FontIcon.Envelop
Icon = FontIcon.Envelope
},
new MenuModel()
{
Expand Down
6 changes: 3 additions & 3 deletions knowledge-base/icon-new-names.md
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ Use the new icon names, according to the following list:
</tr>
<tr>
<td>hyperlink-email</td>
<td>envelop-link</td>
<td>envelope-link</td>
</tr>
<tr>
<td>table-light-dialog, table-insert, create-table</td>
Expand Down Expand Up @@ -903,11 +903,11 @@ Use the new icon names, according to the following list:
</tr>
<tr>
<td>email, letter</td>
<td>envelop</td>
<td>envelope</td>
</tr>
<tr>
<td>email-box, letter-box</td>
<td>envelop-box</td>
<td>envelope-box</td>
</tr>
<tr>
<td>fields-more</td>
Expand Down