Author: smukhina
Date: 2008-03-25 14:08:44 -0400 (Tue, 25 Mar 2008)
New Revision: 7226
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/columns/usage.xhtml
Log:
http://jira.jboss.com/jira/browse/RF-398
- Language correction
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/columns/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/columns/usage.xhtml 2008-03-25
18:06:14 UTC (rev 7225)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/columns/usage.xhtml 2008-03-25
18:08:44 UTC (rev 7226)
@@ -9,18 +9,18 @@
<ui:define name="sample">
<p>
- The tag allows <b>dynamic columns</b> in a
<i>rich:dataTable</i>. It is used like a
- UIData component which iterates through a data model to create the columns.
+ The tag allows <b>dynamic columns</b> functionality in a
<i>rich:dataTable</i>. It is used like a
+ UIData component which iterates through a data model to create columns.
</p>
<p>
- The component uses standard <b>value/var</b> pair of attributes to
provide provide
+ The component uses a standard <b>value/var</b> pair of attributes to
provide
binding to data model and request scoped variable for iteration through
this data model.
</p>
<p>
- Next simple example shows you simple use-case where the ten type of cars created
- and list of models with prices generated for this type of car. In the dataTable
- cars grouped by type in separate columns.
+ The next simple example shows you a simple use-case where ten types of cars are
created
+ and a list of models with prices is generated for each type of car. In the dataTable
+ cars are grouped by type in a separate columns.
</p>
<div class="sample-container" >
<ui:include src="/richfaces/columns/examples/example.xhtml"/>
@@ -30,10 +30,10 @@
</div>
<h:form>
<p>
- Additionally as you could see
+ Additionally as you see
<h:commandLink value="Sorting Feature" immediate="true"
action="sortingFeature"/>
- could be added to this component
- in the same manner as for simple rich:column.
+ could be added to this component
+ in the same way as for simple rich:column.
</p>
<p>
In this example every column provides sorting by car prices