@@ -340,12 +340,17 @@ All JavaScript files are available in the distribution (EXE, ZIP and hotfix) of
340340
341341```` ASP.NET
342342<scripts>
343+ <asp:ScriptReference Path="~/Scripts/Common/ShortCutManager/ShortCutManagerScripts.js" />
343344 <asp:ScriptReference Path="~/Scripts/Common/Core.js" />
344345 <asp:ScriptReference Path="~/Scripts/Common/jQuery.js" />
346+ <asp:ScriptReference Path="~/Scripts/Common/Widgets/Polling.js" />
347+ <asp:ScriptReference Path="~/Scripts/Common/MaterialRipple/MaterialRippleScripts.js" />
345348 <asp:ScriptReference Path="~/Scripts/Common/jQueryPlugins.js" />
349+ <asp:ScriptReference Path="~/Scripts/Common/AnimationFramework/AnimationFramework.js" />
350+ <asp:ScriptReference Path="~/Scripts/Common/Popup/PopupScripts.js" />
351+ <asp:ScriptReference Path="~/Scripts/Common/Helpers/IETouchActionManager.js" />
346352 <asp:ScriptReference Path="~/Scripts/Common/Widgets/Draggable.js" />
347353 <asp:ScriptReference Path="~/Scripts/Common/Widgets/Resizable.js" />
348- <asp:ScriptReference Path="~/Scripts/Common/Popup/PopupScripts.js" />
349354 <asp:ScriptReference Path="~/Scripts/Editor/RadEditor.js" />
350355 <asp:ScriptReference Path="~/Scripts/Common/LayoutBuilder/LayoutBuilderEngine.js" />
351356 <asp:ScriptReference Path="~/Scripts/Spell/SpellCheckService.js" />
@@ -354,6 +359,15 @@ All JavaScript files are available in the distribution (EXE, ZIP and hotfix) of
354359 <asp:ScriptReference Path="~/Scripts/Common/TouchScrollExtender.js" />
355360 <asp:ScriptReference Path="~/Scripts/Common/Animation/AnimationScripts.js" />
356361 <asp:ScriptReference Path="~/Scripts/Window/RadWindowScripts.js" />
362+ <asp:ScriptReference Path="~/Scripts/Spell/RadSpell.js" />
363+ <asp:ScriptReference Path="~/Scripts/Common/Scrolling/ScrollingScripts.js" />
364+ <asp:ScriptReference Path="~/Scripts/Common/Navigation/OData/OData.js" />
365+ <asp:ScriptReference Path="~/Scripts/Common/Navigation/OverlayScript.js" />
366+ <asp:ScriptReference Path="~/Scripts/Common/Navigation/NavigationScripts.js" />
367+ <asp:ScriptReference Path="~/Scripts/Menu/RadMenuScripts.js" />
368+ <asp:ScriptReference Path="~/Scripts/Menu/ContextMenu/RadContextMenuScripts.js" />
369+ <asp:ScriptReference Path="~/Scripts/Menu/MenuItem/RadMenuItem.js" />
370+ <asp:ScriptReference Path="~/Scripts/Menu/Views/LiteView.js" />
357371</scripts>
358372````
359373
0 commit comments