I have the following configuration in my .ASCX file, but the paragraph dropdown is blank. Also, what tag value should I use for "Normal"?
...
<Paragraphs>
<telerik:EditorParagraph Title="Normal" Tag="<BODY>" />
<telerik:EditorParagraph Title="Heading 3" Tag="<H3>" />
</Paragraphs>
<Tools>
<telerik:EditorToolGroup Tag="Main">
...
<telerik:EditorTool Name="FormatBlock" />
...
Thanks!
...
<Paragraphs>
<telerik:EditorParagraph Title="Normal" Tag="<BODY>" />
<telerik:EditorParagraph Title="Heading 3" Tag="<H3>" />
</Paragraphs>
<Tools>
<telerik:EditorToolGroup Tag="Main">
...
<telerik:EditorTool Name="FormatBlock" />
...
Thanks!
