From b0f11427e0f2d75766c32442063d04867dd8c9b4 Mon Sep 17 00:00:00 2001 From: gowthamanthavasiyappan <90315799+gowthamanthavasiyappan@users.noreply.github.com> Date: Fri, 3 Mar 2023 15:05:00 +0530 Subject: [PATCH] SEO-3356-semrush-report-issues --- angular/DropDownList/LoadOnDemand.md | 8 ++++---- angular/DropDownList/Localization.md | 6 +++--- angular/DropDownList/SettingDimension.md | 18 +++++++++--------- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/angular/DropDownList/LoadOnDemand.md b/angular/DropDownList/LoadOnDemand.md index e583e763..68b19507 100644 --- a/angular/DropDownList/LoadOnDemand.md +++ b/angular/DropDownList/LoadOnDemand.md @@ -1,14 +1,14 @@ --- layout: post -title: Load on demand in DropDownList widget -description: Load on demand in DropDownList widget +title: Load on demand in Angular DropDownList Control | Syncfusion +description: Learn here about Load on demand support in Syncfusion Essential DropDownList Control, its elements, and more. platform: AngularJS control: DropDownList documentation: ug keywords: loadOnDemand, DropDownList, dropdown --- -## Load On Demand +# Load On Demand in Angular DropDownList 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. @@ -55,4 +55,4 @@ export class DefaultComponent { {% endhighlight %} - \ No newline at end of file + \ No newline at end of file diff --git a/angular/DropDownList/Localization.md b/angular/DropDownList/Localization.md index 491f4152..1016c013 100644 --- a/angular/DropDownList/Localization.md +++ b/angular/DropDownList/Localization.md @@ -1,12 +1,12 @@ --- layout: post -title: Localization in DropDownList widget -description: Localization in DropDownList widget +title: Localization in Angular DropDownList Control | Syncfusion +description: Learn here about Localization support in Syncfusion Essential DropDownList Control, its elements, and more. platform: Angular control: DropDownList documentation: ug --- -# Localization +# Localization in Angular DropDownList 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. diff --git a/angular/DropDownList/SettingDimension.md b/angular/DropDownList/SettingDimension.md index 198065a5..8aa07040 100644 --- a/angular/DropDownList/SettingDimension.md +++ b/angular/DropDownList/SettingDimension.md @@ -13,11 +13,11 @@ documentation: ug ### Fixed Size DropDownList widget -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. +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. ### Fixed size popup list -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". +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". ### Auto Sizing @@ -25,9 +25,9 @@ DropDownList is adaptive to mobile and web layout such that it is adjustable wit ### Limit the number of items -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. +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. -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. +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. {% highlight html %} @@ -73,12 +73,12 @@ export class DropDownListComponent { ## Popup resizing -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. +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.
|
- {{'[minPopupWidth](http://help.syncfusion.com/api/js/ejdropdownlist#members:minpopupwidth)'| markdownify }}
+ {{'[minPopupWidth](https://help.syncfusion.com/api/js/ejdropdownlist#members:minpopupwidth)'| markdownify }}
|
@@ -88,7 +88,7 @@ To show a resize handle in the popup list, use [enablePopupResize](http://help.s |
|
- {{'[maxPopupWidth](http://help.syncfusion.com/api/js/ejdropdownlist#members:maxpopupwidth)'| markdownify }}
+ {{'[maxPopupWidth](https://help.syncfusion.com/api/js/ejdropdownlist#members:maxpopupwidth)'| markdownify }}
|
@@ -98,7 +98,7 @@ To show a resize handle in the popup list, use [enablePopupResize](http://help.s |
|
- {{'[minPopupHeight](http://help.syncfusion.com/api/js/ejdropdownlist#members:minpopupheight)'| markdownify }}
+ {{'[minPopupHeight](https://help.syncfusion.com/api/js/ejdropdownlist#members:minpopupheight)'| markdownify }}
|
@@ -108,7 +108,7 @@ To show a resize handle in the popup list, use [enablePopupResize](http://help.s |
|
- {{'[maxPopupHeight](http://help.syncfusion.com/api/js/ejdropdownlist#members:maxpopupheight)'| markdownify }}
+ {{'[maxPopupHeight](https://help.syncfusion.com/api/js/ejdropdownlist#members:maxpopupheight)'| markdownify }}
|