diff --git a/js/Menu/Icons-and-navigation.md b/js/Menu/Icons-and-navigation.md index c9061d539..6e4ddf22d 100644 --- a/js/Menu/Icons-and-navigation.md +++ b/js/Menu/Icons-and-navigation.md @@ -1,14 +1,14 @@ --- layout: post -title: Icons-and-navigation -description: icons and navigation +title: Icons and Navigation in JavaScript Menu Control | Syncfusion +description: Learn here all about icons and navigation support in Syncfusion Essential JavaScript Menu control, it's elements and more. platform: js control: Menu documentation: ug api: /api/js/ejmenu --- -# Icons and navigation +# Icons and Navigation in JavaScript Menu ## Icons @@ -116,7 +116,7 @@ Add the following code in your style section. The following screenshot displays the output for the above code. -![](/js/Menu/Icons-and-navigation_images/Icons-and-navigation_img1.png) +![Icons in JavaScript Menu.](icons-and-navigation_images/javascript-menu-icons.png) N> Images for this sample are available in (installed location)\Syncfusion\Essential Studio\{{ site.releaseversion }}\JavaScript\samples\web\content\images
@@ -177,11 +177,11 @@ Add the following code in your **HTML** page. The following screenshot displays the output for the above code example. -![](/js/Menu/Icons-and-navigation_images/Icons-and-navigation_img2.png) +![Navigation in JavaScript Menu.](icons-and-navigation_images/javascript-menu-navigation.png) When you click on “**Google**” that is present under “Search engine”, it navigates to the link that you specified in the sample code. Then the output is as follows. -![](/js/Menu/Icons-and-navigation_images/Icons-and-navigation_img3.png) +![Search engine in JavaScript Menu.](icons-and-navigation_images/javascript-menu-search-engine.png) diff --git a/js/Menu/Icons-and-navigation_images/Icons-and-navigation_img3.png b/js/Menu/Icons-and-navigation_images/Icons-and-navigation_img3.png deleted file mode 100644 index c965d690a..000000000 Binary files a/js/Menu/Icons-and-navigation_images/Icons-and-navigation_img3.png and /dev/null differ diff --git a/js/Menu/Icons-and-navigation_images/Icons-and-navigation_img1.png b/js/Menu/icons-and-navigation_images/javascript-menu-icons.png similarity index 100% rename from js/Menu/Icons-and-navigation_images/Icons-and-navigation_img1.png rename to js/Menu/icons-and-navigation_images/javascript-menu-icons.png diff --git a/js/Menu/Icons-and-navigation_images/Icons-and-navigation_img2.png b/js/Menu/icons-and-navigation_images/javascript-menu-navigation.png similarity index 100% rename from js/Menu/Icons-and-navigation_images/Icons-and-navigation_img2.png rename to js/Menu/icons-and-navigation_images/javascript-menu-navigation.png diff --git a/js/Menu/icons-and-navigation_images/javascript-menu-search-engine.png b/js/Menu/icons-and-navigation_images/javascript-menu-search-engine.png new file mode 100644 index 000000000..9835cda78 Binary files /dev/null and b/js/Menu/icons-and-navigation_images/javascript-menu-search-engine.png differ