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

RadEditor for MOSS Navigation through sharepoint

3 Answers 43 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Loic
Top achievements
Rank 1
Loic asked on 24 Oct 2007, 10:07 AM
Hi :)
Again and again... :p

Is it possible to navigate through Documents Libraries of each web sites of MOSS site collection?

My customer'd like to get a picture file from another website to display in his webpage.

Thanks for your responses :)

3 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 25 Oct 2007, 12:41 PM
Hello Loic,

By default RadEditor will load only the image libraries from the current site. You can additionally configure it to load libraries from parent sites - this is done via the ConfigFile. You will simply need to add the corresponding image library name to the ImagesPaths property:

<property name="ImagesPaths">
    <item>SiteCollectionImages</item>
    <item>DifferentCollectionImages</item>
</property>




Kind regards,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Loic
Top achievements
Rank 1
answered on 25 Oct 2007, 12:45 PM
I know this tip but it's not my customer's need.

He wants to display Current Web Image List by defaut but if he wants to get an image on the parent Web Site he has to go to a upper level and go to the Image List folder
0
Valeri Hristov
Telerik team
answered on 31 Oct 2007, 10:47 AM
Hello Loic,

I am afraid that this is not possible with the current version of RadEditor. It will always display the root folders if they are more than one.

Sincerely yours,
Valeri Hristov (Senior Developer, MCSD)
the Telerik team

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