Within the Hyperlink Manager you can present the user with a drop down list of items for setting the Target attribute. Is there a way to remove any of the selections such as Search Pane, Media Pane, Custom Targets, etc.
1 Answer, 1 is accepted
0
Lini
Telerik team
answered on 15 Sep 2009, 08:39 AM
Hello Nick,
You can customize the built-in editor dialogs and change their code. Take a look at the following RadEditor example - http://demos.telerik.com/aspnet-ajax/editor/examples/externaldialogspath/defaultcs.aspx. It shows how to load the Link Manager dialog from an external file and make changes to it. What you need to change is the LinkTargetCombo element (line 555 in LinkManager.ascx). Remove the values you don't need and they will no longer be displayed when you open the dialog from the editor.
Kind regards,
Lini
the Telerik team