Author: SeanRogers
Date: 2011-01-20 02:00:42 -0500 (Thu, 20 Jan 2011)
New Revision: 21104
Added:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richdataScroller-Basic_usage.xml_sample
Removed:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richdataScroller-richataScroller_example.xml_sample
Log:
Renamed example
Copied:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richdataScroller-Basic_usage.xml_sample
(from rev 21103,
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richdataScroller-richataScroller_example.xml_sample)
===================================================================
---
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richdataScroller-Basic_usage.xml_sample
(rev 0)
+++
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richdataScroller-Basic_usage.xml_sample 2011-01-20
07:00:42 UTC (rev 21104)
@@ -0,0 +1,12 @@
+<rich:dataTable id="table" value="#{capitalsBean.capitals}"
var="cap" rows="5">
+ <!-- table content -->
+ ...
+</rich:dataTable>
+<rich:datascroller for="table" maxPages="5">
+ <f:facet name="first">
+ <h:outputText value="First" />
+ </f:facet>
+ <f:facet name="last">
+ <h:outputText value="Last" />
+ </f:facet>
+</rich:datascroller>
Deleted:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richdataScroller-richataScroller_example.xml_sample
===================================================================
---
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richdataScroller-richataScroller_example.xml_sample 2011-01-20
06:59:28 UTC (rev 21103)
+++
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richdataScroller-richataScroller_example.xml_sample 2011-01-20
07:00:42 UTC (rev 21104)
@@ -1,12 +0,0 @@
-<rich:dataTable id="table" value="#{capitalsBean.capitals}"
var="cap" rows="5">
- <!-- table content -->
- ...
-</rich:dataTable>
-<rich:datascroller for="table" maxPages="5">
- <f:facet name="first">
- <h:outputText value="First" />
- </f:facet>
- <f:facet name="last">
- <h:outputText value="Last" />
- </f:facet>
-</rich:datascroller>
Show replies by date