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

How to attributes to tag value using paragraph dropdowm

1 Answer 28 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Uma
Top achievements
Rank 1
Uma asked on 02 Feb 2012, 12:12 PM
Hi,

I need to add our own tag using paragraph dropdown.
so, i added the code like
<Paragraphs>
      <telerik:EditorParagraph Title="Normal" Tag="<p>" />
      
       <telerik:EditorParagraph Title="<H4 >Add xref<H4>" Tag="<xref>" />
         </Paragraphs>
so, i apply style to content , it add the tag between the content. like <xref> testing sample </xref>


i need to add multiple tags and attributes of tag like
 <xref id="" sctid=""> testing sample </xref>

Is there any way to get this.

How to add attributes of tag.

Thanks,
Uma

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 02 Feb 2012, 05:38 PM
Hi,

The FormatBlock tool can work only with valid block elements such as H1 - H6, Paragraph, DIV, etc. You can see the following demo for more information: Paragraph Styles.

Greetings,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Editor
Asked by
Uma
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or