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!