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

FormatBlock Issue

1 Answer 40 Views
Editor
This is a migrated thread and some comments may be shown as answers.
robertw102
Top achievements
Rank 1
robertw102 asked on 29 Mar 2010, 02:58 PM
I've found that if I set a paragraph style like so in my toolsfile that it doesn't even apply it.

<paragraph name="Clear Formatting" value="&lt;span&gt;" />

Why is that, if I change it to the "<P>" element it works, but if it's not some sort of block element it doesn't work. Also, I tried to set it to "<body>", like the demo's on the site show, but they don't work.

The reason I want to use span is because I want to remove the header tags applied to the text and turn them into inline elements, is it just not possible or is this some issue with the RadEditor control. I'm using version 2009.3.1314.20.

Thanks.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 31 Mar 2010, 12:11 PM
Hi Rob,

My recommendation is to clear the heading formatting using

<paragraph name="Normal" value="<p>" />

After that you can apply

<paragraph name="Span" value="&lt;span&gt;" />

and see whether this will work.

Sincerely yours,
Rumen
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Editor
Asked by
robertw102
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or