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

Integrate RadEditor to use MOSS Libraries

1 Answer 42 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Shawn
Top achievements
Rank 1
Shawn asked on 03 Apr 2008, 11:50 PM
Hi, we're evaluating RadEditor for use in a MOSS 07 Publishing site(s) for a large enterprise intranet implementation. My question is can you integrate RadEditor so it uses the native MOSS document and image libraries vs. the default rad Document and Image Managers?

Had my first experience today playing the the RadEditor and am very impressed!!

Thanks much for any pointers.
Shawn Wilson

1 Answer, 1 is accepted

Sort by
0
George
Telerik team
answered on 04 Apr 2008, 01:21 PM
Hi Shawn,

Please, review the following Help article:  
What is the difference between the internal editor dialogs and MOSS dialogs

To change the editor's Link and Image Manager dialog's with the MOSS built-in ones (Asset Picker), you need to modify the ToolsFile.xml which is located in the following folder:

/Program Files/Common Files/Microsoft Shared/web server extensions/wpresources/RadEditorSharePoint/4.5.0.0__1f131a624888eeed/RadControls/Editor/

change the

<tool name="ImageManager"/>
<tool name="LinkManager"/>

with 
<tool name="MOSSImageManager"/>
<tool name="MOSSLinkManager"/>

To enable the MOSS built-in Link and Image dialogs in List (Wiki) scenario, open the ListToolsFile.xml file and add the following tag:

<tool name="MOSSImageManager"/>
<tool name="MOSSLinkManager"/>


I hope this helps.

Best regards,

George
the Telerik team


Instantly find answers to your questions at the new Telerik Support Center
Tags
WebParts for SharePoint
Asked by
Shawn
Top achievements
Rank 1
Answers by
George
Telerik team
Share this question
or