Tooltip - Tooltip Global

Global tooltip binds to clickable elements with title attributes. Ajax updates are supported as well, meaning if target component is updated with ajax, tooltip can still bind.

Documentation
Input:
Link: About
Button:
<p:tooltip />

<h:form>  
    <h:panelGrid columns="2" cellpadding="10">
        <h:outputText value="Input: " />
        <p:inputText pt:data-tooltip="Tooltip for an input" />

        <h:outputText value="Link: " />
        <h:outputLink value="#" pt:data-tooltip="Tooltip for a link">
            <h:outputText value="About" />
        </h:outputLink>

        <h:outputText value="Button: " />
        <p:commandButton value="Update" pt:data-tooltip="Update components" update="@parent" />
    </h:panelGrid>      
</h:form>

FREE THEMES

Built-in component themes created by the PrimeFaces Theme Designer.

nova-light Nova-Light
nova-dark Nova-Dark
nova-colored Nova-Colored
luna-blue Luna-Blue
luna-amber Luna-Amber
luna-green Luna-Green
luna-pink Luna-Pink
omega Omega

PREMIUM TEMPLATES

Create awesome applications in no time using the premium templates and impress your users.