Custom Table Css Class Layout
I'm having problems trying to get my custom classes listed in the CSS Class Layout drop down of the table wizard in the edit content control when editing a pages content.
I was using this documentation: www.sitefinity.com/.../customizing_sitefinity_4_controls_with_the_viewmap
I got the View map added using the path they have listed: ~/Templates/Admin/HtmlField.ascx
Then I added this to the <telerik:RadEditor in the HtmlField.ascx document: TableLayoutCssFile="~/Templates/Admin/TableLayoutCss.css"
It removed the default classes in the table css class layout dropdown list but didnt add the new classes from my TableLayoutCss.css document.
Am I missing something?