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

[Solved] How to disable upload and delete function for template manager?

1 Answer 112 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Phi Kong
Top achievements
Rank 1
Phi Kong asked on 07 Oct 2009, 02:21 PM
Hi,

I am using a template manager and only want the user to select from existing templates.

How do i disable the upload and delete button in the template manager?

Thanks,
Phi

1 Answer, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 08 Oct 2009, 02:05 PM
Hi Phi,

All you need to do is to not set the UploadPaths and DeletePaths properties, e.g.

<telerik:radeditor runat="server" ID="RadEditor1" Language="sv-SE">
    <TemplateManager ViewPaths="~/files" UploadPaths="~/files" DeletePaths="~/files" />
</telerik:radeditor>


Best regards,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Editor
Asked by
Phi Kong
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or