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

Conditionally bring up LinkManager or MOSSLinkManager

2 Answers 34 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Jason
Top achievements
Rank 1
Jason asked on 03 Oct 2008, 02:23 PM
How can I conditionally bring up the LinkManager or MOSSLinkManager?  I want to bring up the MOSSLinkManager for IE only (Since it only works in IE).

Since this is set in the xml files, I added a conditional around the MOSSLinkManager function in the MOSSEditorTools.js file.  However, I don't know how to call the LinkManager dialog from this .js file (for the non-IE case).

Any help would be appreciated.

Thanks!

2 Answers, 1 is accepted

Sort by
0
Jason
Top achievements
Rank 1
answered on 03 Oct 2008, 04:14 PM
A simpler question is: How do I launch the LinkManager in javascript?
0
George
Telerik team
answered on 06 Oct 2008, 12:06 PM
Hi Jason,

How do I launch the LinkManager in javascript?
You can easily fire the LinkManager command using the editor's fire method e.g.
editor.fire("LinkManager").

In addition, please review the following KB article: http://www.telerik.com/support/kb/article/b454K-bakg-b454T-cgg-b454c-cgg.aspx

I hope this helps.

Sincerely,
George
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
WebParts for SharePoint
Asked by
Jason
Top achievements
Rank 1
Answers by
Jason
Top achievements
Rank 1
George
Telerik team
Share this question
or