[richfaces-svn-commits] JBoss Rich Faces SVN: r13593 - trunk/test-applications/richfaces-docs/web/src/main/webapp.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Apr 15 07:34:46 EDT 2009


Author: ochikvina
Date: 2009-04-15 07:34:46 -0400 (Wed, 15 Apr 2009)
New Revision: 13593

Added:
   trunk/test-applications/richfaces-docs/web/src/main/webapp/progressBar.xhtml
Log:
https://jira.jboss.org/jira/browse/RF-6754 - adding the rich:progressBar component;

Added: trunk/test-applications/richfaces-docs/web/src/main/webapp/progressBar.xhtml
===================================================================
--- trunk/test-applications/richfaces-docs/web/src/main/webapp/progressBar.xhtml	                        (rev 0)
+++ trunk/test-applications/richfaces-docs/web/src/main/webapp/progressBar.xhtml	2009-04-15 11:34:46 UTC (rev 13593)
@@ -0,0 +1,30 @@
+<!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"
+                xmlns:a4j="http://richfaces.org/a4j">
+
+<ui:define name="body">
+
+
+    <h:messages globalOnly="true" styleClass="message"/>
+    
+
+    
+    <rich:panel>
+    <f:facet name="header">rich:progressBar</f:facet>
+      
+    <h:form id="form">
+          <rich:progressBar value="30" mode="client" id="progressBar">
+             <h:outputText value="{value}"/>
+          </rich:progressBar>
+          <button type="button" onclick="startProgress();" style="margin: 9px 0px 5px;" id="button">Start Progress</button>
+    </h:form>
+    </rich:panel>
+    </ui:define>
+</ui:composition>
\ No newline at end of file




More information about the richfaces-svn-commits mailing list