Skip to content

Commit 6ad10cc

Browse files
author
Marin Bratanov
committed
add info for ripple effect resources
1 parent ef7f789 commit 6ad10cc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

general-information/performance/disabling-embedded-resources.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ A complete list of the JavaScript files used by Telerik UI for ASP.NET AJAX can
6161

6262
All JavaScript files are available in the distribution (EXE, ZIP and hotfix) of controls' "Scripts" folder.
6363

64-
>caution Note that the order of the js files registered for most of Telerik controls is important since there are some dependencies between the javascript files of a single control. Therefore it is recommended to follow the exact order of the script references from the table below.
65-
>
64+
>caution Note that the order of the JS files registered for most of Telerik controls is important since there are some dependencies between the JavaScript files of a single control. Therefore it is recommended to follow the exact order of the script references from the table below.
65+
66+
>note To get the Ripple Effect for the Material Skin when you have disabled the embedded scripts, you will need to add `<asp:ScriptReference Path="~/Scripts/Common/MaterialRippleScripts.js" />` after `<asp:ScriptReference Path="~/Scripts/Common/jQuery.js" />`. You also need to include the `Skins/Common/MaterialRipple.css` if you disable the embedded skins.
6667
6768

6869
* **RadAjaxLoadingPanel**

0 commit comments

Comments
 (0)