From 20a2af827353c1e5cbe7ce9125317d0cbd03e964 Mon Sep 17 00:00:00 2001 From: Scholar-jaruha <95271799+Scholar-jaruha@users.noreply.github.com> Date: Fri, 17 Jun 2022 15:57:00 +0300 Subject: [PATCH 1/2] Angular Menu Changes --- angularjs/Menu/Separators.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/angularjs/Menu/Separators.md b/angularjs/Menu/Separators.md index c90822cb..3bbc4278 100644 --- a/angularjs/Menu/Separators.md +++ b/angularjs/Menu/Separators.md @@ -1,7 +1,7 @@ --- layout: post -title: Separators -description: separators +title: Separators AngularJS Menu control +description: Learn about Easy Customization support in Syncfusion AngularJS Menu control, its elements, and more. platform: AngularJS control: Menu documentation: ug @@ -68,9 +68,9 @@ Add the following the code sample to display the **Menu** control without separa The following screenshot displays the output for the above code. -![](Separators_images/Separators_img1.png) +![AngularJS Menu control Separators](Separators_images/Separators_img1.png) -# Separators for Context Menu +## Separators for Context Menu We can add the separators for particular ContextMenu items by including **e-separator** class in the required **LI** elements. Add the following code to display ContextMenu with separator lines. @@ -122,4 +122,4 @@ We can add the separators for particular ContextMenu items by including **e-sepa The following screenshot displays the output for the above code. -![](Separators_images/Separators_img2.png) \ No newline at end of file +![AngularJS Menu control Separators](Separators_images/Separators_img2.png) \ No newline at end of file From 855dd8dc91d6d49369eaffb1a57bc6ac255b5778 Mon Sep 17 00:00:00 2001 From: Scholar-jaruha <95271799+Scholar-jaruha@users.noreply.github.com> Date: Fri, 17 Jun 2022 16:00:56 +0300 Subject: [PATCH 2/2] Update Separators.md --- angularjs/Menu/Separators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angularjs/Menu/Separators.md b/angularjs/Menu/Separators.md index 3bbc4278..06b176d6 100644 --- a/angularjs/Menu/Separators.md +++ b/angularjs/Menu/Separators.md @@ -8,7 +8,7 @@ documentation: ug keywords: ejmenu, menu, angularjs menu --- -# Separators +# Separators in AngularJS Menu Menu can also contain separators that are horizontal bars between menu items. You cannot select a separator. Separators are somewhat similar to [borders](http://docs.oracle.com/javase/tutorial/uiswing/components/border.html), except that they are genuine components and, as such, are drawn inside a control, rather than around the edges of the **Menu** control. [enableSeparator](https://help.syncfusion.com/api/js/ejmenu#members:enableseparator) is the property that is used to display the separators in the **Menu** control. It accepts the Boolean type value. Its default value is true.