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

Configuration Problem?

1 Answer 54 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Highrad
Top achievements
Rank 2
Highrad asked on 21 Jan 2009, 10:42 PM

V 2008 Q3

I add a simple RadEditor a blank page and test it. I highlight some text in the editor and click the Hyperlink Manager and there is no text box for the URL? I put the EditorDialogs in the root and point to them.

 

<telerik:RadEditor ID="RadEditor1" runat="server" ExternalDialogsPath="~/EditorDialogs/">  
        <ImageManager ViewPaths="~/Images" UploadPaths="~/Images" DeletePaths="~/Images" /> 
 
        <Content> 
</Content> 
    </telerik:RadEditor>     

What am I doing wrong? Thanks!

1 Answer, 1 is accepted

Sort by
0
Tervel
Telerik team
answered on 26 Jan 2009, 04:40 PM
Hi Highrad,

We see that you are trying to load the editor dialogs from an external location.
If you try to load the editor's dialog from the DLL itself (that is - without using the ExternalDialogsPath) - does it work OK?
If it does, then one possibility might be that you are doing something wrong - e.g. adding older dialog versions to the folder.

If you are not able to work things out, please open a support ticket and send us a zipped runnable project, as well as a screenshot from what you see on your screen. Once we are able to recreate the problem on our end, we will solve it and send you the corrected project.


Best regards,
Tervel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
Highrad
Top achievements
Rank 2
Answers by
Tervel
Telerik team
Share this question
or