Skip to content

SEO-187952 ASPNET-Web-Forms-SEO-187952-ASPNET Web Forms HTTP to HTTPS #541

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions aspnet/RichTextEditor/Working-with-Content.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

Expand All @@ -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 %}

Expand Down Expand Up @@ -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 %}

Expand Down
10 changes: 5 additions & 5 deletions aspnet/Tooltip/Customization.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -133,7 +133,7 @@ None (Default)<br/></td><td>
No effect takes place<br/></td></tr>
</table>

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 %}

Expand All @@ -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.

Expand Down Expand Up @@ -229,7 +229,7 @@ Tooltip will be hidden when mouse leaves the target element.<br/></td></tr>

### 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

Expand Down