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

TemplateManager ViewPath in Sharepoint

1 Answer 93 Views
Editor
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 01 Aug 2008, 07:39 PM

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.

1 Answer, 1 is accepted

Sort by
0
George
Telerik team
answered on 04 Aug 2008, 01:28 PM

Hi David,

Thank you for the provided details.

I can see that you are using the RadEditor for ASP.NET AJAX, which is not designed to read and browse the MOSS libraries. Please use the RadEditor for MOSS one. You can download it from your Client.Net account: My Licenses --> My Purchases --> RadControls for ASP.NET AJAX --> Downloads.

I hope this helps.

Best wishes, George
the Telerik team

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