From 0d8578949e6fbdee80d6eb65bbcbf9d33ab6ce2c Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Fri, 22 Sep 2023 15:00:11 +0300 Subject: [PATCH 1/2] SEO-176113-Core-Missing-H1 --- aspnet-core/RadialMenu/TemplateSupport.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/aspnet-core/RadialMenu/TemplateSupport.md b/aspnet-core/RadialMenu/TemplateSupport.md index 92f5703d..f9733f73 100644 --- a/aspnet-core/RadialMenu/TemplateSupport.md +++ b/aspnet-core/RadialMenu/TemplateSupport.md @@ -1,17 +1,17 @@ --- layout: post -title: Syncfusion Radial Menu Template Support. -description: template support. +title: Template Support | ASP.NET Core Radial Menu | Syncfusion +description: Learn here about template support in Syncfusion Essential ASP.NET Core Radial Menu Control, its elements, and more. platform: aspnet-core control: RadialMenu documentation: ug --- -## Template Support +# Template Support in ASP.NET Core Radial Menu Template support for RadialMenu items will allow you to use any type of [\](https://developer.mozilla.org/en-US/docs/Web/SVG/Element#SVG_elements) permitted tags inside our template. Here for example, using this template support you can use the SVG icons in Radial Menu instead of image tags. To use SVG icons in RadialMenu, you need to use [prepend-to](https://help.syncfusion.com/api/js/ejradialmenu#members:items-prependTo) property. - ### Add SVG to item Icon + ## Add SVG to item Icon Using SVG icon will optimize the icons quality and to reduce space occupation by normal images and svg images are scalable and Zoom. Define the text element for SVG with x and y position and code for rendering the font icons. Assign the SVG element ID to **prepend-to** property. From eb26e23d74c8e38f3d1544d2f541a1b8815f3192 Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Tue, 26 Sep 2023 16:28:04 +0300 Subject: [PATCH 2/2] Update TemplateSupport.md --- aspnet-core/RadialMenu/TemplateSupport.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet-core/RadialMenu/TemplateSupport.md b/aspnet-core/RadialMenu/TemplateSupport.md index f9733f73..63b316d4 100644 --- a/aspnet-core/RadialMenu/TemplateSupport.md +++ b/aspnet-core/RadialMenu/TemplateSupport.md @@ -1,6 +1,6 @@ --- layout: post -title: Template Support | ASP.NET Core Radial Menu | Syncfusion +title: Template Support in ASP.NET Core Radial Menu Control | Syncfusion description: Learn here about template support in Syncfusion Essential ASP.NET Core Radial Menu Control, its elements, and more. platform: aspnet-core control: RadialMenu