Skip to content

Commit eb950ae

Browse files
committed
Merge remote-tracking branch 'origin/hotfix/hotfix-v20.4.0.38' into SEO-2791-AngularJS.Controls
2 parents 1db6009 + ba28965 commit eb950ae

17 files changed

+197
-18
lines changed

angularjs-toc.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

angularjs/Autocomplete/data-binding.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Syncfusion Autocomplete data-binding
4-
description: data binding
3+
title: Data Binding in AngularJS Autocomplete Control | Syncfusion
4+
description: Learn here about Data Binding support in Syncfusion Essential AngularJS Autocomplete Control, its elements, and more.
55
platform: AngularJS
66
control: Autocomplete
77
documentation: ug
88
---
99

10-
## Data Binding
10+
# Data Binding in Essential AngularJS Autocomplete
1111

1212
In order to render the AutoComplete component, the data needs to be bound to it in a proper way. The below sections explains about how to bind either the local or remote data to the AutoComplete component.
1313

@@ -65,7 +65,7 @@ $scope.text="name";
6565

6666
Run the above code to render the following output.
6767

68-
![Data Binding](data-binding_images\local-data_img1.png)
68+
![Data Binding in AngularJS AutoComplete](data-binding_images\local-data_img1.png)
6969

7070

7171
### Remote data
@@ -105,7 +105,7 @@ $scope.text="ContactName";
105105

106106
Run the above code to render the following output.
107107

108-
![Data Binding Images](data-binding_images\odata_img1.png)
108+
![Odata in AngularJS AutoComplete](data-binding_images\odata_img1.png)
109109

110110

111111
#### WebAPI
@@ -140,7 +140,7 @@ Here the ContactName field is mapped with text property of the field object.
140140

141141
Run the above code to render get the following output.
142142

143-
![Web Data Binding](data-binding_images\webapi_img1.png)
143+
![WebAPI in AngularJS AutoComplete](data-binding_images\webapi_img1.png)
144144

145145

146146

angularjs/Autocomplete/how-to.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: Syncfusion Autocomplete see-also
4-
description: see also
3+
title: How To Section in AngularJS Autocomplete Control | Syncfusion
4+
description: Learn here about How To Section in Syncfusion Essential AngularJS Autocomplete Control, its elements, and more.
55
platform: AngularJS
66
control: Autocomplete
77
documentation: ug
88
---
99

1010

11-
## How To
11+
# How To Section in AngularJS Autocomplete
1212

1313
### Set Client Side Validation for Autocomplete?
1414

angularjs/Autocomplete/multiple-columns.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: Multiple Columns in AngularJS AutoComplete Control | Syncfusion
4-
description: Learn here about Multiple Columns support in Syncfusion Essential AngularJS AutoComplete control, its elements, and more.
3+
title: Multiple Columns in AngularJS Autocomplete Control | Syncfusion
4+
description: Learn here about Multiple Columns support in Syncfusion Essential AngularJS Autocomplete Control, its elements, and more.
55
platform: AngularJS
66
control: Autocomplete
77
documentation: ug
88
---
99

10-
# Multiple Columns in Essential AngularJS AutoComplete
10+
# Multiple Columns in Essential AngularJS Autocomplete
1111

1212
The Autocomplete allows list of data to be displayed in several columns and column collection can be defined and customized through the [e-multicolumnsettings ](http://help.syncfusion.com/api/js/ejautocomplete)property.
1313

@@ -145,7 +145,7 @@ columns: [
145145

146146
Run the above code to render the following output.
147147

148-
![Multiple Columns in AngularJS AutoComplete](multiple-columns_images\multiple-columns_img1.png)
148+
![Multiple Columns in AngularJS Autocomplete](multiple-columns_images\multiple-columns_img1.png)
149149

150150

151151

angularjs/Autocomplete/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: overview
4-
description: overview
3+
title: Overview in AngularJS AutoComplete Control | Syncfusion
4+
description: Learn here about Overview support in Syncfusion Essential AngularJS Autocomplete Control, its elements, and more.
55
platform: AngularJS
66
control: AutoComplete
77
documentation: ug
88
---
99

10-
## Overview
10+
# Overview in Essential AngularJS AutoComplete
1111

1212
The Essential Angular AutoComplete control is a textbox control that provides a list of suggestions based on the user query.When the users enters the text in the text box, the control performs a search operation and provides a list of results in the suggestion pop up. There are several filter types available to perform the search.
1313

angularjs/Autocomplete/template-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Template Support in AngularJS AutoComplete Control | Syncfusion
4-
description: Learn here about Template support in Syncfusion Essential AngularJS AutoComplete control, its elements, and more.
4+
description: Learn here more about Template Support in Syncfusion Essential AngularJS Autocomplete Control, its elements, and more
55
platform: AngularJS
66
control: Autocomplete
77
documentation: ug
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Essential Studio for AngularJS 2022 Volume 3 SP Release Release Notes
3+
description: Essential Studio for AngularJS 2022 Volume 3 SP Release Release Notes
4+
platform: AngularJS
5+
documentation: ug
6+
---
7+
8+
# Essential Studio for AngularJS Release Notes
9+
10+
{% include release-info.html date="November 08, 2022" version="v20.3.0.56" %}
11+
12+
{% directory path: _includes/release-notes/v20.3.0.56 %}
13+
14+
{% include {{file.url}} %}
15+
16+
{% enddirectory %}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Essential Studio for AngularJS Weekly Nuget Release Release Notes
3+
description: Essential Studio for AngularJS Weekly Nuget Release Release Notes
4+
platform: AngularJS
5+
documentation: ug
6+
---
7+
8+
# Essential Studio for AngularJS Release Notes
9+
10+
{% include release-info.html date="November 15, 2022" version="v20.3.0.57" %}
11+
12+
{% directory path: _includes/release-notes/v20.3.0.57 %}
13+
14+
{% include {{file.url}} %}
15+
16+
{% enddirectory %}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Essential Studio for AngularJS Weekly Nuget Release Release Notes
3+
description: Essential Studio for AngularJS Weekly Nuget Release Release Notes
4+
platform: AngularJS
5+
documentation: ug
6+
---
7+
8+
# Essential Studio for AngularJS Release Notes
9+
10+
{% include release-info.html date="November 22, 2022" version="v20.3.0.58" %}
11+
12+
13+
{% directory path: _includes/release-notes/v20.3.0.58 %}
14+
15+
{% include {{file.url}} %}
16+
17+
{% enddirectory %}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Essential Studio for AngularJS Weekly Nuget Release Release Notes
3+
description: Essential Studio for AngularJS Weekly Nuget Release Release Notes
4+
platform: AngularJS
5+
documentation: ug
6+
---
7+
8+
# Essential Studio for AngularJS Release Notes
9+
10+
{% include release-info.html date="November 29, 2022" version="v20.3.0.59" %}
11+
12+
13+
{% directory path: _includes/release-notes/v20.3.0.59 %}
14+
15+
{% include {{file.url}} %}
16+
17+
{% enddirectory %}

0 commit comments

Comments
 (0)