Author: SeanRogers
Date: 2011-03-15 02:08:39 -0400 (Tue, 15 Mar 2011)
New Revision: 22219
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/subTableToggleControl/subTableToggleControl.xhtml
Log:
Revised showcase text for rich:collapsibleDataTable - RFPL-1215
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/subTableToggleControl/subTableToggleControl.xhtml
===================================================================
---
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/subTableToggleControl/subTableToggleControl.xhtml 2011-03-15
05:33:44 UTC (rev 22218)
+++
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/subTableToggleControl/subTableToggleControl.xhtml 2011-03-15
06:08:39 UTC (rev 22219)
@@ -5,17 +5,17 @@
xmlns:ui="http://java.sun.com/jsf/facelets">
<ui:composition>
- <p>This sample shows simple master-detail table implemented using<b>
- rich:dataTable</b> and<b> rich:collapsibleSubTable</b>
components</p>
- <p>There is one feature which is completely new for 4.x - subtables
- now could be collapsed/expanded by using new component
<b>rich:collapsibleSubTableToggler</b></p>
- <p>Switching customization:</p>
+ <p>This example shows a simple master-detail table implemented using the
+ <b>rich:dataTable</b> and <b>rich:collapsibleSubTable</b>
components</p>
+ <p>New in <i>RichFaces 4.x</i> is the ability to collapse and expand
sub-tables
+ using the <b>rich:collapsibleSubTable</b> and
<b>rich:collapsibleSubTableToggler</b> components.</p>
+ <p>You can customize expanding and collapsing sub-tables in several
ways:</p>
<ul>
- <li>subTable's could be collapsed/expanded in different modes
- defined via subTable expandMode attribute - "<i>client</i>",
"<i>ajax</i>"
- and "<i>server</i>"</li>
- <li>The developer could get control on current states of
- subTables using its <b>expanded</b> attribute.</li>
+ <li>Sub-tables can be collapsed and expanded in different modes.
+ Use the <b>rich:collapsibleSubTable</b> component's
<b>expandMode</b> attribute
+ to specify <i>client</i>, <i>ajax</i> or
<i>server</i> mode.</li>
+ <li>You can control the current state of
+ sub-tables by using the <b>expanded</b> attribute.</li>
</ul>
<ui:include src="#{demoNavigator.sampleIncludeURI}" />
<ui:include src="/templates/includes/source-view.xhtml">