JARCH SHOWCASE
JARCH SHOWCASE
Dialog - Dynamic Dynamic dialogs fetch their content just before they are displayed rather than initial page load. This is a useful feature to reduce page size and speed up page load time.
Dialog
<a:commandButton value="Show Dialog" onclick="PF('dlg').show();" type="button" />
       
<a:dialog header="Dialog" widgetVar="dlg" dynamic="true">
   <h:outputText value="This content is loaded lazy." />
</a:dialog>
                
JARCH, Copyright © 2022 All rights reserved. Running JARCH 24.3.0-SNAPSHOT on PrimeFaces-12.0.0 on Mojarra-2.3.13.