0 Replies Latest reply on Oct 6, 2008 2:38 AM by alexrozario

    toolTip for SelectManyCheckbox

    alexrozario

      Is It possible to give tooltip message for the options in h:SelectManyCheckbox.

      I have tried like

      <h:selectManyCheckbox id="options" value="#{bean.optionselect}">
       <a4j:support event="onclick" actionListener="#{bean.Action}" />
       <f:selectItem id="opt" itemLabel="Option1" itemValue="op1">
       <rich:toolTip direction="top-right" delay="30" styleClass="tooltip" immediate="true" layout="block">
       <h:outputLabel value="the sub options are a,b,c"/>
       </rich:toolTip>
       </f:selectItem>
       <f:selectItem itemLabel="Option2" itemValue="op2"/>
      </h:selectManyCheckbox>
      


      but the tooltip is not coming.

      I want to know, is this possible..

      Please clarify me..

      by
      Alex