From 479fa9b6479be2cb216a1179c2d050eb4ec77eb5 Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Mon, 25 Sep 2023 17:10:54 +0300 Subject: [PATCH 1/4] SEO-176113-Image-Alt-Text-Xamarin --- xamarin-android/SfCarousel/getting-started.md | 6 +++--- xamarin-android/SfComboBox/ComboBox-Modes.md | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/xamarin-android/SfCarousel/getting-started.md b/xamarin-android/SfCarousel/getting-started.md index f3183dc9..ca8e82cd 100644 --- a/xamarin-android/SfCarousel/getting-started.md +++ b/xamarin-android/SfCarousel/getting-started.md @@ -1,13 +1,13 @@ --- layout : post title : Getting Started with Syncfusion Carousel Control for Xamarin.Android -description : A quick tour to initial users on Syncfusion carousel control for Xamarin.Android platform. +description : Learn here about getting started in Syncfusion Essential Xamarin.Android SfCarousel Control, its elements, and more. platform : Xamarin.Android control : SfCarousel documentation : ug --- -# Getting Started +# Getting Started with Xamarin.Android SfCarousel This section explains you the steps to configure a SfCarousel control in a real-time scenario and also provides a walk-through on some of the customization features available in SfCarousel control. @@ -114,6 +114,6 @@ carousel.SelectedIndex=2; {% endhighlight %} -![](images/carousel.png) +![Selected Index Xamarin.Android SfCarousel](images/carousel.png) You can find the complete getting started sample from this [Link](http://www.syncfusion.com/downloads/support/directtrac/general/ze/GettingStartedSampleCarousel39791457) \ No newline at end of file diff --git a/xamarin-android/SfComboBox/ComboBox-Modes.md b/xamarin-android/SfComboBox/ComboBox-Modes.md index c4171b9d..e1663541 100644 --- a/xamarin-android/SfComboBox/ComboBox-Modes.md +++ b/xamarin-android/SfComboBox/ComboBox-Modes.md @@ -1,13 +1,13 @@ --- layout : post title : ComboBox modes for Syncfusion ComboBox control in Xamarin.Android -description : Learn how to change the ComboBox modes in SfComboBox +description : Learn how to change the ComboBox modes in in Syncfusion Essential Xamarin.Android SfComboBox Control, its elements, and more. platform : Xamarin.Android control : SfComboBox documentation : ug --- -# ComboBox modes +# ComboBox modes in Xamarin.Android SfComboBox The SfComboBox supports both editable and non-editable text boxes to choose selected items in given data source. Users can select an item from the suggestion list. @@ -23,7 +23,7 @@ comboBox.IsEditableMode = true; {% endtabs %} -![](images/editable.png) +![Editable Combo Box in Xamarin.Android SfComboBox](images/editable.png) ## Non-editable combo box @@ -37,5 +37,5 @@ comboBox.IsEditableMode = false; {% endtabs %} -![](images/noneditable.png) +![Non-editable Combo Box in Xamarin.Android SfComboBox](images/noneditable.png) From 7b352e547edef3484d190179fdc29508594017f9 Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Tue, 26 Sep 2023 16:45:01 +0300 Subject: [PATCH 2/4] Updated --- xamarin-android/SfCarousel/getting-started.md | 4 ++-- xamarin-android/SfComboBox/ComboBox-Modes.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/xamarin-android/SfCarousel/getting-started.md b/xamarin-android/SfCarousel/getting-started.md index ca8e82cd..fd166e26 100644 --- a/xamarin-android/SfCarousel/getting-started.md +++ b/xamarin-android/SfCarousel/getting-started.md @@ -1,13 +1,13 @@ --- layout : post title : Getting Started with Syncfusion Carousel Control for Xamarin.Android -description : Learn here about getting started in Syncfusion Essential Xamarin.Android SfCarousel Control, its elements, and more. +description : Learn here about getting started with Syncfusion Essential Xamarin.Android Carousel Control, its elements, and more. platform : Xamarin.Android control : SfCarousel documentation : ug --- -# Getting Started with Xamarin.Android SfCarousel +# Getting Started with Xamarin.Android Carousel This section explains you the steps to configure a SfCarousel control in a real-time scenario and also provides a walk-through on some of the customization features available in SfCarousel control. diff --git a/xamarin-android/SfComboBox/ComboBox-Modes.md b/xamarin-android/SfComboBox/ComboBox-Modes.md index e1663541..9b84edba 100644 --- a/xamarin-android/SfComboBox/ComboBox-Modes.md +++ b/xamarin-android/SfComboBox/ComboBox-Modes.md @@ -1,13 +1,13 @@ --- layout : post title : ComboBox modes for Syncfusion ComboBox control in Xamarin.Android -description : Learn how to change the ComboBox modes in in Syncfusion Essential Xamarin.Android SfComboBox Control, its elements, and more. +description : Learn how to change the ComboBox modes in in Syncfusion Essential Xamarin.Android ComboBox Control, its elements, and more. platform : Xamarin.Android control : SfComboBox documentation : ug --- -# ComboBox modes in Xamarin.Android SfComboBox +# ComboBox modes in Xamarin.Android ComboBox The SfComboBox supports both editable and non-editable text boxes to choose selected items in given data source. Users can select an item from the suggestion list. @@ -23,7 +23,7 @@ comboBox.IsEditableMode = true; {% endtabs %} -![Editable Combo Box in Xamarin.Android SfComboBox](images/editable.png) +![Editable ComboBox in Xamarin.Android](images/editable.png) ## Non-editable combo box @@ -37,5 +37,5 @@ comboBox.IsEditableMode = false; {% endtabs %} -![Non-editable Combo Box in Xamarin.Android SfComboBox](images/noneditable.png) +![Non-editable ComboBox in Xamarin.Android](images/noneditable.png) From b209f622e3076b35f8a5a9fa6a19fb9b691c1134 Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Thu, 28 Sep 2023 09:10:50 +0300 Subject: [PATCH 3/4] Updated --- xamarin-android/SfCarousel/getting-started.md | 2 +- xamarin-android/SfComboBox/ComboBox-Modes.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xamarin-android/SfCarousel/getting-started.md b/xamarin-android/SfCarousel/getting-started.md index fd166e26..d1adb230 100644 --- a/xamarin-android/SfCarousel/getting-started.md +++ b/xamarin-android/SfCarousel/getting-started.md @@ -114,6 +114,6 @@ carousel.SelectedIndex=2; {% endhighlight %} -![Selected Index Xamarin.Android SfCarousel](images/carousel.png) +![Selected index Xamarin.Android Carousel](images/carousel.png) You can find the complete getting started sample from this [Link](http://www.syncfusion.com/downloads/support/directtrac/general/ze/GettingStartedSampleCarousel39791457) \ No newline at end of file diff --git a/xamarin-android/SfComboBox/ComboBox-Modes.md b/xamarin-android/SfComboBox/ComboBox-Modes.md index 9b84edba..c7d65a4e 100644 --- a/xamarin-android/SfComboBox/ComboBox-Modes.md +++ b/xamarin-android/SfComboBox/ComboBox-Modes.md @@ -1,7 +1,7 @@ --- layout : post -title : ComboBox modes for Syncfusion ComboBox control in Xamarin.Android -description : Learn how to change the ComboBox modes in in Syncfusion Essential Xamarin.Android ComboBox Control, its elements, and more. +title : ComboBox modes in Xamarin.Android ComboBox Control | Syncfusion +description : Learn how to change the ComboBox modes in Syncfusion Essential Xamarin.Android ComboBox Control, its elements, and more. platform : Xamarin.Android control : SfComboBox documentation : ug From 207418f56b99daa72c708915945b80b484e7e45a Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Mon, 4 Dec 2023 11:26:44 +0300 Subject: [PATCH 4/4] Update getting-started.md --- xamarin-android/SfCarousel/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xamarin-android/SfCarousel/getting-started.md b/xamarin-android/SfCarousel/getting-started.md index d1adb230..c6466ff4 100644 --- a/xamarin-android/SfCarousel/getting-started.md +++ b/xamarin-android/SfCarousel/getting-started.md @@ -1,6 +1,6 @@ --- layout : post -title : Getting Started with Syncfusion Carousel Control for Xamarin.Android +title : Getting Started with Xamarin.Android Carousel Control | Syncfusion description : Learn here about getting started with Syncfusion Essential Xamarin.Android Carousel Control, its elements, and more. platform : Xamarin.Android control : SfCarousel