[richfaces-svn-commits] JBoss Rich Faces SVN: r14323 - branches/community/3.3.X/docs/userguide/en/src/main/docbook/included.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue May 26 07:37:16 EDT 2009


Author: ochikvina
Date: 2009-05-26 07:37:16 -0400 (Tue, 26 May 2009)
New Revision: 14323

Modified:
   branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_page.xml
Log:
https://jira.jboss.org/jira/browse/RF-7231 - adding the note to the 'Details of usage' section;

Modified: branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_page.xml
===================================================================
--- branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_page.xml	2009-05-26 10:14:56 UTC (rev 14322)
+++ branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_page.xml	2009-05-26 11:37:16 UTC (rev 14323)
@@ -111,6 +111,12 @@
 </rich:page>
 ...]]></programlisting> 
         
+        <note>
+            <title>Note:</title>
+            <para>Note, the <emphasis role="bold"><property>&lt;rich:page&gt;</property></emphasis> component encodes the full page structure. Therefore, be sure you don&apos;t 
+                use the doctype declaration, root html element, head and body elements  on the same page where you&apos;ve put this component.</para>
+        </note>
+        
         <para>The implementation of the <emphasis role="bold"><property>&lt;rich:page&gt;</property></emphasis> component provides four facets that you can use to arrange the layout of the page: &quot;header&quot;, &quot;subheader&quot;,  &quot;sidebar&quot;  and &quot;footer&quot;. Their behavior is quite self-explanatory. </para>
         <para>The position of the panel rendered by the &quot;sidebar&quot; facet can be set with the <emphasis><property>&quot;sidebarPosition&quot;</property></emphasis> attribute that can take either &quot;right&quot; or &quot;left&quot; as values, you can also specify the width for this facet with  the <emphasis><property>&quot;sidebarWidth&quot;</property></emphasis> attribute. </para>
        <para>




More information about the richfaces-svn-commits mailing list