Skip to content
Open
Changes from 1 commit
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
6 changes: 3 additions & 3 deletions js/Menu/Separators.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Separators
description: separators
title: Getting Started with JavaScript Separators Control | Syncfusion
description: Learn about getting started with the Syncfusion JavaScript separators control with its basic features.
platform: js
control: Menu
documentation: ug
Expand Down Expand Up @@ -90,7 +90,7 @@ The following screenshot displays the output for the above code.
![](/js/Menu/Separators_images/Separators_img2.png)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alt text missing here

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i added the alt text.



# 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