Hello,
I'm using the new Q1 2009 version of RadEditor with IE7 (haven't tested other browsers) and am trying to work with the Paragraph Style/Format Block. I've set the following in my tools files:
If I put the cursor on a line and select a value from the Format Block drop down, selecting H1 or H2 correctly applies the H1 or H2 with the class name to the paragraph. I can easily switch back and forth between H1 and H2 by just having the cursor on the line. However, to select the "Clear", I actually have to select the text/paragraph in question. Is there a way to have the "Clear" work if just the cursor is on the line and not have to select the actual text?
I've confirmed that the same thing happens in the following online demo, which is also where I got the value for "Clear".
http://demos.telerik.com/aspnet-ajax/editor/examples/formatblock/defaultcs.aspx
Thanks,
Chris
I'm using the new Q1 2009 version of RadEditor with IE7 (haven't tested other browsers) and am trying to work with the Paragraph Style/Format Block. I've set the following in my tools files:
<paragraphs> |
<paragraph name="Clear" value="<body>" /> |
<paragraph name="<H2 class='separator'>Heading 2</H2>" value="<H2 class='separator'>" /> |
<paragraph name="<H1 class='separator'>Heading 1</H1>" value="<H1 class='separator'>" /> |
</paragraphs> |
If I put the cursor on a line and select a value from the Format Block drop down, selecting H1 or H2 correctly applies the H1 or H2 with the class name to the paragraph. I can easily switch back and forth between H1 and H2 by just having the cursor on the line. However, to select the "Clear", I actually have to select the text/paragraph in question. Is there a way to have the "Clear" work if just the cursor is on the line and not have to select the actual text?
I've confirmed that the same thing happens in the following online demo, which is also where I got the value for "Clear".
http://demos.telerik.com/aspnet-ajax/editor/examples/formatblock/defaultcs.aspx
Thanks,
Chris