RadEditor for ASP.NET AJAX

RadControls for ASP.NET AJAX

In order to disable the Anchor tab on the Link manager of RadEditor, do the following:

  1. Copy the EditorDialogs folder from the RadControls for ASP.NET AJAX installation to the root of your web application

  2. Set the ExternalDialogsPath property to point to the location of this folder, e.g.<telerik:RadEditor ID="RadEditor1" runat="server" ExternalDialogsPath="~/EditorDialogs"></telerik:RadEditor>

  3. Open the \EditorDialogs\LinkManager.ascx file and set the RadTab's Visible property to false, e.g.<telerik:RadTab Text="Anchor" Visible="false" Value="Anchor"></telerik:RadTab>

  4. Save the file and refresh the dialog.

See Also