[richfaces-svn-commits] JBoss Rich Faces SVN: r13361 - 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 2 10:48:10 EDT 2009


Author: msorokin
Date: 2009-04-02 10:48:10 -0400 (Thu, 02 Apr 2009)
New Revision: 13361

Modified:
   trunk/test-applications/richfaces-docs/web/src/main/webapp/layout.xhtml
   trunk/test-applications/richfaces-docs/web/src/main/webapp/richPage.xhtml
   trunk/test-applications/richfaces-docs/web/src/main/webapp/tree.xhtml
Log:
https://jira.jboss.org/jira/browse/RF-6593
files layout components

Modified: trunk/test-applications/richfaces-docs/web/src/main/webapp/layout.xhtml
===================================================================
--- trunk/test-applications/richfaces-docs/web/src/main/webapp/layout.xhtml	2009-04-02 13:14:05 UTC (rev 13360)
+++ trunk/test-applications/richfaces-docs/web/src/main/webapp/layout.xhtml	2009-04-02 14:48:10 UTC (rev 13361)
@@ -40,7 +40,7 @@
 </rich:layout>
              
              
- <h3>Listing 1: top, left, center, right, bottom</h3>            
+ <h3>Listing 2: center</h3>            
 <rich:layout>
 
  <rich:layoutPanel position="center">
@@ -49,6 +49,9 @@
                  
                   
 </rich:layout>
+            
+            
+
                    
   
 <table class="tableofattributes" cellpadding="0" cellspacing="0">

Modified: trunk/test-applications/richfaces-docs/web/src/main/webapp/richPage.xhtml
===================================================================
--- trunk/test-applications/richfaces-docs/web/src/main/webapp/richPage.xhtml	2009-04-02 13:14:05 UTC (rev 13360)
+++ trunk/test-applications/richfaces-docs/web/src/main/webapp/richPage.xhtml	2009-04-02 14:48:10 UTC (rev 13361)
@@ -6,7 +6,7 @@
 
 
 <rich:page sidebarPosition="left"  sidebarWidth="300"  
- theme="simple" title="advisory"  pageTitle="Gleb is back" contentType="text/html; charset=UTF-8" >  
+ theme="simple" title="advisory"  markupType="" pageTitle="Gleb is back" contentType="text/html; charset=UTF-8" >  
          
          <f:facet name="pageHeader"  >
          <title>Page Title 2</title>

Modified: trunk/test-applications/richfaces-docs/web/src/main/webapp/tree.xhtml
===================================================================
--- trunk/test-applications/richfaces-docs/web/src/main/webapp/tree.xhtml	2009-04-02 13:14:05 UTC (rev 13360)
+++ trunk/test-applications/richfaces-docs/web/src/main/webapp/tree.xhtml	2009-04-02 14:48:10 UTC (rev 13361)
@@ -63,7 +63,7 @@
 			<p>The <code>org.richfaces.model.TreeNode</code> interface, which is used in following case, accepts data worked with <code>org.richfaces.component.xml.XmlTreeDataBuilder</code> class and renders it as tree nodes.</p>
 			<h:form>
 				<rich:tree id="tree" 
-						   value="#{hujations.data}" 
+						   value="#{hujatiorns.data}" 
 						   var="vardata" >
 					<rich:treeNode>
 						<h:outputText value="#{vardata.text}" />




More information about the richfaces-svn-commits mailing list