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

Document Manager Control

2 Answers 58 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Christian Schmidt
Top achievements
Rank 1
Christian Schmidt asked on 24 Jun 2009, 09:18 AM
Hey Buddies,

I added the document manager control to my ListToolsFile.xml config and it works perfectly.
<tool name="DocumentManager" />

But I have failed to add more allowed file types for picking and uploading to the config.
As I read, I need to add the parameter SearchPatterns or DocumentFilters to a config file.

But i really donĀ“t know where and how to to add the line. Everything I tried failed....

Would be great if someone could help me.

P.S. I am running Version 5.2.0 of Radeditor. Even after an Update to 5.4.0 I was not able to run it successfully.

2 Answers, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 24 Jun 2009, 11:36 AM
Hi Christian,

I recommend to you to upgrade to the latest version of RadEditor for MOSS, which now is 5.4.1.

Now on the problem. You need to add the following code to the respective ConfigFile.xml or ListConfigFile.xml (for form scenarios such as list, wiki, blog), which are located in the Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\5.x.x.x__1f131a624888eeed\Resources folder.
For example:
<property name="DocumentsFilters"
   <item>*.doc</item> 
   <item>*.docx</item> 
   <item>*.pdf</item> 
</property> 

More information on the document manager you can find in the following help article http://www.telerik.com/help/aspnet-ajax/document_manager.html.

Best wishes,
Stanimir
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Christian Schmidt
Top achievements
Rank 1
answered on 24 Jun 2009, 12:05 PM
Thanks a lot..

Issue is now resolved and everything works perfectly.
Tags
WebParts for SharePoint
Asked by
Christian Schmidt
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
Christian Schmidt
Top achievements
Rank 1
Share this question
or