Hi Andreas,
Currently, the only way to achieve the desired functionality is by using the editor's
FormatBlock tool.
To enable the
FormatBlock tool, you need to modify the ToolsFile.xml which is located in the following folder: /Program Files/Common Files/Microsoft Shared/web server extensions/wpresources/RadEditorSharePoint/4.5.0.0__1f131a624888eeed/RadControls/Editor/
and add the following tool:
<tool name="
FormatBlock"/>
.......................
<paragraphs>
<paragraph name="<H1>Heading 1</H1>" value="<H1>" />
<paragraph name="<H2>Heading 2</H2>" value="<H2" />
<paragraph name="<H3>Heading 3</H3>" value="<H3" />
<paragraph name="Custom" value="<h2 class=\custom\>" />
</paragraphs>
</root>
To enable the
FormatBlock tool in List (Wiki) scenario, modify the ListToolsFile.xml file.
In addition to this, please, review the following help articles:
I hope this helps.
Sincerely yours,
George
the Telerik team