Hello.
I'm getting some strange behavior when using the Link Manager in a non-IE browser. After creating the link and hitting OK, the link does not show. The text is not clickable. But, as soon as I select the text again and click the Link Manager button a second time, the link appears.
I've got a video showing the behavior. Where can I post/send that? Any help would be appreciated.
Thanks,
Cameron
I'm getting some strange behavior when using the Link Manager in a non-IE browser. After creating the link and hitting OK, the link does not show. The text is not clickable. But, as soon as I select the text again and click the Link Manager button a second time, the link appears.
I've got a video showing the behavior. Where can I post/send that? Any help would be appreciated.
Thanks,
Cameron
5 Answers, 1 is accepted
0
Hi Cameron,
Make sure that you are using the Telerik's built in LinkManager and not the default MOSS Default LinkManager. The Default MOSS LinkManager does not work in non-IE browsers.
In order to enable the Telerik's Link manager, add the following line in the ToolsFilel.xml located in the Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\5.3.2.0__1f131a624888eeed\Resources folder.
I hope this helps
Sincerely yours,
Stanimir
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Make sure that you are using the Telerik's built in LinkManager and not the default MOSS Default LinkManager. The Default MOSS LinkManager does not work in non-IE browsers.
In order to enable the Telerik's Link manager, add the following line in the ToolsFilel.xml located in the Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\5.3.2.0__1f131a624888eeed\Resources folder.
<tool name="LinkManager" /> |
I hope this helps
Sincerely yours,
Stanimir
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0

Cameron
Top achievements
Rank 1
answered on 02 Jan 2009, 05:35 PM
That did it. Thanks for the help, Stanimir.
Cameron
Cameron
0

Jasmine
Top achievements
Rank 1
answered on 12 Feb 2009, 08:52 AM
I find the file under the following files, is it ok?
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\wpresources\RadEditorSharePoint\4.5.4.0__1f131a624888eeed\RadControls\Editor
But after modifed, it still not work.
<root>
<modules>
<module name="RadEditorDomInspector" dockingZone="Module" enabled="true" visible="true" />
</modules>
<tools name="MossTools1" dockable="false">
<tool name="Cut" shortcut="CTRL+X" />
<tool name="Copy" shortcut="CTRL+C" />
<tool name="Paste" shortcut="CTRL+V" />
<tool separator="true" />
<tool name="Undo" shortcut="CTRL+Z" />
<tool name="Redo" shortcut="CTRL+Y" />
<tool separator="true" />
<tool name="LinkManager" />
<tool name="Unlink" shortcut="CTRL+SHIFT+K" />
<tool name="ImageManager" shortcut="CTRL+G" />
.......
Thanks!
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\wpresources\RadEditorSharePoint\4.5.4.0__1f131a624888eeed\RadControls\Editor
But after modifed, it still not work.
<root>
<modules>
<module name="RadEditorDomInspector" dockingZone="Module" enabled="true" visible="true" />
</modules>
<tools name="MossTools1" dockable="false">
<tool name="Cut" shortcut="CTRL+X" />
<tool name="Copy" shortcut="CTRL+C" />
<tool name="Paste" shortcut="CTRL+V" />
<tool separator="true" />
<tool name="Undo" shortcut="CTRL+Z" />
<tool name="Redo" shortcut="CTRL+Y" />
<tool separator="true" />
<tool name="LinkManager" />
<tool name="Unlink" shortcut="CTRL+SHIFT+K" />
<tool name="ImageManager" shortcut="CTRL+G" />
.......
Thanks!
0
Hi Jasmine,
Could you please tell us in what scenario are you using the Editor. If you are in SharePoint forms scenario (lists, wiki, blog ...) you should modify the respective ListToolsFile.xml.
All the best,
Stanimir
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Could you please tell us in what scenario are you using the Editor. If you are in SharePoint forms scenario (lists, wiki, blog ...) you should modify the respective ListToolsFile.xml.
All the best,
Stanimir
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0

Jasmine
Top achievements
Rank 1
answered on 13 Feb 2009, 01:14 AM
Just modified the ListToolsFile.xml file, it works now.
Many thanks!
Many thanks!