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><rich:page></property></emphasis>
component encodes the full page structure. Therefore, be sure you don't
+ use the doctype declaration, root html element, head and body elements
on the same page where you've put this component.</para>
+ </note>
+
<para>The implementation of the <emphasis
role="bold"><property><rich:page></property></emphasis>
component provides four facets that you can use to arrange the layout of the page:
"header", "subheader", "sidebar"
and "footer". Their behavior is quite self-explanatory. </para>
<para>The position of the panel rendered by the "sidebar"
facet can be set with the
<emphasis><property>"sidebarPosition"</property></emphasis>
attribute that can take either "right" or "left" as
values, you can also specify the width for this facet with the
<emphasis><property>"sidebarWidth"</property></emphasis>
attribute. </para>
<para>