From 0113b7860a6dcdb6631ff733a8a15aa99f976517 Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Wed, 21 Aug 2024 10:59:58 +0300 Subject: [PATCH 1/3] SEO-187952 ASPNET-Web-Forms-SEO-187952-ASPNET Web Forms HTTP to HTTPS --- aspnet/RichTextEditor/Working-with-Content.md | 6 +++--- aspnet/Tooltip/Customization.md | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/aspnet/RichTextEditor/Working-with-Content.md b/aspnet/RichTextEditor/Working-with-Content.md index 0a3e2b607..dbe569184 100644 --- a/aspnet/RichTextEditor/Working-with-Content.md +++ b/aspnet/RichTextEditor/Working-with-Content.md @@ -138,7 +138,7 @@ The ContentEditable attribute allows you to make any element of HTML content to {% endhighlight %} -N> Content editable is fully compatible with latest browsers, to know more details, see [here](http://www.w3schools.com/tags/att_global_contenteditable.asp#). +N> Content editable is fully compatible with latest browsers, to know more details, see [here](https://www.w3schools.com/tags/att_global_contenteditable.asp). ## Submit Content @@ -161,7 +161,7 @@ The editor allows you to process its content before it is being submitted to the ## Refresh -When you move the editor’s wrapper element into another DOM element, the editor needs to be reinitialized by the [refresh](http://help.syncfusion.com/js/api/ejrte#methods:refresh) method to retain its content. The method reload the content area and rebind the events of the editor. +When you move the editor’s wrapper element into another DOM element, the editor needs to be reinitialized by the [refresh](https://help.syncfusion.com/api/js/ejrte#methods:refresh) method to retain its content. The method reload the content area and rebind the events of the editor. {% highlight html %} @@ -198,7 +198,7 @@ When you move the editor’s wrapper element into another DOM element, the edito The editor is capable to persist its content with HTML format. By default, the persistence support is disabled in the editor. When you set the EnablePersistence property to true, the persistence will be enabled in the editor. -N> [local storage](http://www.w3schools.com/html/html5_webstorage.asp#) is not supported below ie9 version, therefore persistence support is fallback to [cookie](http://www.w3schools.com/js/js_cookies.asp#). +N> [local storage](https://www.w3schools.com/html/html5_webstorage.asp) is not supported below ie9 version, therefore persistence support is fallback to [cookie](https://www.w3schools.com/js/js_cookies.asp). {% highlight html %} diff --git a/aspnet/Tooltip/Customization.md b/aspnet/Tooltip/Customization.md index 4c49ca1fe..1f8341127 100644 --- a/aspnet/Tooltip/Customization.md +++ b/aspnet/Tooltip/Customization.md @@ -8,7 +8,7 @@ documentation: ug keywords : Tooltip, ASP Tooltip, ASP Tooltip,ASP Tooltip widget, ASP Tooltip template,ASP Tooltip title, ASP Tooltip Animation, ASP Tooltip Content, ASP Tooltip Close mode --- -# Customization +# Customization in ASP.NET Web Forms Tooltip ## Template Support @@ -133,7 +133,7 @@ None (Default)
No effect takes place
-Let's create a Tooltip that slides down when shown using the [animation](http://help.syncfusion.com/js/api/ejtooltip#members:animation) property: +Let's create a Tooltip that slides down when shown using the [animation](https://help.syncfusion.com/api/js/ejtooltip#members:animation) property: {% highlight html %} @@ -149,7 +149,7 @@ Let's create a Tooltip that slides down when shown using the [animation](http:// ### Custom Animation -Custom animation effect for both Tooltip show/hide can also be done by [show](http://help.syncfusion.com/js/api/ejtooltip#methods:show) and [hide](http://help.syncfusion.com/js/api/ejtooltip#methods:hide) method. +Custom animation effect for both Tooltip show/hide can also be done by [show](https://help.syncfusion.com/js/api/ejtooltip#methods:show) and [hide](https://help.syncfusion.com/api/js/ejtooltip#methods:hide) method. Show or Hide method may receive an optional 'callback' parameter, which represents a function you'd like to call which will animate the tooltip. @@ -229,7 +229,7 @@ Tooltip will be hidden when mouse leaves the target element.
### Auto -The tooltip will be visible only for the period of time specified in the [autoCloseTimeout](http://help.syncfusion.com/js/api/ejtooltip#members:autoclosetimeout). +The tooltip will be visible only for the period of time specified in the [autoCloseTimeout](https://help.syncfusion.com/api/js/ejtooltip#members:autoclosetimeout). Let see an example, this Tooltip will only hide after hovering the target for 2000ms From eb8ccae6b160806a05527c2088f3cf3e3f6829e4 Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Wed, 21 Aug 2024 11:23:13 +0300 Subject: [PATCH 2/3] modified description --- aspnet/RichTextEditor/Working-with-Content.md | 2 +- aspnet/Tooltip/Customization.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnet/RichTextEditor/Working-with-Content.md b/aspnet/RichTextEditor/Working-with-Content.md index dbe569184..29200366e 100644 --- a/aspnet/RichTextEditor/Working-with-Content.md +++ b/aspnet/RichTextEditor/Working-with-Content.md @@ -1,7 +1,7 @@ --- layout: post title: Working with content related operation|RTE|Syncfusion|ASP.NET -description: Working with Content related changes in RichTextEditor control +description: Learn here about working with content related changes in ASP.NET Web Forms RichTextEditor control, its,elements, and more. platform: aspnet control: RTE documentation: ug diff --git a/aspnet/Tooltip/Customization.md b/aspnet/Tooltip/Customization.md index 1f8341127..212bf70f5 100644 --- a/aspnet/Tooltip/Customization.md +++ b/aspnet/Tooltip/Customization.md @@ -1,7 +1,7 @@ --- layout: post title: Customization | Tooltip | ASP.NET | Syncfusion -description: Customization in Tooltip widget for Syncfusion Essential ASP +description: Learn here about customization support in Syncfusion Essential ASP.NET Web Forms Tooltip, its elements, and more. platform: aspnet control: Tooltip documentation: ug From ce817959810d9df210110d605093174c38e4d2ff Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Wed, 21 Aug 2024 15:11:30 +0300 Subject: [PATCH 3/3] made change --- aspnet/RichTextEditor/Working-with-Content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/RichTextEditor/Working-with-Content.md b/aspnet/RichTextEditor/Working-with-Content.md index 29200366e..e118dc73b 100644 --- a/aspnet/RichTextEditor/Working-with-Content.md +++ b/aspnet/RichTextEditor/Working-with-Content.md @@ -1,7 +1,7 @@ --- layout: post title: Working with content related operation|RTE|Syncfusion|ASP.NET -description: Learn here about working with content related changes in ASP.NET Web Forms RichTextEditor control, its,elements, and more. +description: Learn here about working with content related changes in ASP.NET Web Forms RichTextEditor control, its elements, and more. platform: aspnet control: RTE documentation: ug