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

[Solved] Changing the help display

2 Answers 79 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Mal
Top achievements
Rank 1
Mal asked on 17 Jul 2009, 07:38 AM
Hi guys,
I need to change the displayed html for our rad editor it is RadControls for aspnet ajax Q1 2009 version.
I've seen posts stating that you change the help.ascx in the EditorDialogs directory however what do you do after that to get it into the telerik dll?
Is there any property or any way I can change the contents of the help button or do I have to create my own?

2 Answers, 1 is accepted

Sort by
0
Mal
Top achievements
Rank 1
answered on 20 Jul 2009, 03:16 AM
Just bumping to hopefully get a reply.
0
Rumen
Telerik team
answered on 20 Jul 2009, 09:05 AM
Hi Malcolm,

By default, all RadEditor dialogs are embedded as resource files in the Telerik.Web.UI.dll file and they cannot be customized. To allow the customization of the dialogs, we provided external dialogs files which you can modify. You can configure RadEditor to use the external dialog files by copying the EditorDialogs folder to the root of the web application and setting the ExternalDialogsPath property to point to it, e.g.
ExternalDialogsPath property
<telerik:RadEditor ID="RadEditor1" ExternalDialogsPath="~/EditorDialogs" runat="server">
</telerik:RadEditor>  

In your scenario you should load and modify the contents of the Help.ascx file as per your requirements. This modified external dialog file cannot be embedded in the Telerik.Web.UI.dll after that and it should be used always as external.

More information is available here: ExternalDialogsPath property.

Sincerely,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Editor
Asked by
Mal
Top achievements
Rank 1
Answers by
Mal
Top achievements
Rank 1
Rumen
Telerik team
Share this question
or