Hi All,
I'm experiencing an issue when trying to load templates into the radEditor Template Manager dialog in SharePoint. I am working on a sharepoint site that contains a custom aspx page with the RadEditor and a Picture Library containing several HTML template files.
The url for my custom page is:
http://editorial:3718/graphics/tableeditor.aspx
The url for the template folder within the picture library is:
http://editorial:3718/graphics/Media/Templates
In my rad editor I have the following code in my aspx page that should point to the correct folder in the library:
<telerik:RadEditor ID="tableEditor" Runat="server" Skin="Default2006" EditModes="Design, Preview, HTML" EnableResize="False" Width="800" ToolsFile="tableEditorToolbar.xml" >
<TemplateManager ViewPaths="~/Media/Templates" UploadPaths="~/Media/Templates" DeletePaths="~/Media/Templates" />
<Content/>
</telerik:RadEditor>
This fails to load the appropriate files. I do not recieve an error message, but the dialog opens with nothing loaded. I've tried multiple variations of this and the template manager still doesn't load the files. I have a test program that runs outside of sharepoint and it works fine, so I'm guessing there is some lame sharepoint configuration that needs to go along with the above references. Any help is appreciated
Thanks,
John P.