JARCH SHOWCASE
JARCH SHOWCASE
Sticky Sticky component positions the target component as fixed so that the component stays in window viewport during scrolling. Scroll down to see the sticky toolbar.
<a:toolbar id="tb">
    <f:facet name="left">
        <a:commandButton type="button" value="New" icon="ui-icon-document" />
        <a:commandButton type="button" value="Open" icon="ui-icon-folder-open"/>
    </f:facet>
    <f:facet name="right">
        <a:commandButton type="button" title="Save" icon="ui-icon-disk"/>
        <a:commandButton type="button" title="Delete" icon="ui-icon-trash"/>
        <a:commandButton type="button" title="Print" icon="ui-icon-print"/>
    </f:facet>
</a:toolbar>

<div style="height:800px"></div>

<a:sticky target="tb" />
                
JARCH, Copyright © 2022 All rights reserved. Running JARCH 24.3.0-SNAPSHOT on PrimeFaces-12.0.0 on Mojarra-2.3.13.