This is a migrated thread and some comments may be shown as answers.

Spell Check, Image Editor not working when EmbeddedScripts is set to 'false'

1 Answer 58 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Dale Palmer
Top achievements
Rank 1
Dale Palmer asked on 20 Sep 2008, 12:47 PM
Hi

When I set EmbeddedScripts='False' for the RadEditor the Spell check does not work (gives me 500 error /Telerik.Web.UI.SpellCheckHandler.axd) also i get javascript errors for the image manager which stop it from working.

What scripts to i need to include for all features of the RadEditor.

I have also set ExternalDialogsPath="~/EditorDialogs/" and uploaded the folder.

1 Answer, 1 is accepted

Sort by
0
Serrin
Top achievements
Rank 1
answered on 22 Sep 2008, 01:46 PM
Hey Dale,

Looks like these might be the ones you need?

<Scripts> 
           <asp:ScriptReference Path="~/Scripts/Common/Core.js" /> 
           <asp:ScriptReference Path="~/Scripts/Common/PopUp/PopUpScripts.js" />            
           <asp:ScriptReference Path="~/Scripts/Editor/RadEditor.js" /> 
           <asp:ScriptReference Path="~/Scripts/Dialogs/DialogOpener.js" /> 
           <asp:ScriptReference Path="~/Scripts/Editor/Modules.js" />           
           <asp:ScriptReference Path="~/Scripts/Spell/SpellCheckService.js" /> 
           <asp:ScriptReference Path="~/Scripts/Editor/AjaxSpellCheck.js" /> 
           <asp:ScriptReference Path="~/Scripts/Window/RadWindow.js" /> 
</Scripts>  

I got that off of the following page in the documentation, looks like it covers exactly what you're looking for:

Disabling embedded resources

It is a little past halfway down the page if you're looking on there.
Tags
Editor
Asked by
Dale Palmer
Top achievements
Rank 1
Answers by
Serrin
Top achievements
Rank 1
Share this question
or