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

ExternalDialogPath not taking effect

3 Answers 85 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Benjamin
Top achievements
Rank 1
Benjamin asked on 20 Jul 2016, 02:12 AM

i have set the externaldialogpath for my editor but it seems that it is still taking the old dialog code.

i have confirm the path to the dialog is correct

the code is a custom web part for sharepoint 2013

 

<telerik:RadEditor ID="RadEditor1" runat="server" ExternalDialogsPath="/inetpub/wwwroot/wss/VirtualDirectories/siteproject/externalFiles/TelerikEditorDialogs/" DialogHandlerUrl="~/Telerik.Web.UI.DialogHandler.axd"  OnClientLoad="OnClientLoad">
</telerik:RadEditor>

3 Answers, 1 is accepted

Sort by
0
Accepted
Vessy
Telerik team
answered on 21 Jul 2016, 06:12 PM
Hi Benjamin,

In order to be able to access its external dialogs property, the dialogs of the Editor have to be placed in the root directory of the site. Can you try moving the external dialogs folder in the following location
/_wpresources/TelerikEditorDialogs

and try configuring the Editor like follows:
<telerik:RadEditor ID="RadEditor1" runat="server" ExternalDialogsPath="/_wpresources/TelerikEditorDialogs" DialogHandlerUrl="~/Telerik.Web.UI.DialogHandler.axd"  OnClientLoad="OnClientLoad">
</telerik:RadEditor>

Regards,
Vessy
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
Benjamin
Top achievements
Rank 1
answered on 22 Jul 2016, 01:22 AM

Thanks Vessy!

got it to work finally.

0
Vessy
Telerik team
answered on 22 Jul 2016, 05:33 AM
Hi,

I am glad I managed to help, Benjamin. As always, feel free to reach us again should we can be of further assistance on the matter.

Regards,
Vessy
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Editor
Asked by
Benjamin
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Benjamin
Top achievements
Rank 1
Share this question
or