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

Image Manager Browse Dialog

3 Answers 55 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Michael McClain
Top achievements
Rank 1
Michael McClain asked on 07 Nov 2009, 09:52 AM

I have the Rad editor being used at two site collections, one being the root site collection and one which comes under the root.
I have an Image Library at the Root Site Collection and I want to show the same library items inside the second site collection instead of creating another replica library at that particular site collection. I tried using the '/ImagesLibrary' but it points to the corresponding Site collection. I was going through the below post and wanted to know if the feature has been made available in the current versions.

http://www.telerik.com/community/forums/sharepoint-2007/full-featured-editor/image-manager-in-radeditor-5-2-0.aspx

Please help. Thanks in advance.

3 Answers, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 09 Nov 2009, 07:25 AM
Hi Michael,

You can find information on the Image Manger in the following online help article http://www.telerik.com/help/aspnet-ajax/image_manager.html.

The ImagesPaths property is available in the Lite version of RadEdiotor for MOSS.

As it is explained in the article that you mention in your post, here is more ditailed explanation of the ImagesPaths property.

For example:
SiteCollection/ImagesLibrary
SiteCollection/SubSite1/ImagesLibrary

Lets  open the SubSite1 ConfigFile.xml and set the following images path:
<property name="ImagesPaths">
  <item>ImagesLibrary</item>
</property>
The ImageManager will load the SiteCollection/SubSite1/ImagesLibrary. 

If you set the path with slash the ImageManager will open the SiteCollection/ImagesLibrary e.g. 
<property name="ImagesPaths">
  <item>/ImagesLibrary</item>
</property>

If you do not set the editor's ImagesPaths property the dialog will show all the libraries from the current Web.

Note that. you can refer libraries only from the current site collection.



Regards,
Stanimir
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Michael McClain
Top achievements
Rank 1
answered on 09 Nov 2009, 12:06 PM
Is there any way i can access libraries from different site collections? If this feature is not available in the current versions, can you let me know when it will be made available?

Thanks again.
0
Stanimir
Telerik team
answered on 10 Nov 2009, 07:55 AM
Hi Michael,

By using the RadEditor for MOSS you can not access files from different site collections. At this point we do not intend to implement such functionality soon.

Sincerely yours,
Stanimir
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
WebParts for SharePoint
Asked by
Michael McClain
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
Michael McClain
Top achievements
Rank 1
Share this question
or