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

Image Manager: Removing Tray

2 Answers 60 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Falk
Top achievements
Rank 1
Falk asked on 17 Mar 2008, 10:29 AM
Hi,

I would like to know, if it is possible to remove the DeleteButton from the Image Manager browser.

Best regards

Falk

2 Answers, 1 is accepted

Sort by
0
George
Telerik team
answered on 18 Mar 2008, 01:20 PM
Hi Falk,

Yes, you can remove the DeleteButton from the Image Manager dialog.

Please, insert the following CSS in the "RadEditorSharePoint\4.5.1.0__1f131a624888eeed\RadControls\Editor\Dialogs\ ImageManager.ascx" and the DeleteButton will be removed.

<style type="text/css">  
  #dialogLoader_dialogControl_fileBrowser_DeleteButton  
  {  
   display:none;  
  }  
</style> 


I hope this helps.

Best regards,
George
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Falk
Top achievements
Rank 1
answered on 18 Mar 2008, 01:44 PM
Hi George,

great one. Thank's I'd never come to this solution!!

Best regards
Falk
Tags
WebParts for SharePoint
Asked by
Falk
Top achievements
Rank 1
Answers by
George
Telerik team
Falk
Top achievements
Rank 1
Share this question
or