Hello!
Tearing my hair here when I try to customize the editor in DNN 7.0.2. I have previously changed the same in DNN 6 and then I just added Classen in my skin.css. Then I have referred to the file via
ConfigFile.PortalId.0.xml and added parameters for css classes in
ToolsFile.PortalId.0.xml below.
Now it seems that the method does not work. The editor shows the skin, but the dropdown menu with heading tags are wrong and the list of css classes are not showupp. The only way to get the editor's list of headings to be right is to put my h1, h2, h3 and classes in default.css. But classes are not showupp.
Is there anyone who has solved this? I have tried to follow one example through the link but the page seems to contain errors (<property name="CssFiles">[PortalRoot]RadEditor.css</property> )
and not talking about how to rename classes to a logical name that one can do with the <classes> tag
http://www.dotnetnuke.com/Resources/Wiki/Page/Telerik-Customization.aspx # _Other_Settings__5
ToolsFile.PortalId.0.xml
<root>
(more lines)
<tools>
<tool name="FormatBlock"/>
<tool separator="true"/>
<tool name="ApplyClass"/>
<tool name="FormatStripper"/>
</ tools>
<paragraphs>
<paragraph name = "<P> Standard Paragraph </ P>" value = "<P>" />
<paragraph name = "<H1> Heading 1 </ H1>" value = "<H1>" />
<paragraph name = "<H2> Heading 2 </ H2>" value = "<H2>" />
<paragraph name = "<H3> Heading 3 </ H3>" value = "<H3>" />
</ Paragraphs>
<classes>
<class name="Normal" value=".Normal" />
<class name="Röd" value=".Red" />
<class name="Vit" value=".White" />
<class name="Orange" value=".Orange" />
<class name="Aqua" value=".Aqua" />
<class name="Blå" value=".Blue" />
</ classes>
</ root>