3 Replies Latest reply on Feb 5, 2008 9:20 AM by ilya_shaikovsky

    display tooltip for simpleTogglePanel header

      Hi
      I'd like to display a tooltip for the header facet of simpleTogglePanel. It seems that simpleTogglePanel already has onmouseover defined to change the mouse cursor to a hand symbol. The tooltip can not be displayed.
      my code is like this

      <rich:simpleTogglePanel switchType="client">
       <f:facet name="header">
       <h:outputText id="nested_paragraph">Second level paragraph
       <rich:toolTip layout="block">
       <p>The is one comment line one for second level paragraph</p>
       <p>this is comment line two for second level paragraph.</p>
       </rich:toolTip>
       </h:outputText>
       </f:facet>
       ...
      </rich:simpleTogglePanel>
      


      Is there work around for this?

      thanks

      -jason