[richfaces-svn-commits] JBoss Rich Faces SVN: r13941 - 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:05:41 EDT 2009


Author: ochikvina
Date: 2009-04-30 08:05:40 -0400 (Thu, 30 Apr 2009)
New Revision: 13941

Added:
   trunk/test-applications/richfaces-docs/web/src/main/webapp/inplaceInput.xhtml
Log:


Added: trunk/test-applications/richfaces-docs/web/src/main/webapp/inplaceInput.xhtml
===================================================================
--- trunk/test-applications/richfaces-docs/web/src/main/webapp/inplaceInput.xhtml	                        (rev 0)
+++ trunk/test-applications/richfaces-docs/web/src/main/webapp/inplaceInput.xhtml	2009-04-30 12:05:40 UTC (rev 13941)
@@ -0,0 +1,33 @@
+<!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:inplaceInput</f:facet>
+		
+		 	 <rich:panel style="width:220px;">
+        		<f:facet name="header">
+            		<h:outputText value="Person Info"></h:outputText>
+        		</f:facet>
+	        	<h:panelGrid columns="2">
+	            <h:outputText value="Name: "/>
+		            <rich:inplaceInput defaultLabel="click to enter your name"/>
+		            	<h:outputText value="Email:"/>
+		            <rich:inplaceInput defaultLabel="click to enter your email"/>
+	        	</h:panelGrid>
+      		</rich:panel>
+      		
+	    </rich:panel>
+	    
+	</ui:define> 
+</ui:composition>
\ No newline at end of file




More information about the richfaces-svn-commits mailing list