1 Reply Latest reply on Jul 21, 2010 7:44 AM by ilya_shaikovsky

    Custom HTML Label for rich:simpleTogglePanel

    njrfrens

      I want the to display some data on my simpleTogglePanel label in different fonts and styles.

       

      Is there any provison to add custom HMTL Style label for SimpleTogglePanel?

       

      I tried using <rich:simpleTogglePanel label="<b>bold</b> and <i>italic</i>">

      But no luck

       

      i didnt see any attribute like escape=false, which is there for h:outputText, which escapes the html content

       

      Is there any way to acheive the same?