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

Document Manager

1 Answer 58 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Kjell
Top achievements
Rank 1
Iron
Kjell asked on 11 Feb 2016, 12:47 PM

How set the Document Manager button Visible false / display None, on  Hyperlink Manager?

Se attached image...

1 Answer, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 11 Feb 2016, 02:17 PM
Hi Kjell,

The desired button is placed inside the Link Manager dialog of RadEditor. You can enable the External dialogs of RadEditor and apply the desired configuration of the button in the LinkManager.ascx file: Customize Built-in Dialogs

For example:
<div class="redInlineBlock" style="display:none;">
    <tools:StandardButton runat="server" ToolName="DocumentManager" ID="DocumentManagerCaller" Enabled="false"/>
</div>


Regards,
Vessy
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
Editor
Asked by
Kjell
Top achievements
Rank 1
Iron
Answers by
Vessy
Telerik team
Share this question
or