Skip to content

Commit d81e7ad

Browse files
Merge pull request #251 from Syncfusion-Content/hotfix/hotfix-v20.4.0.48
DOCINFRA-2341_merged_using_automation
2 parents 6e41dc0 + 9550af7 commit d81e7ad

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

angular/DropDownList/LoadOnDemand.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
3-
title: Load on demand in DropDownList widget
4-
description: Load on demand in DropDownList widget
3+
title: Load on demand in Angular DropDownList Control | Syncfusion
4+
description: Learn here about Load on demand support in Syncfusion Essential DropDownList Control, its elements, and more.
55
platform: AngularJS
66
control: DropDownList
77
documentation: ug
88
keywords: loadOnDemand, DropDownList, dropdown
99

1010
---
11-
## Load On Demand
11+
# Load On Demand in Angular DropDownList
1212

1313
Load on demand feature allows the DropDownList items load on request from the service/database, during only on click the DropDown icon or DropDownList. This functionality helps to improve performance on control initial rendering time. Because data items load on request.
1414

@@ -55,4 +55,4 @@ export class DefaultComponent {
5555

5656
{% endhighlight %}
5757

58-
![](LoadOnDemand_images/loadondemand.png)
58+
![Angular DropDownList load on demand](LoadOnDemand_images/loadondemand.png)

angular/DropDownList/Localization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
layout: post
3-
title: Localization in DropDownList widget
4-
description: Localization in DropDownList widget
3+
title: Localization in Angular DropDownList Control | Syncfusion
4+
description: Learn here about Localization support in Syncfusion Essential DropDownList Control, its elements, and more.
55
platform: Angular
66
control: DropDownList
77
documentation: ug
88
---
9-
# Localization
9+
# Localization in Angular DropDownList
1010

1111
The DropDownList provides option to localize its strings, it is used to adapting the DropDownList to a particular local language. By default, the DropDownList will use the US English (en-US) as its language.
1212

angular/DropDownList/SettingDimension.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,21 @@ documentation: ug
1313

1414
### Fixed Size DropDownList widget
1515

16-
You can customize the widget dimensions using [width](http://help.syncfusion.com/api/js/ejdropdownlist#members:width) and [height](http://help.syncfusion.com/api/js/ejdropdownlist#members:height) properties. Fixed size values can be specified in pixel or percentage values. By default the DropDownList wrapper will be assigned with "143px" width and "30px" height.
16+
You can customize the widget dimensions using [width](https://help.syncfusion.com/api/js/ejdropdownlist#members:width) and [height](https://help.syncfusion.com/api/js/ejdropdownlist#members:height) properties. Fixed size values can be specified in pixel or percentage values. By default the DropDownList wrapper will be assigned with "143px" width and "30px" height.
1717

1818
### Fixed size popup list
1919

20-
You can customize the popup list dimensions using [popupWidth](http://help.syncfusion.com/api/js/ejdropdownlist#members:popupwidth) and [popupHeight](http://help.syncfusion.com/api/js/ejdropdownlist#members:popupheight) properties. Fixed size values can be specified in pixel or percentage values. By default popup width is auto and popup height is "152px".
20+
You can customize the popup list dimensions using [popupWidth](http://help.syncfusion.com/api/js/ejdropdownlist#members:popupwidth) and [popupHeight](https://help.syncfusion.com/api/js/ejdropdownlist#members:popupheight) properties. Fixed size values can be specified in pixel or percentage values. By default popup width is auto and popup height is "152px".
2121

2222
### Auto Sizing
2323

2424
DropDownList is adaptive to mobile and web layout such that it is adjustable with screen resolution. The textbox will be rendered based on its parent containers dimensions on assigning 100% values to the width property. Default value for popupWidth is auto, so when you assign 100% to popupWidth then it will be rendered based on specified range.
2525

2626
### Limit the number of items
2727

28-
You can use [itemsCount](http://help.syncfusion.com/api/js/ejdropdownlist#members:itemscount) property to fetch only the specific number of items from the data source. To fetch the remaining items you can enable [virtual scrolling](databinding#virtual-scrolling) support which loads the data on scrolling the data items in popup list.
28+
You can use [itemsCount](https://help.syncfusion.com/api/js/ejdropdownlist#members:itemscount) property to fetch only the specific number of items from the data source. To fetch the remaining items you can enable [virtual scrolling](databinding#virtual-scrolling) support which loads the data on scrolling the data items in popup list.
2929

30-
N> By default popup list is shown on DropDownList button click but you can display the list initially by enabling the [showPopupOnLoad](http://help.syncfusion.com/api/js/ejdropdownlist#members:showpopuponload) property. You can also use [showPopup ()](http://help.syncfusion.com/api/js/ejdropdownlist#methods:showpopup) or [hidePopup ()](http://help.syncfusion.com/api/js/ejdropdownlist#methods:hidepopup) methods at run time to display or hide the popup list.
30+
N> By default popup list is shown on DropDownList button click but you can display the list initially by enabling the [showPopupOnLoad](https://help.syncfusion.com/api/js/ejdropdownlist#members:showpopuponload) property. You can also use [showPopup ()](https://help.syncfusion.com/api/js/ejdropdownlist#methods:showpopup) or [hidePopup ()](https://help.syncfusion.com/api/js/ejdropdownlist#methods:hidepopup) methods at run time to display or hide the popup list.
3131

3232
{% highlight html %}
3333

@@ -73,12 +73,12 @@ export class DropDownListComponent {
7373

7474
## Popup resizing
7575

76-
To show a resize handle in the popup list, use [enablePopupResize](http://help.syncfusion.com/api/js/ejdropdownlist#members:enablepopupresize) property. You can customize the resize functionality by setting dimensions to the following properties.
76+
To show a resize handle in the popup list, use [enablePopupResize](https://help.syncfusion.com/api/js/ejdropdownlist#members:enablepopupresize) property. You can customize the resize functionality by setting dimensions to the following properties.
7777

7878
<table>
7979
<tr>
8080
<td>
81-
{{'[minPopupWidth](http://help.syncfusion.com/api/js/ejdropdownlist#members:minpopupwidth)'| markdownify }}
81+
{{'[minPopupWidth](https://help.syncfusion.com/api/js/ejdropdownlist#members:minpopupwidth)'| markdownify }}
8282
<br/>
8383
</td>
8484
<td>
@@ -88,7 +88,7 @@ To show a resize handle in the popup list, use [enablePopupResize](http://help.s
8888
</tr>
8989
<tr>
9090
<td>
91-
{{'[maxPopupWidth](http://help.syncfusion.com/api/js/ejdropdownlist#members:maxpopupwidth)'| markdownify }}
91+
{{'[maxPopupWidth](https://help.syncfusion.com/api/js/ejdropdownlist#members:maxpopupwidth)'| markdownify }}
9292
<br/>
9393
</td>
9494
<td>
@@ -98,7 +98,7 @@ To show a resize handle in the popup list, use [enablePopupResize](http://help.s
9898
</tr>
9999
<tr>
100100
<td>
101-
{{'[minPopupHeight](http://help.syncfusion.com/api/js/ejdropdownlist#members:minpopupheight)'| markdownify }}
101+
{{'[minPopupHeight](https://help.syncfusion.com/api/js/ejdropdownlist#members:minpopupheight)'| markdownify }}
102102
<br/>
103103
</td>
104104
<td>
@@ -108,7 +108,7 @@ To show a resize handle in the popup list, use [enablePopupResize](http://help.s
108108
</tr>
109109
<tr>
110110
<td>
111-
{{'[maxPopupHeight](http://help.syncfusion.com/api/js/ejdropdownlist#members:maxpopupheight)'| markdownify }}
111+
{{'[maxPopupHeight](https://help.syncfusion.com/api/js/ejdropdownlist#members:maxpopupheight)'| markdownify }}
112112
<br/>
113113
</td>
114114
<td>

0 commit comments

Comments
 (0)