Hi Community!
I have got the following problem and I wanted to know whether there is a nice solution :)
I want to set my own paragraph styles in my RadEditor so I added the following XML the ToolsFile.xml:
Unfortunately the classes are defined in a css file outside the iframe where the paragraphs should be shown. So the effect is: I select the text and set the paragraph style and nothing is show in the edit mode, of course... When I save the site the style is there. Can somebody tell me an elegant solution?
I have got the following problem and I wanted to know whether there is a nice solution :)
I want to set my own paragraph styles in my RadEditor so I added the following XML the ToolsFile.xml:
<paragraphs> <paragraph name="<p class='custom-ueberschrift'>Überschrift</p>" value="p class='custom-ueberschrift'" /> <paragraph name="<p class='custom-teilueberschrift'>Teilüberschrift</p>" value="p class='custom-teilueberschrift'" /> <paragraph name="<p class='custom-text'>Text</p>" value="p class='custom-text'" /> </paragraphs>Unfortunately the classes are defined in a css file outside the iframe where the paragraphs should be shown. So the effect is: I select the text and set the paragraph style and nothing is show in the edit mode, of course... When I save the site the style is there. Can somebody tell me an elegant solution?