diff --git a/aspnet/RichTextEditor/Working-with-Content.md b/aspnet/RichTextEditor/Working-with-Content.md index 0a3e2b607..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: 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 @@ -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..212bf70f5 100644 --- a/aspnet/Tooltip/Customization.md +++ b/aspnet/Tooltip/Customization.md @@ -1,14 +1,14 @@ --- 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 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