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

Custom table layout css file

3 Answers 56 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Kim Larsen
Top achievements
Rank 1
Kim Larsen asked on 20 Jan 2011, 02:03 PM
I am using version 4.5.4.0 and are trying to define the path to my custom table layout css file - I can easely define the path to a custom css file by writing this in my config file;

<property name="CssFiles">
  <item>/_layouts/1030/mypage/css/HtmlEditorCustomStyles.css</item>
</property>

But I cannot find a way to define the path to my HtmlEditorTableFormats.css - I have tried setting the TableLayoutCssFile property of my RadHtmlField control but this gives an error because the property does not exists and I have also tried putting it in my config file using

<property name="TableLayoutCssFile">
  <item>/_layouts/1030/mypage/css/HtmlEditorTableFormats.css</item>
</property>

but nor this works, so how can I define the path?

3 Answers, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 20 Jan 2011, 04:48 PM
Hello Kim Larsen,

TableLayoutCssFile property is implemented in RadEditor for MOSS 5.4.0. This property is not available in the 4.5.4 version of the control.

All the best,
Stanimir
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Kim Larsen
Top achievements
Rank 1
answered on 20 Jan 2011, 04:56 PM
Ok - thanks for the reply!

Is it correct, that version 4.5.6 is the latest free/light edition?
0
Stanimir
Telerik team
answered on 21 Jan 2011, 08:56 AM
Hi Kim Larsen,

Is it correct, that version 4.5.6 is the latest free/light edition? - Yes this is correct.

I suggest you to check the fully functional trial version of RadEditor for MOSS 5.8.6. You can find the upgrade
instructions in the following online help article: Upgrade Instructions from version 4.x to version 5.x

Regards,
Stanimir
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
WebParts for SharePoint
Asked by
Kim Larsen
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
Kim Larsen
Top achievements
Rank 1
Share this question
or