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

How to set Image Manager thru ListConfigFile.xml

2 Answers 101 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 14 Jun 2007, 02:15 AM
Hi,

I am using fully featured RAD Editor(7.1.1 DEV), and I have set the UploadImagePath and ImagePaths in the ListConfigFile.xml to point to a specific document library in MOSS.

But It is not getting affected in the RADEditor View, it still displays all the document libraries. Can anyone tell me how to solve this.

<property name="ImagesPaths">  
  <item>/Lists/ImageLibrary</item>
 </property>
 <property name="UploadImagesPaths">
  <item>/Lists/ImageLibrary</item>
 </property>
 <property name="ImagesFilters">
  <item>*.gif</item>
  <item>*.jpg</item>
  <item>*.jpeg</item>
  <item>*.png</item>
  <item>*.bmp</item>
 </property>

Cheers!
Phani

2 Answers, 1 is accepted

Sort by
0
Lini
Telerik team
answered on 14 Jun 2007, 06:10 AM
Hello Phani,

Currently the MOSS editor will always gets all available libraries and  you cannot control which ones to show. We have already created a feature request for the next version to allow you to control the list from the configuration file. I apologize for the inconvenience.

Kind regards,
Lini
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Marc
Top achievements
Rank 1
answered on 04 Oct 2007, 01:50 PM
Is there any timeframe for this?

M.

UPDATE:
Actually, I just added:
  <property name="DocumentsPaths"> 
    <item>/Download Document</item>
  </property>
to my ListConfigFile.XML and it works!
Tags
WebParts for SharePoint
Asked by
Phani
Top achievements
Rank 1
Answers by
Lini
Telerik team
Marc
Top achievements
Rank 1
Share this question
or