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

Hide New Folder in Template Manager Dialog

2 Answers 66 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
BV
Top achievements
Rank 1
BV asked on 12 Mar 2010, 11:18 PM
Can you please tell me how to hide the new folder button in template manager dialog of Rad Editor. We are uisng Rad controls for  ASP.Net AJAX .

2 Answers, 1 is accepted

Sort by
0
Accepted
Dobromir
Telerik team
answered on 15 Mar 2010, 05:48 PM
Hi Just2learn,

In order to hide the New Folder button in TemplateManager you need to customize the built-in dialogs. Insert the following CSS inside FileBrowser.ascx:
<style>
.RadFileExplorer .RadToolBar .icnNewFolder .rtbText{display: none !important;}
</style>

Please, note that RadEditor's FileManagers (ImageManager, DocumentManager, TemplateManager) are using RadFileExplorer for file browsing and they share the same FileBrowser dialog. Thus hiding NewFolder from TemplateManager will remove it in all other FileManagers.

More information on the subject is available in the following help article:
ExternalDialogsPath property

I hope this helps.

Sincerely yours,
Dobromir
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
BV
Top achievements
Rank 1
answered on 18 Mar 2010, 10:58 AM
Hi Dobromir,

Thanks for your reply. Your reply and the links you shared made me solve my issue.

I was not able to find FileBrowser.ascx in my machine, but I had TemplateManager.ascx in EditorDialogs folder. On hiding the 

 

 

 RadToolBarButton of new folder. My issue got resolved.

Thanks.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Tags
FileExplorer
Asked by
BV
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
BV
Top achievements
Rank 1
Share this question
or