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

Table Styles

1 Answer 68 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
claudz
Top achievements
Rank 1
claudz asked on 28 Feb 2008, 05:43 AM
Hi Telerik Team,

Is it possible to have Table styles show only in Table Wizard and not in the Apply CSS Class list?

Thanks,
Claudia

1 Answer, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 28 Feb 2008, 07:48 AM
Hi Claudia,

This feature is not supported out-of-the box and there is not a way to achieve it with the current editor version.
You can only restrict the styles that are loaded as items in the Apply Class using the class tags in the ToolsFile.xml file:

<classes>
  
<class name="Links class" value="a.link" />
  
<class name="Images class" value=".img" />
</
classes>

The tags above will load in the dropdown only the two classes a.link and .img if they are included in the page with the editor or imported through the CssFiles property of RadEditor.



Best regards,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
WebParts for SharePoint
Asked by
claudz
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or