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
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.