Hello,
How can I set the css file needed to display different table layouts in table creator in RadEditor for Sharepoint 2010. In "normal" RadEditor setting value:
works well and all table layouts are properly displayed in Table Creator dialog. Doing the same in Rad Editor for Sharepoint by setting the same value in ConfigFile.xml located in:
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\wpresources\RadEditorSharePoint\6.3.0.0__1f131a624888eeed\Resources\ConfigFile.xml like this:
does not work.
Should it be done in another way?
Thank you in advance.
How can I set the css file needed to display different table layouts in table creator in RadEditor for Sharepoint 2010. In "normal" RadEditor setting value:
<
telerik:RadEditor
TableLayoutCssFile
=
"/_layouts/1045/STYLES/tableStyles.css"
... />
works well and all table layouts are properly displayed in Table Creator dialog. Doing the same in Rad Editor for Sharepoint by setting the same value in ConfigFile.xml located in:
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\wpresources\RadEditorSharePoint\6.3.0.0__1f131a624888eeed\Resources\ConfigFile.xml like this:
<
configuration
>
<
property
name
=
"TableLayoutCssFile"
>/_layouts/1045/STYLES/tableStyles.css</
property
>
</
configuration
>
does not work.
Should it be done in another way?
Thank you in advance.