Author: bleathem
Date: 2011-11-07 15:03:24 -0500 (Mon, 07 Nov 2011)
New Revision: 22898
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richdataGrid-richdataGrid_example.xml_sample
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richdataScroller-Basic_usage.xml_sample
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richdataScroller-pages_facet.xml_sample
Log:
RFPL-1443: Replaced rich:datascroller use with rich:dataScroller
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richdataGrid-richdataGrid_example.xml_sample
===================================================================
---
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richdataGrid-richdataGrid_example.xml_sample 2011-11-07
20:00:41 UTC (rev 22897)
+++
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richdataGrid-richdataGrid_example.xml_sample 2011-11-07
20:03:24 UTC (rev 22898)
@@ -16,7 +16,7 @@
</h:panelGrid>
</rich:panel>
<f:facet name="footer">
- <rich:datascroller></rich:datascroller>
+ <rich:dataScroller></rich:dataScroller>
</f:facet>
</rich:dataGrid>
</h:form>
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richdataScroller-Basic_usage.xml_sample
===================================================================
---
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richdataScroller-Basic_usage.xml_sample 2011-11-07
20:00:41 UTC (rev 22897)
+++
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richdataScroller-Basic_usage.xml_sample 2011-11-07
20:03:24 UTC (rev 22898)
@@ -2,11 +2,11 @@
<!-- table content -->
...
</rich:dataTable>
-<rich:datascroller for="table" maxPages="5">
+<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>
+</rich:dataScroller>
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richdataScroller-pages_facet.xml_sample
===================================================================
---
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richdataScroller-pages_facet.xml_sample 2011-11-07
20:00:41 UTC (rev 22897)
+++
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richdataScroller-pages_facet.xml_sample 2011-11-07
20:03:24 UTC (rev 22898)
@@ -2,10 +2,10 @@
<!-- table content -->
...
<f:facet name="footer">
- <rich:datascroller pageIndexVar="pageIndex"
pagesVar="pages">
+ <rich:dataScroller pageIndexVar="pageIndex"
pagesVar="pages">
<f:facet name="pages">
<h:outputText value="#{pageIndex} / #{pages}" />
</f:facet>
- </rich:datascroller>
+ </rich:dataScroller>
</f:facet>
</rich:dataTable>