Skip to content
New issue

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

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

Already on GitHub? # to your account

SEO-172805 Angular Desc too long short #280

Open
wants to merge 3 commits into
base: hotfix/hotfix-v21.2.3
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
6 changes: 3 additions & 3 deletions angular/Button/Overview.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Overview
description: overview
title: Overview of Angular Button Control | Syncfusion
description: Learn here about overview of Syncfusion Essential Angular Button Control, its elements and more.
platform: Angular
control: Button
documentation: ug
---

# Overview
# Overview of Angular Button

The **Essential JavaScript Button** control allows you to perform an action by clicking on it. The **Essential JavaScript Button** control has the feature of displaying both text and images. When the **Button** is clicked, it looks as if it is being pushed in and released.

Expand Down
6 changes: 3 additions & 3 deletions angular/Listview/VirtualScrolling.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Virtual Scrolling
description: virtual scrolling
title: Virtual Scrolling in Angular ListView Control | Syncfusion
description: Learn here about virtual scrolling support in Syncfusion Essential Angular ListView Control, its elements and more.
platform: Angular
control: ListView
documentation: ug
---

# Virtual Scrolling
# Virtual Scrolling in Angular ListView

We can load large data on demand using "allowVirtualScrolling" property. By default, "allowVirtualScrolling" set as boolean value of **"false"**. When it is set true, list items will be loaded on every scroll action. The number of items to be loaded per request can be specified using the “itemRequestCount” property.By default “itemRequestCount” value will be 5. We have provided two type of option for virtualScrolling,

Expand Down
6 changes: 3 additions & 3 deletions angular/Menu/Context-Menu.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Context-Menu
description: context menu
title: Context Menu in Angular Menu Control | Syncfusion
description: Learn here about context menu support in Syncfusion Essential Angular Menu Control, its elements and more.
platform: Angular
control: Menu
documentation: ug
---

# Context Menu
# Context Menu in Angular Menu

A context menu is a type of menu in a graphical user interface (GUI) that appears when you perform right click operation. In this **Menu** control you can use a context menu by specifying the type of menu as **ContextMenu**. A context also provides support for nested level of menu items.

Expand Down