Author: mvitenkov
Date: 2008-07-07 09:59:53 -0400 (Mon, 07 Jul 2008)
New Revision: 9429
Modified:
trunk/test-applications/facelets/src/main/webapp/DropDownMenu/DropDownMenuProperty.xhtml
Log:
+from forum:
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162691#...
Modified:
trunk/test-applications/facelets/src/main/webapp/DropDownMenu/DropDownMenuProperty.xhtml
===================================================================
---
trunk/test-applications/facelets/src/main/webapp/DropDownMenu/DropDownMenuProperty.xhtml 2008-07-07
13:22:11 UTC (rev 9428)
+++
trunk/test-applications/facelets/src/main/webapp/DropDownMenu/DropDownMenuProperty.xhtml 2008-07-07
13:59:53 UTC (rev 9429)
@@ -5,6 +5,29 @@
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich"
id="dropDownMenuPropertySubviewID">
+ <style>
+.pic {
+ margin-bottom: -4px;
+ margin-right: 2px;
+}
+</style>
+ <h:form>
+ <rich:toolBar itemSeparator="line">
+ <rich:toolBarGroup itemSeparator="none">
+ <rich:dropDownMenu>
+ <f:facet name="label">
+ <h:panelGroup>
+ <h:graphicImage value="/pics/info.gif" styleClass="pic"
/>
+ <h:outputText value="File" />
+ </h:panelGroup>
+ </f:facet>
+ <rich:menuItem submitMode="ajax" value="Laptop"
ajaxSingle="true"></rich:menuItem>
+ <rich:menuItem submitMode="ajax" value="Desktop"
ajaxSingle="true"></rich:menuItem>
+ <rich:menuItem submitMode="ajax" value="Servers"
ajaxSingle="true"></rich:menuItem>
+ </rich:dropDownMenu>
+ </rich:toolBarGroup>
+ </rich:toolBar>
+ </h:form>
<h:panelGrid columns="2">
<h:outputText value="HideDelay (ms):" />
<h:inputText value="#{dDMenu.hideDelay}">