JARCH SHOWCASE
JARCH SHOWCASE
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.
Input:
Link: About
Button:
<a:tooltip />
        
<a:form>
    <h:panelGrid columns="2" cellpadding="10">
        <h:outputText value="Input: " />
        <a: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: " />
        <a:commandButton value="Update" pt:data-tooltip="Update components" update="@parent" />
    </h:panelGrid> 
</a:form>
                
JARCH, Copyright © 2022 All rights reserved. Running JARCH 24.3.0-SNAPSHOT on PrimeFaces-12.0.0 on Mojarra-2.3.13.