Notification Bar
NotificationBar displays a multipurpose fixed positioned panel for notification either on top or bottom of the page. Any group of JSF components can be placed inside notification bar.
NotificationBar displays a multipurpose fixed positioned panel for notification either on top or bottom of the page. Any group of JSF components can be placed inside notification bar.
<p:notificationBar position="top" effect="slide" widgetVar="bar" styleClass="top">
<h:outputText value="What PrimeFaces has so far is just the beginning!" style="color:#FFCC00;font-size:36px;" />
</p:notificationBar>
<p:commandButton value="Show" onclick="bar.show()" type="button" />
<p:commandButton value="Hide" onclick="bar.hide()" type="button" />
Running PrimeFaces-4.0-SNAPSHOT on Mojarra-2.1.22
