Skip to content

SEO-2475_Site_Audit_Issues #138

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 1 commit into
base: hotfix/hotfix-v20.2.0.36
Choose a base branch
from
Open
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions angularjs/Diagram/ContextMenu.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Add context menu items to ease the execution of frequently used commands
description: How to execute frequently used commands by using context menu items?
title: Context Menu in AngularJS Diagram Control | Syncfusion
description: Learn here about Context Menu in Syncfusion Essential AngularJS Diagram Control, its elements, and more.
platform: AngularJS
control: Diagram
documentation: ug
---

# Context Menu
# Context Menu in AngularJS Diagram

In graphical user interface (GUI), a context menu is a type of menu that appears when you perform right-click operation. Nested level of context menu items can be created.
Diagram provides some in-built context menu items and allows to define custom menu items.
Expand Down Expand Up @@ -36,7 +36,7 @@ The following code illustrates how to enable the default context menu items.

{% endhighlight %}

![](/angularjs/Diagram/ContextMenu_images/Contextmenu_img1.png)
![AngularJS Diagram Context Menu](ContextMenu_images/Contextmenu_img1.png)

## Customize Context Menu

Expand Down Expand Up @@ -104,7 +104,7 @@ The following code example illustrates how to customize the icon of context menu

{% endhighlight %}

![](/angularjs/Diagram/ContextMenu_images/Contextmenu_img2.png)
![AngularJS Diagram Context Menu Events](ContextMenu_images/Contextmenu_img2.png)

## Context Menu Events

Expand Down
2 changes: 1 addition & 1 deletion angularjs/Grid/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ platform: AngularJS
control: Grid
documentation: ug
---
# Getting Started
# Getting Started with AngularJS Grid

Before getting started with the Grid, please refer to [this page] (http://help.syncfusion.com/js/angularjs) for general information regarding the integrating Syncfusion widget's.

Expand Down
6 changes: 3 additions & 3 deletions angularjs/PdfViewer/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Getting started with Syncfusion Essential PDF viewer component
description: Rendering a basic PDF viewer with local data
title: Getting started with AngularJS PdfViewer Control | Syncfusion
description: Learn here about getting started with Syncfusion Essential AngularJS PdfViewer Control, its elements, and more.
platform: AngularJS
control: PDF viewer
documentation: ug
keywords: ejPdfViewer, PDF viewer, js pdfviewer
---

# Getting Started
# Getting Started with AngularJS PdfViewer

The AngularJS directives are usually included within the `ej.widget.angular.min.js` file and all these directives are packed together in a common module known as `ejangular`. For basic details on how to configure Syncfusion widgets in AngularJS framework, refer [here](https://help.syncfusion.com/js/angularjs).

Expand Down