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

Hide All Properties button inside Insert Link popup

1 Answer 98 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Billy
Top achievements
Rank 2
Billy asked on 07 Mar 2012, 04:58 PM
Is there a way to hide the "All Properties..." button in the "Insert Link" popup on the RadEditor?

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 07 Mar 2012, 05:15 PM
Hi,

To hide the "All Properties" button register the external dialogs of RadEditor, load the \EditorDialogs\InsertLink.ascx and set style="display:none;" to the following <td> element containing the All Properties button:

<tdstyle="display:none;" class="reAllPropertiesLight">
<button type="button" id="lmlAllProperties">
[allproperties]
</button>
</td>



Greetings,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Editor
Asked by
Billy
Top achievements
Rank 2
Answers by
Rumen
Telerik team
Share this question
or