You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ha...@apache.org on 2008/06/07 23:22:55 UTC

svn commit: r664391 - /myfaces/tomahawk/trunk/sandbox/core/src/main/tld/entities/exporter_attributes.xml

Author: hazems
Date: Sat Jun  7 14:22:55 2008
New Revision: 664391

URL: http://svn.apache.org/viewvc?rev=664391&view=rev
Log:
Adding more features to the Exporter component.

Modified:
    myfaces/tomahawk/trunk/sandbox/core/src/main/tld/entities/exporter_attributes.xml

Modified: myfaces/tomahawk/trunk/sandbox/core/src/main/tld/entities/exporter_attributes.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core/src/main/tld/entities/exporter_attributes.xml?rev=664391&r1=664390&r2=664391&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/main/tld/entities/exporter_attributes.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/core/src/main/tld/entities/exporter_attributes.xml Sat Jun  7 14:22:55 2008
@@ -3,7 +3,7 @@
     <required>true</required>
     <rtexprvalue>false</rtexprvalue>
     <type>java.lang.String</type>
-    <description>Id of the datatable component whose values to be exported</description>
+    <description>Id of the dataScroller component whose values to be exported</description>
 </attribute>
 <attribute>
     <name>filename</name>
@@ -19,3 +19,10 @@
     <type>java.lang.String</type>
     <description>"PDF" or "XLS"</description>
 </attribute>
+<attribute>
+    <name>showDisplayedPageOnly</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+    <type>java.lang.String</type>
+    <description>This attribute determines whether to generate only the current displayed dataTable page to the file.</description>
+</attribute>