Author: SeanRogers
Date: 2011-03-15 02:25:13 -0400 (Tue, 15 Mar 2011)
New Revision: 22222
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/dataGrid/grid.xhtml
Log:
Revised showcase text for rich:dataGrid - RFPL-1215
Modified: trunk/examples/richfaces-showcase/src/main/webapp/richfaces/dataGrid/grid.xhtml
===================================================================
---
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/dataGrid/grid.xhtml 2011-03-15
06:20:22 UTC (rev 22221)
+++
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/dataGrid/grid.xhtml 2011-03-15
06:25:13 UTC (rev 22222)
@@ -5,11 +5,11 @@
xmlns:ui="http://java.sun.com/jsf/facelets">
<ui:composition>
- <p>The component takes iterates a model as any other iteration
- component and outputs it the same way as <h:PanelGrid> does for
- inline data. To define grid properties and styles, use the same
- definitions as for <h:panelGrid>.</p>
- <p>The following example shows the dataGrid component in use:</p>
+ <p>The <b>rich:dataGrid</b> component accepts the same data sources as
other iteration components
+ and renders them in a grid format, the same way as the <b>h:PanelGrid</b>
component does for
+ in-line data. To define the grid's properties and styles, use the same
+ definitions as for the <b>h:panelGrid</b> component.</p>
+ <p>This example demonstrates basic use of the <b>rich:dataGrid</b>
component.</p>
<ui:include src="#{demoNavigator.sampleIncludeURI}" />
<ui:include src="/templates/includes/source-view.xhtml">
<ui:param name="src" value="#{demoNavigator.sampleIncludeURI}"
/>
@@ -18,4 +18,4 @@
<ui:param name="hideLabel" value="Hide Source" />
</ui:include>
</ui:composition>
-</html>
\ No newline at end of file
+</html>