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

DocumentsManager Issue in RADEditor

2 Answers 79 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Phani
Top achievements
Rank 1
Phani asked on 06 Dec 2007, 02:27 PM
Hi,

I am using full-featured RADEditor 4.4.1 version. I have configured DocumentsManager and DocumentsPath in ListConfigFile.xml

<property name="DocumentsPaths">
    <item>/Shared Documents/</item>
    <item>/Personal Docs/</item>
    <item>/Site1/Shared Documents/</item>
    <item>/Site2/Personal Docs/</item>
</property>

I am using RAD Editor in my default SharePoint list items. When I use Document Manager feature ofRAD Editor, it is not showing Folders from Site1 and Site2.

Also, showing error saying not able to find SPFolder. Based on my observation, it only allows to get the document libraries from current and its parent site, not any other sibling site or different site.

Can you please let me know how to resolve this issue? Because, my requirement is to show the document libraries from different sites in RADEditor "Document Manager".

Regards,
Phani

2 Answers, 1 is accepted

Sort by
0
Lini
Telerik team
answered on 06 Dec 2007, 04:37 PM
Hi Phani,

You can only use the document library name in the <item> element in the configuration file:

<property name="DocumentsPaths">
    <item>Shared Documents</item>
    <item>Personal Docs</item>
</property>

This is a limitation of the current implementation of our File browser content provider. As you already know, we can not access libraries from sibling sites - only the current site and its parent sites. We are working on fixing this in a future RadEditor for MOSS release (i.e. you will be able to use the full path to the document library in the <item>).

The only workaround I can offer you at the moment is to use the MOSS Link Manager to insert links to documents. Unfortunately, the MOSS Link manager only works in IE and Safari (does not work in Firefox).

Best wishes,
Lini
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Phani
Top achievements
Rank 1
answered on 06 Feb 2008, 01:19 PM
Hi,

I have installed  full-featured RADEditor 4.5 version in our sharepoint portal server. I have configured DocumentsManager and DocumentsPath in ListConfigFile.xml

<property name="DocumentsPaths">
    <item>/Shared Documents/</item>
    <item>/Personal Docs/</item>
    <item>/Site1/Shared Documents/</item>
    <item>/Site2/Personal Docs/</item>
</property>

But I am not able to see the document libraries from different sites. I raised this issue earlier and I was told that this issue will be fixed in new release i.e. 4.5 version.

But I am still facing this error. Could you please let me know whether this issue got fixed in Version 4.5 or not? If so, how to configure? If not, when the fix will be available.

Regards,
Phani
Tags
WebParts for SharePoint
Asked by
Phani
Top achievements
Rank 1
Answers by
Lini
Telerik team
Phani
Top achievements
Rank 1
Share this question
or