[richfaces-svn-commits] JBoss Rich Faces SVN: r13943 - trunk/test-applications/richfaces-docs/web/src/main/webapp.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Thu Apr 30 08:07:16 EDT 2009
Author: ochikvina
Date: 2009-04-30 08:07:16 -0400 (Thu, 30 Apr 2009)
New Revision: 13943
Added:
trunk/test-applications/richfaces-docs/web/src/main/webapp/comboBox.xhtml
Log:
Added: trunk/test-applications/richfaces-docs/web/src/main/webapp/comboBox.xhtml
===================================================================
--- trunk/test-applications/richfaces-docs/web/src/main/webapp/comboBox.xhtml (rev 0)
+++ trunk/test-applications/richfaces-docs/web/src/main/webapp/comboBox.xhtml 2009-04-30 12:07:16 UTC (rev 13943)
@@ -0,0 +1,28 @@
+<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:s="http://jboss.com/products/seam/taglib"
+ 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:rich="http://richfaces.org/rich"
+ template="layout/template.xhtml">
+
+ <ui:define name="body">
+
+ <h:messages globalOnly="true" styleClass="message"/>
+
+ <rich:panel>
+ <f:facet name="header">rich:comboBox</f:facet>
+
+ <rich:comboBox defaultLabel="Enter some value">
+ <f:selectItem itemValue="suggestion 1"/>
+ <f:selectItem itemValue="suggestion 2"/>
+ <f:selectItem itemValue="suggestion 3"/>
+ <f:selectItem itemValue="suggestion 4"/>
+ <f:selectItem itemValue="suggestion 5"/>
+ </rich:comboBox>
+ </rich:panel>
+
+ </ui:define>
+</ui:composition>
More information about the richfaces-svn-commits
mailing list