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

[Solved] Remove icons from the Image Manager

2 Answers 132 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Roger Withnell
Top achievements
Rank 1
Roger Withnell asked on 09 Jan 2010, 12:17 PM
I would like to remove the New folder, Delete and Upload incons from the Image Manager.

I have accessed the EditorDialogs using the ExternalDialogsPath but can't find these icons in ImageManager.ascx.

Your help would be much appreciated.

Thanking you in anticipation.

Roger


2 Answers, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 11 Jan 2010, 11:40 AM
Hi Roger,

RadEditor's ImageManager, DocumentManager, FlashManager, SliverlightManager are using RadFileExplorer. In order to edit file "managing" part of these managers you need to modify FileBrowser.ascx. Note however that any change in this file will affect all of the managers.

In RadFileExplorer's declaration in FileBrowser.asxc you can edit VisibleControls property to enable/disable a specific control from RadFileExplorer.

In addition, if DeletePaths and UploadPaths properties are not defined in the ImageManager declaration upload and delete functions will not be available and the buttons will not be displayed.

I hope this information helps.

Best wishes,
Dobromir
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.
0
Roger Withnell
Top achievements
Rank 1
answered on 12 Jan 2010, 12:17 AM
Perfect, Dobromir.

VisibleControls="Grid, TreeView" is exactly the combination my application requires.

Many thanks.

Yours

Roger
Tags
Editor
Asked by
Roger Withnell
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Roger Withnell
Top achievements
Rank 1
Share this question
or