Good Day All,
I'm trying to get a simple tooltip to work inside the header of a column in a data table.
Looks like this:
<rich:column >
<f:facet name="header">
<h:graphicImage value="../../img/GreenCheckmark.png" onclick="checkAll('tbForm','selectAllNone');">
<rich:toolTip><span>Click to toggle select all or none</span></rich:toolTip>
</h:graphicImage>
</f:facet>
<h:selectBooleanCheckbox id="sel" value="${tb.selected}"></h:selectBooleanCheckbox>
</rich:column>