Skip to content

Commit 0113b78

Browse files
committed
SEO-187952 ASPNET-Web-Forms-SEO-187952-ASPNET Web Forms HTTP to HTTPS
1 parent f24bac4 commit 0113b78

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

aspnet/RichTextEditor/Working-with-Content.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ The ContentEditable attribute allows you to make any element of HTML content to
138138

139139
{% endhighlight %}
140140

141-
N> Content editable is fully compatible with latest browsers, to know more details, see [here](http://www.w3schools.com/tags/att_global_contenteditable.asp#).
141+
N> Content editable is fully compatible with latest browsers, to know more details, see [here](https://www.w3schools.com/tags/att_global_contenteditable.asp).
142142

143143
## Submit Content
144144

@@ -161,7 +161,7 @@ The editor allows you to process its content before it is being submitted to the
161161

162162
## Refresh
163163

164-
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.
164+
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.
165165

166166
{% highlight html %}
167167

@@ -198,7 +198,7 @@ When you move the editor’s wrapper element into another DOM element, the edito
198198

199199
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.
200200

201-
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#).
201+
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).
202202

203203
{% highlight html %}
204204

aspnet/Tooltip/Customization.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation: ug
88
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
99
---
1010

11-
# Customization
11+
# Customization in ASP.NET Web Forms Tooltip
1212

1313
## Template Support
1414

@@ -133,7 +133,7 @@ None (Default)<br/></td><td>
133133
No effect takes place<br/></td></tr>
134134
</table>
135135

136-
Let's create a Tooltip that slides down when shown using the [animation](http://help.syncfusion.com/js/api/ejtooltip#members:animation) property:
136+
Let's create a Tooltip that slides down when shown using the [animation](https://help.syncfusion.com/api/js/ejtooltip#members:animation) property:
137137

138138
{% highlight html %}
139139

@@ -149,7 +149,7 @@ Let's create a Tooltip that slides down when shown using the [animation](http://
149149

150150
### Custom Animation
151151

152-
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.
152+
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.
153153

154154
Show or Hide method may receive an optional 'callback' parameter, which represents a function you'd like to call which will animate the tooltip.
155155

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

230230
### Auto
231231

232-
The tooltip will be visible only for the period of time specified in the [autoCloseTimeout](http://help.syncfusion.com/js/api/ejtooltip#members:autoclosetimeout).
232+
The tooltip will be visible only for the period of time specified in the [autoCloseTimeout](https://help.syncfusion.com/api/js/ejtooltip#members:autoclosetimeout).
233233

234234
Let see an example, this Tooltip will only hide after hovering the target for 2000ms
235235

0 commit comments

Comments
 (0)