<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><htmlxmlns="http://www.w3.org/1999/xhtml"xmlns:ui="http://java.sun.com/jsf/facelets"xmlns:f="http://java.sun.com/jsf/core"xmlns:h="http://java.sun.com/jsf/html"xmlns:a4j="http://richfaces.org/a4j"xmlns:rich="http://richfaces.org/rich"xmlns:dock="http://richfaces.org/sandbox/dock"xmlns:notify="http://richfaces.org/sandbox/notify"><head><title>Dock sample</title><style type="text/css">.rf-dk.jqDockLabelText{font-size:16px;}.bottom{position:fixed;bottom:0;width:100%;}.bottom.jqDockWrap{margin:0auto;}</style></head><bodyclass="rich-container"><ui:includesrc="menu.xhtml"/><notify:notifyMessagesajaxRendered="true"showDetail="true"/><p> Here we have notify displaying all messages (not only global). Severity is reflected in overriden style classes.</p><h:form><dock:dock><h:outputLinktitle="Output link"><h:graphicImagevalue="images/next.png"/></h:outputLink><h:commandLinktitle="Command link"action="#{greeter.sayHello}"><h:graphicImagevalue="images/pause.png"/></h:commandLink><h:graphicImagevalue="images/play.png"title="Image without link but with a4j:support"><a4j:supportevent="onclick"action="#{greeter.sayHelloAjax}"ajaxSingle="true"/></h:graphicImage><h:outputLinktitle="Link defined on link"><h:graphicImagevalue="images/previous.png"/></h:outputLink><atitle="Regular link with regular image"onclick="alert('I\'m so static')"><imgsrc="images/stop.png"alt=""/></a></dock:dock><dock:dockalign="bottom"labels="tc"styleClass="bottom"><h:outputLinktitle="Output link"><h:graphicImagevalue="images/next.png"/></h:outputLink><h:commandLinktitle="Command link"action="#{greeter.sayHello}"><h:graphicImagevalue="images/pause.png"/></h:commandLink><h:graphicImagevalue="images/play.png"title="Image without link but with a4j:support"><a4j:supportevent="onclick"action="#{greeter.sayHelloAjax}"ajaxSingle="true"/></h:graphicImage><h:outputLinktitle="Link defined on link"><h:graphicImagevalue="images/previous.png"/></h:outputLink><atitle="Regular link with regular image"onclick="alert('I\'m so static')"><imgsrc="images/stop.png"alt=""/></a></dock:dock><dock:dockalign="left"labels="mr"style="position:absolute;left:0;"><h:outputLinktitle="Output link"><h:graphicImagevalue="images/next.png"/></h:outputLink><h:commandLinktitle="Command link"action="#{greeter.sayHello}"><h:graphicImagevalue="images/pause.png"/></h:commandLink><h:graphicImagevalue="images/play.png"title="Image without link but with a4j:support"><a4j:supportevent="onclick"action="#{greeter.sayHelloAjax}"ajaxSingle="true"/></h:graphicImage><h:outputLinktitle="Link defined on link"><h:graphicImagevalue="images/previous.png"/></h:outputLink><atitle="Regular link with regular image"onclick="alert('I\'m so static')"><imgsrc="images/stop.png"alt=""/></a></dock:dock></h:form><rich:insertsrc="/dock.xhtml"highlight="xhtml"/></body></html>