Mobile Showcase
Dialog is a overlay container component.
<p:commandButton value="Show" onclick="PF('dlg1').show();" type="button" /> <p:dialog header="Header" widgetVar="dlg1" showEffect="pop"> <h:outputText value="What we do in life, echoes in eternity!" /> </p:dialog>