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

[Solved] EditorDialogs missing in 2007 Q3

1 Answer 68 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Gregory Butt
Top achievements
Rank 1
Gregory Butt asked on 17 Oct 2009, 05:56 PM

I am attempting to disable embedded scripts for the radEditor on a project that uses radEditor with RadSpell, Dialogs and a couple Tooltips. I am disabling all EmbeddedScripts in the web.config with:
    <add key="Telerik.EnableEmbeddedScripts" value="false"/>
From my research on your forums I found I also need to use the source version of the EditorDialogs and configure them to load their scripts from source as well. Unfortunately my version does not include the source for the EditorDialogs.

The reason I would like to disable embedded scripts is because I am running into an error with the xhtml filter and I cannot find a way to permanently disable it across the entire page lifecycle. I can disable it using the OnClientLoad event of the editor like so: 

 

    editor.get_filtersManager().set_enableXhtmlFilter(

false);
This works fine when the control is initially loaded, however it does not persist on an AJAX postback.

 

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 21 Oct 2009, 05:27 PM
Hello Gregory,

The Q3 2007 build of RadControls for ASP.NET AJAX does not offer the ability to customize the editor's dialogs. This feature was introduced in a more recent version of the control. My recommendation is to test the latest Q2 2009 version and see whether the problem with the ConvertToXhtml filter still persists. The latest version also offers the ability to customize the built-in editor dialogs:
http://demos.telerik.com/aspnet-ajax/editor/examples/externaldialogspath/defaultcs.aspx


All the best,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Editor
Asked by
Gregory Butt
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or