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

Hyperlink Manager

1 Answer 80 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Ramon Achten
Top achievements
Rank 1
Ramon Achten asked on 08 Apr 2009, 12:29 PM
There's been added a new "Document Manager" button right next to the URL textbox in the editor's "Hyperlink Manager".

Is it possible to hide this button?

Cheers,
Ramon

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 13 Apr 2009, 06:57 AM
Hi Ramon,

You should enable the external dialogs of RadEditor as it is displayed in this live example: ExternalDialogsPath. After that open the \EditorDialogs\LinkManager.ascx file and set display:none
in the following TD element:

<td style="display:none;padding-left: 4px;">
    <tools:StandardButton runat="server" id="DocumentManager" Name="DocumentManager">
    </tools:StandardButton>
</td>

Save the file and refresh the dialog.

All the best,
Rumen
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
Ramon Achten
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or