Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Editor > How to attributes to tag value using paragraph dropdowm

Not answered How to attributes to tag value using paragraph dropdowm

Feed from this thread
  • Uma avatar

    Posted on Feb 2, 2012 (permalink)

    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

    Reply

  • Rumen Rumen admin's avatar

    Posted on Feb 2, 2012 (permalink)

    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

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Editor > How to attributes to tag value using paragraph dropdowm
Related resources for "How to attributes to tag value using paragraph dropdowm"

ASP.NET Editor Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  |  Step-by-step Tutorial  ]