arya-blue
luna-amber
luna-blue
luna-green
luna-pink
nova-dark
nova-light
saga-blue
vela-blue
Tooltip
In global mode tooltip uses title values of JSF components. Placing one tooltip is enough instead of using a tooltip for each target component. Global tooltips are smart enough and survive Ajax updates.
Source

<h:panelGrid id="details" columns="2" columnClasses="formColumn1,formColumn2">
    <h:outputLabel value="First Name: "/>
    <p:inputText title="Enter First Name"/>
    <h:outputLabel value="Last Name: "/>
    <p:inputText title="Enter Last Name"/>
</h:panelGrid>

<p:commandButton value="Submit and see that global tooltips are still here" process="details" update="details"
                 title="Click to submit the form per ajax" style="margin-top: 10px;"/>

<pe:tooltip global="true" myPosition="left center" atPosition="right center" header="Global"/>
            
Components and more
Documentation pe:
Attributes (move mouse over the names to see data types)
Name Description
No attributes available for this component.
PrimeFaces Extensions Showcase - © 2011-2025,PrimeFaces: 15.0.13,PrimeFaces Extensions: 15.0.14-SNAPSHOT,JSF: Apache MyFaces JSF-2.3 Core Impl 2.3.10,Server: Apache Tomcat (TomEE)/9.0.82 (8.0.16),Build time: 2026-02-23 00:32