Hi,
I have made custom configuration and toolsfiles and they are working just fine when I use those in publishing pages like this:
<radE:RadHtmlField ID="RadHtmlField" ToolsFile="/_layouts/rad/ToolsFile.xml" ConfigFile="/_layouts/rad/ConfigFile.xml" FieldName="PublishingPageContent" runat="server"></radE:RadHtmlField>
Is there a way to set these customfiles so that they will work also in RAD editor web part?
Best regards,
Jere
I have made custom configuration and toolsfiles and they are working just fine when I use those in publishing pages like this:
<radE:RadHtmlField ID="RadHtmlField" ToolsFile="/_layouts/rad/ToolsFile.xml" ConfigFile="/_layouts/rad/ConfigFile.xml" FieldName="PublishingPageContent" runat="server"></radE:RadHtmlField>
Is there a way to set these customfiles so that they will work also in RAD editor web part?
Best regards,
Jere
7 Answers, 1 is accepted
0
Hi Jpalanne,
In order to set properties of the RadEditor in web part you need to modify the respective ConfigFile.xml and ToolsFile.xml, which are locate in /Program Files/Common Files/Microsoft Shared/web server extensions/wpresources/RadEditorSharePoint/5.3.1.0__1f131a624888eeed/Resources folder. (5.3.1.0__1f131a624888eeed) depends on the version of the control.
For more information you can visit our online help http://www.telerik.com/help/aspnet-ajax/set-properties-via-config-file.html
Regards,
Stanimir
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
In order to set properties of the RadEditor in web part you need to modify the respective ConfigFile.xml and ToolsFile.xml, which are locate in /Program Files/Common Files/Microsoft Shared/web server extensions/wpresources/RadEditorSharePoint/5.3.1.0__1f131a624888eeed/Resources folder. (5.3.1.0__1f131a624888eeed) depends on the version of the control.
For more information you can visit our online help http://www.telerik.com/help/aspnet-ajax/set-properties-via-config-file.html
Regards,
Stanimir
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0

Andre
Top achievements
Rank 1
answered on 26 May 2009, 10:14 AM
Hi,
I have made a webpart with a single rad-editor. Now I want to define a toolsfile. Is it possible to define a toolsfile from a sharepoint-list? When I make a referenz to "http://.../config/radEditorTools.xml" I get an error like "...is not a valid virtual path".
Is there an other way to get the toolsfile from the sharepoint-list?
Best regards,
Andre
I have made a webpart with a single rad-editor. Now I want to define a toolsfile. Is it possible to define a toolsfile from a sharepoint-list? When I make a referenz to "http://.../config/radEditorTools.xml" I get an error like "...is not a valid virtual path".
Is there an other way to get the toolsfile from the sharepoint-list?
Best regards,
Andre
0
Hello Andre,
In order to set a custom ToolsFile you need to modify the respective ConfigFile.xml or ListConfigFile.xml (for forms such as list, wiki, blog ...), which are located in Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\5.x.x.x__1f131a624888eeed\Resources folder.
For example you can add the following line:
I hope this helps.
Greetings,
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.
In order to set a custom ToolsFile you need to modify the respective ConfigFile.xml or ListConfigFile.xml (for forms such as list, wiki, blog ...), which are located in Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\5.x.x.x__1f131a624888eeed\Resources folder.
For example you can add the following line:
<property name="ToolsFile">/_layouts/ToolsFile.xml</property> |
I hope this helps.
Greetings,
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

robin meure
Top achievements
Rank 1
answered on 28 May 2010, 07:11 AM
Is there any guidance on how to deploy these changes to the WPResources folder using the WSP system of SharePoint?
0
Hello Robin,
Unfortunately we do not have such documentation. Try forwarding your question in a wsp SharePoint related forum.
Sincerely yours,
Stanimir
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Unfortunately we do not have such documentation. Try forwarding your question in a wsp SharePoint related forum.
Sincerely yours,
Stanimir
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0

robin meure
Top achievements
Rank 1
answered on 28 May 2010, 08:19 AM
So there is no guidance for modifying the ConfigFile.xml for multiple servers using the solution framework of SharePoint? I cannot imagine that I'm the only one who is trying to achieve this...
0
Hello robin,
Review the following forum thread I hope that you will find helpful information in it: http://www.telerik.com/community/forums/sharepoint-2007/full-featured-editor/deployment-and-wpresources.aspx.
Sincerely yours,
Stanimir
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Review the following forum thread I hope that you will find helpful information in it: http://www.telerik.com/community/forums/sharepoint-2007/full-featured-editor/deployment-and-wpresources.aspx.
Sincerely yours,
Stanimir
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.