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

H6

3 Answers 118 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Julian Roberts
Top achievements
Rank 1
Julian Roberts asked on 03 Sep 2008, 03:01 PM
In the XML file for the editor, I've got:

        <tool name="FormatBlock"/>

for the paragraph styles. But, H6 is missing. How can I add H6 to the list?

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 03 Sep 2008, 04:01 PM
Hi Julian,

Please, see the following help article which provided guidance how to populate the FormatBlock tool with your heading items: Paragraph Styles.

Best regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Julian Roberts
Top achievements
Rank 1
answered on 05 Sep 2008, 04:36 PM
Thanks Rumen, that worked. Although, the tags should be encoded when using the XML method. ie. should be

<paragraphs>
   
<paragraph name="&lt;H1&gt;Heading 1&lt;/H1&gt;" value="&lt;H1&gt;" />
 
</paragraphs>

instead of

<paragraphs>
   
<paragraph name="<H1>Heading 1</H1>" value="<H1>" />
 
</paragraphs>


0
Rumen
Telerik team
answered on 05 Sep 2008, 04:59 PM
Hi Julian,

Yes, you are correct that the < mus be encoded to &lt;. Unfortunately, due to a bug in the software that we use to write the documentation, the &lt; entity is encoded back to <.


Best regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
Julian Roberts
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Julian Roberts
Top achievements
Rank 1
Share this question
or