Skip to content

SEO-2557 - Angular Menu multiple H1 changes #154

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: hotfix/hotfix-v20.2.0.36
Choose a base branch
from
Open
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
12 changes: 6 additions & 6 deletions angularjs/Menu/Separators.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: Separators
description: separators
title: Separators in AngularJS Menu Control | Syncfusion
description: Learn here all about Separators support in Syncfusion Essential AngularJS Menu control, its elements, and more.
platform: AngularJS
control: Menu
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.

Expand Down Expand Up @@ -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 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.

Expand Down Expand Up @@ -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)
![AngularJS Menu separators for context menu](Separators_images/Separators_img2.png)