I want to hide the Look In section from the Link - Webpage Dialog box. can anyone help me on this.
Thanks,
Shailendra
1 Answer, 1 is accepted
0
Stanimir
Telerik team
answered on 05 Jan 2009, 01:35 PM
Hi Shailendra,
You can not hide the Look In section from the default MOSS Link Manager. This dialogue is part of the default MOSS Editor and Telerik's RadEditor is just providing this functionality. If you don't want to see the Look In section, I suggest you to hide the default MOSS Link Manager and use the Telerik's LinkManager dialogue. In order to do this you need to modify the respective ToolsFile.xml, which is located in Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\5.3.2.0__1f131a624888eeed\Resources\ToolImages folder (5.3.2.0__1f131a624888eeed depend on control's version).
1. Remove the following line.
<tool name="MOSSLinkManager"shortcut="CTRL+K"/>
2. Add
<tool name="LinkManager"/>
I hope this helps.
All the best,
Stanimir
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.