Author: SeanRogers
Date: 2010-09-14 21:09:27 -0400 (Tue, 14 Sep 2010)
New Revision: 19209
Modified:
modules/docs/branches/M3_draft/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Tables_and_grids.xml
Log:
Updated rich:dataGrid description (RF-9141)
Modified:
modules/docs/branches/M3_draft/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Tables_and_grids.xml
===================================================================
---
modules/docs/branches/M3_draft/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Tables_and_grids.xml 2010-09-14
23:40:15 UTC (rev 19208)
+++
modules/docs/branches/M3_draft/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Tables_and_grids.xml 2010-09-15
01:09:27 UTC (rev 19209)
@@ -467,6 +467,9 @@
<para>
The <sgmltag><rich:dataGrid></sgmltag> component is used to
arrange data objects in a grid. Values in the grid can be updated dynamically from the
data model, and Ajax updates can be limited to specific rows. The component supports
<literal>header</literal>, <literal>footer</literal>, and
<literal>caption</literal> facets.
</para>
+ <para>
+ The <sgmltag><rich:dataGrid></sgmltag> component is similar
in function to the JavaServer Faces
<sgmltag><h:panelGrid></sgmltag> component. However, the
<sgmltag><rich:dataGrid></sgmltag> component additionally allows
iteration through the data model rather than just aligning child components in a grid
layout.
+ </para>
<figure
id="figu-Component_Reference-richdataGrid-The_richdataGrid_component">
<title>The <sgmltag><rich:dataGrid></sgmltag>
component</title>
<mediaobject>