Skip to content

Commit cadadfb

Browse files
authored
Merge pull request #121 from syncfusion-content/SEO-2344_Site_Audit_Issues
SEO-2370_Site_Audit_Issues
2 parents bc4062c + 7a1bf7c commit cadadfb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

angularjs/Diagram/Localization.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Globalize and Localize the Diagram control
4-
description: How to globalize and localize the Diagram control?
3+
title: Localization in AngularJS Diagram Control | Syncfusion
4+
description: Learn here about localization support in Syncfusion Essential AngularJS Diagram Control, its elements, and more.
55
platform: AngularJS
66
control: Diagram
77
documentation: ug
88
---
99

10-
# Localization
10+
# Localization in AngularJS Diagram
1111

1212
* Localization is the process of providing controls in different cultures to help you set your own culture easily. Diagram provides localization support for Context Menu items.
1313
* The Diagram model’s `locale` property is used to define the culture code.
@@ -62,6 +62,6 @@ syncApp.controller('diagramCtrl', function($scope) {
6262

6363
{% endhighlight %}
6464

65-
![](/angularjs/Diagram/Localization_images/Localization_img1.png)
65+
![AngularJS Diagram localization](Localization_images/Localization_img1.png)
6666

6767
N> You have to define the textual descriptions of the context menu items for your custom cultures.

angularjs/ListBox/Getting-Started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
3-
title: Getting started | ListBox | JavaScript | Syncfusion
4-
description: Getting started with listbox widget in angularjs
3+
title: Getting started with AngularJS ListBox Control | Syncfusion
4+
description: Learn here about Getting started with Syncfusion Essential AngularJS ListBox Control, its elements, and more.
55
platform: AngularJS
66
control: ListBox
77
documentation: ug
88
---
99

1010

11-
## Getting Started
11+
# Getting Started with AngularJS ListBox
1212
The ListBox widget that contains a list of selectable items. It performs exceptionally well with thousands of items and supports checkboxes, template, single and multiple selection, keyboard navigation and virtual scrolling.
1313
This section explains briefly about how to create a web ListBox in your application with Angular JavaScript by step-by-step instructions. The following screenshot illustrates the functionality of a ListBox widget.
1414

0 commit comments

Comments
 (0)