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

hiding the document manager button in hyperlink manager?

1 Answer 108 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Brian Garson
Top achievements
Rank 2
Brian Garson asked on 15 Oct 2009, 03:33 PM
Is it possible to hide the document manager icon in the hyperlink manager?

I'm trying to disable this feature any way that I can figure out, but nothing seems to be working.  I don't want to use the basic link editor provided by the browser.

Which CSS file does the dialog box use?  I thought I might be able to override the CSS and set visibility to none for a#DocumentManager

any ideas? help?

thanks,

1 Answer, 1 is accepted

Sort by
0
Brian Garson
Top achievements
Rank 2
answered on 15 Oct 2009, 06:32 PM
Well the answer was in front of my eyes the entire time, figured I'd post it in case someone searches for the same thing:

#1. go to c:\program files.... telerik install 
#2 copy the EditorDialogs to your project
#3 open LinkManager.ascx 
#4 use style="display: none;"  on any table rows, cells etc that you don't want visible..

of course you could modify everything further, or add in custom stuff.. but this did the trick for me :)
Tags
Editor
Asked by
Brian Garson
Top achievements
Rank 2
Answers by
Brian Garson
Top achievements
Rank 2
Share this question
or