From richfaces-svn-commits at lists.jboss.org Mon Mar 30 10:21:16 2009 Content-Type: multipart/mixed; boundary="===============5899933193413917120==" MIME-Version: 1.0 From: richfaces-svn-commits at lists.jboss.org To: richfaces-svn-commits at lists.jboss.org Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r13296 - trunk/docs/userguide/en/src/main/docbook/included. Date: Mon, 30 Mar 2009 10:21:16 -0400 Message-ID: --===============5899933193413917120== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: msorokin Date: 2009-03-30 10:21:15 -0400 (Mon, 30 Mar 2009) New Revision: 13296 Added: trunk/docs/userguide/en/src/main/docbook/included/rich_page.desc.xml trunk/docs/userguide/en/src/main/docbook/included/rich_page.xml Log: https://jira.jboss.org/jira/browse/RF-6593 files with components' descriptions = Added: trunk/docs/userguide/en/src/main/docbook/included/rich_page.desc.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/docs/userguide/en/src/main/docbook/included/rich_page.desc.xml = (rev 0) +++ trunk/docs/userguide/en/src/main/docbook/included/rich_page.desc.xml 20= 09-03-30 14:21:15 UTC (rev 13296) @@ -0,0 +1,17 @@ + +
+ + = + layouPanel + rich:layouPanel + + +
+ Description + The + <rich:page> + = + + + = +
Added: trunk/docs/userguide/en/src/main/docbook/included/rich_page.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/docs/userguide/en/src/main/docbook/included/rich_page.xml = (rev 0) +++ trunk/docs/userguide/en/src/main/docbook/included/rich_page.xml 2009-03= -30 14:21:15 UTC (rev 13296) @@ -0,0 +1,68 @@ + +
+ Details of Usage + The <rich:page> + = + component together with the = <rich:laout> component provide + a full-fledged mechanism for markup creation. + = + = + + = + In the first place, to declare the document type of the page y= ou should use the "markupType" attribute which has the following values: "html", &quo= t;xhtml", "html-transitional", "html-3.2". + The "contentType" allows to specify the type of the content and encoding for the page= . = + + = + + The title of the page can be set with the "pageTile" attribute. = + To place some other page parameters (like meta information, = links to CSS style sheets etc.) in the <head> part of an HTML page us= e "pageHeader" facet. = + = + + + Example: + + = + = + + + + + + + + +...]]> = + = + The implementation of the = <rich:> component provides three facets that yo= u can use to arrange the layout of the page: "header", "side= bar" and "footer" . + The position of the panel rendered by a "sidebar" = facet can be set with the "sidebarPosition" attribute that can take either "right" or &q= uot;left" values, you can also specify width for this facet with the = "sidebarWidth" attribute. + + Example: + + = + = + = + + + + + + + + + + + = + + +...]]> = + = + = + The <rich:page> component also provides attributes to define CSS classes= for each nested facet as well as a body part of the page created with the = component. + = + = + Several templates are available for the <rich:page> component. A template= can be activated with the "theme"= attribute. + + = +
--===============5899933193413917120==--