Skip to content

chore(docs): Fix 404s #674

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
merged 1 commit into from
Apr 15, 2025
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
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RadNotification1.EnableAriaSupport = True

>note The implementation of the WAI-ARIA support is achieved entirely client-side (using JavaScript) by appending different attributes and appropriate WAI-ARIA roles to the DOM elements. This is done because an HTML document containing ARIA attributes will not pass validation if they are added on the server.

>tip According to the WAI-ARIA specifications, the first input in a dialog should get the focus when the dialog opens. In case the **ContentTemplate** of the control is used and it contains inputs, their focus should be handled by the developer. The [OnClientShown event](../client-side-programming/events/onclientshown) and the [control's Client-side API](../client-side-programming/radnotification-object) can be used for this.
>tip According to the WAI-ARIA specifications, the first input in a dialog should get the focus when the dialog opens. In case the **ContentTemplate** of the control is used and it contains inputs, their focus should be handled by the developer. The [OnClientShown event](slug://notification/client-side-programming/events/onclientshown) and the [control's Client-side API](slug://notification/client-side-programming/radnotification-object) can be used for this.



Expand Down
2 changes: 1 addition & 1 deletion controls/notification/functionality/play-sound-on-show.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Just like with the [icons]({%slug notification/functionality/embedded-icons%}),
* warning
* ok

>warning Audio in mobile devices can only be played after a user action. This is a limitation of mobile browsers that also affects the **RadNotification** control. You can find more information and a possible solution in the [Notification Audio Is Not Played In Mobile Devices](../troubleshooting/notification-audio-is-not-played-in-mobile-devices) help article.
>warning Audio in mobile devices can only be played after a user action. This is a limitation of mobile browsers that also affects the **RadNotification** control. You can find more information and a possible solution in the [Notification Audio Is Not Played In Mobile Devices](slug://notification/troubleshooting/notification-audio-is-not-played-in-mobile-devices) help article.


# See Also
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,4 @@ There are several options to achieve that. For example:

* [Client-side API]({%slug Telerik.Web.UI.ButtonBase.CheckableButton%})

* [Server-Side API](api/server/Telerik.Web.UI.ButtonBase/CheckableButton)
* [Server-Side API](/api/server/Telerik.Web.UI.ButtonBase/CheckableButton)
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version

## SOLUTION

The solution is to remove the RadUpload related registration in the web.config as suggested in [Mandatory Additions to the web.config](https://docs.telerik.com/devtools/aspnet-ajax/general-information/web-config-settings-overview#mandatory-additions-to-the-webconfig). The support of the RadUpload is discontinued as of Q2 2012 - [https://www.telerik.com/forums/important-support-for-radupload-is-discontinued](/forums/important-support-for-radupload-is-discontinued). That is why we strongly recommend replacing the Obsolete RadUpload control with the new RadAsyncUpload one.
The solution is to remove the RadUpload related registration in the web.config as suggested in [Mandatory Additions to the web.config](https://docs.telerik.com/devtools/aspnet-ajax/general-information/web-config-settings-overview#mandatory-additions-to-the-webconfig). The support of the RadUpload is discontinued as of Q2 2012 - [https://www.telerik.com/forums/important-support-for-radupload-is-discontinued](https://www.telerik.com/forums/important-support-for-radupload-is-discontinued). That is why we strongly recommend replacing the Obsolete RadUpload control with the new RadAsyncUpload one.

````XML
<configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Here are some links related to the request headers and JSONP:
## See Also

- [Using ClientDataSource With Web API](https://docs.telerik.com/devtools/aspnet-ajax/controls/clientdatasource/how-to/using-clientdatasource-with-web-api)
- [How to set Authorization header for transport read?](/forums/how-to-set-authorization-header-for-transport-read#Ds6e3JkOXEKOB24yFTggcg)
- [How to set Authorization header for transport read?](https://www.telerik.com/forums/how-to-set-authorization-header-for-transport-read#Ds6e3JkOXEKOB24yFTggcg)



2 changes: 1 addition & 1 deletion knowledge-base/common-cryptographic-weakness.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Also check the FAQ section at the end of the [Security]({%slug asyncupload-secur
>
>**Download a patched version** from your Telerik.com account **after the 26th of June 2017**:
>
>1. Go to your [telerik.com account](/account/product-download?product=RCAJAX).
>1. Go to your [telerik.com account](https://www.telerik.com/account/downloads/product-download?product=RCAJAX).

>2. From the Version dropdown, select your release:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ This issue indicates that probably the following property is defined and upon re
## SEE ALSO

You can also check the following article addressing a related subject:
* [Set Default Time to RadDateTimePicker](/support/kb/aspnet-ajax/datetimepicker/details/set-default-time-to-raddatetimepicker)
* [Set Default Time to RadDateTimePicker](slug://datetimepicker-set-default-time)


Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public DataTable GetData()
}
````

Related forum thread: [http://www.telerik.com/community/forums/need-a-'drop-up'-tree](/community/forums/need-a-'drop-up'-tree)
Related forum thread: [https://www.telerik.com/forums/need-a-'drop-up'-tree](https://www.telerik.com/forums/need-a-'drop-up'-tree)



Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ input {

1. Check for **script errors**:

[https://www.telerik.com/support/kb/aspnet-ajax/ajaxmanager/details/get-more-descriptive-errors-by-disabling-ajax](/support/kb/aspnet-ajax/ajaxmanager/details/get-more-descriptive-errors-by-disabling-ajax)
[https://www.telerik.com/products/aspnet-ajax/documentation/knowledge-base/common-get-more-descriptive-errors-by-disabling-ajax](slug://common-get-more-descriptive-errors-by-disabling-ajax)


Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ You can try various approaches to troubleshoot and fix this issue:
````

- **Option 2.** Older versions of IE and Compatibility mode are not supported: 
[Browser Support](/aspnet-ajax/tech-sheets/browser-support)
[Browser Support](slug://getting-started/prerequisites/browser-support)

You can check your F12 inspector in IE and ensure that an older emulation option is not selected for the version of the browser:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ This code attaches an onkeyup event handler to the RadEditor. When the backspace

## See Also

- [Style is inserted in text when deleting paragraph tag](https://www.telerik.com/forums/style-is-inserted-in-text-when-deleting-paragraph-tag)
- [Style is inserted in text when deleting paragraph tag](slug://editor-style-is-inserted-in-text-when-deleting-paragraph-tag)
- [Radeditor add extra elements when use backspace key](https://www.telerik.com/forums/radeditor-add-extra-elements-when-use-backspace-key)