Skip to content

Commit a12b3c1

Browse files
Merge pull request #103 from syncfusion-content/SEO-2245_Site_Audit_Issues
SEO-2245_Site_Audit_Issues
2 parents 93a90ec + 0aeeae3 commit a12b3c1

File tree

8 files changed

+26
-26
lines changed

8 files changed

+26
-26
lines changed

angular/DropDownList/HowTo.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
layout: post
3-
title: How to - DropDownList widget for Syncfusion Essential JS
4-
description: How To Section in DropDownList widget for Syncfusion Essential JS
3+
title: How to - DropDownList widget for Syncfusion Essential Angular
4+
description: How To Section in DropDownList widget for Syncfusion Essential Angular, its elements, features, and more.
55
platform: angular
66
control: DropDownList
77
documentation: ug
88
keywords: DropDownList, dropdown, Adding Items, Set Focus, custommization
99
api: /api/js/ejdropdownlist
1010
---
1111

12-
# How To
12+
# How To Section in Angular DropDownList
1313

1414
## Set focus to control initially?
1515

@@ -161,7 +161,7 @@ export class DropDownListComponent {
161161

162162
The following screenshot will exhibit the select event arguments details,
163163

164-
![](HowTo_images/HowTo_img1.jpeg)
164+
![Angular DropDownList Retrieve the selected item data](HowTo_images/HowTo_img1.jpeg)
165165

166166
## Append custom HTML in DropDownList popup outside the scroller part?
167167

@@ -298,9 +298,9 @@ export class DropDownListComponent {
298298

299299
The following screenshot exhibits the output of the above code,
300300

301-
![](HowTo_images/HowTo_img2.jpeg)
301+
![Angular DropDownList Add check all option in popup list](HowTo_images/HowTo_img2.jpeg)
302302

303-
# To Cascade DropDownLists with different field names
303+
## To Cascade DropDownLists with different field names
304304
By default cascading is performed based on the Value field, so that it needs to be same with cascaded DropDownList. If you need to cascade 2 DropDownLists with different field names and same values in it, you can achieve it using cascadeQuery and [cascade](https://help.syncfusion.com/api/js/ejdropdownlist#events:cascade "") event. Define the cascade event for the DropDownList from which you need to filter the datasource for the other DropDownList.
305305

306306
In the cascade event arguments, modify the cascadeQuery which has the filtering query for the cascading DropDownList with your customized query. So to filter the datasource based on the different field names, pass an ej.Query() which want to execute for cascade DropDownList.
@@ -368,7 +368,7 @@ export class cascadeToComponent {
368368

369369
{% endhighlight %}
370370

371-
![](HowTo_images/HowTo_img3.png)
371+
![Angular DropDownList To Cascade DropDownLists with different field names](HowTo_images/HowTo_img3.png)
372372

373373
## To reorder the selected items and assign it to the top of popup list
374374
Consider a DropDownList enabled with Virtual Scrolling, Filter search and Checkbox. This allows you to search through the list items and select multiple items. Selected items will be maintained in the DropDownList textbox but randomly shown in the pop up.
@@ -714,10 +714,10 @@ export class DropDownListComponent {
714714
The following screenshot exhibits the output of above code:
715715

716716
Before removing an item:
717-
![](HowTo_images/Image1.JPG)
717+
![Angular DropDownList Before removing an item](HowTo_images/Image1.JPG)
718718

719719
After removing an item:
720-
![](HowTo_images/Image2.JPG)
720+
![Angular DropDownList After removing an item](HowTo_images/Image2.JPG)
721721

722722

723723
## Select the image rather than the text from the DropDownList when the template concept is used?
@@ -807,7 +807,7 @@ Apply the following styles
807807

808808
{% endhighlight %}
809809

810-
![](HowTo_images/customValue.png)
810+
![Angular DropDownList customValue](HowTo_images/customValue.png)
811811

812812
N> This scenarios, will be suits for the single select mode in the DropDownList.
813813

@@ -867,7 +867,7 @@ export class DropDownListComponent {
867867

868868
{% endhighlight %}
869869

870-
![](HowTo_images/htmlAttr.png)
870+
![Angular DropDownList htmlAttr](HowTo_images/htmlAttr.png)
871871

872872
## Add tooltip on hovering the DropDownList’s items?
873873

@@ -1086,7 +1086,7 @@ export class DropdownlistComponent {
10861086

10871087
{% endhighlight %}
10881088

1089-
![](HowTo_images/Json1.png)
1089+
![Angular DropDownList JSON data source](HowTo_images/Json1.png)
10901090

10911091
Method 2: Using Visual Mode
10921092

@@ -1134,4 +1134,4 @@ export class DropdownlistComponent {
11341134

11351135
{% endhighlight %}
11361136

1137-
![](HowTo_images/Json2.png)
1137+
![Angular DropDownList Json](HowTo_images/Json2.png)

angular/Maps/Public-Methods-and-Events.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
layout: post
3-
title: Syncfusion EJ1 Maps - Public Methods and Events
4-
description: Public Methods and Events
3+
title: Public Methods and Events in Angular Maps Control | Syncfusion
4+
description: Learn here about Public Methods and Events in Syncfusion Essential Angular Maps Control, its elements, and more.
55
platform: Angular
66
control: Maps
77
documentation: ug
88
---
99

1010

11-
## Methods
11+
# Public Methods and Events in Angular Maps
1212

13-
### navigateTo(latitude, longitude, level)
13+
## navigateTo(latitude, longitude, level)
1414

1515

1616
Method for navigating to specific shape based on latitude, longitude and zoom level.
-195 KB
Loading
-193 KB
Loading
-341 KB
Loading
-289 KB
Loading
-495 KB
Loading

angular/Rotator/display-settings.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
layout: post
3-
title: display settings
4-
description: display settings
3+
title: Display settings in Angular Rotator Control | Syncfusion
4+
description: Learn here about display settings support in Syncfusion Essential Angular Rotator Control, its elements, and more.
55
platform: Angular
66
control: rotator
77
documentation: ug
88
---
99

10-
## Display settings
10+
# Display settings in Angular Rotator
1111

12-
### Display Items count
12+
## Display Items count
1313

1414
This property specifies the number of Rotator Items to be displayed. The default value is ‘1’. The value set to this property is string or number.
1515

@@ -68,7 +68,7 @@ This property specifies the number of Rotator Items to be displayed. The defau
6868
{% endhighlight %}
6969

7070

71-
![](display settings_images\displayitemscount_img1.png)
71+
![Angular Rotator displayitemscount](display settings_images\displayitemscount_img1.png)
7272

7373
### Navigation steps
7474

@@ -109,7 +109,7 @@ This property specifies the number of Rotator Items to navigate on a single
109109

110110

111111

112-
![](display settings_images\navigationsteps_img1.png)
112+
![Angular Rotator navigationsteps](display settings_images\navigationsteps_img1.png)
113113

114114
### Set Starting index
115115

@@ -150,7 +150,7 @@ This property **startIndex** sets the index of the slide that is displayed fir
150150

151151

152152

153-
![](display settings_images\setstartingindex_img1.png)
153+
![Angular Rotator setstartingindex](display settings_images\setstartingindex_img1.png)
154154

155155
### Frame space
156156

@@ -191,7 +191,7 @@ This **frameSpace** property sets the space between the Rotator Items. The val
191191

192192

193193

194-
![](display settings_images\framespace_img1.png)
194+
![Angular Rotator framespace](display settings_images\framespace_img1.png)
195195

196196
### Animation settings
197197

@@ -474,7 +474,7 @@ This feature allows you to add text along with the image in Rotator component
474474

475475

476476

477-
![](display settings_images\imagewithcontents_img1.png)
477+
![Angular Rotator imagewithcontents](display settings_images\imagewithcontents_img1.png)
478478

479479

480480

0 commit comments

Comments
 (0)