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/08 00:36:01 UTC

svn commit: r664408 - /myfaces/tomahawk/trunk/sandbox/core/src/site/xdoc/exporterActionListener.xml

Author: hazems
Date: Sat Jun  7 15:36:01 2008
New Revision: 664408

URL: http://svn.apache.org/viewvc?rev=664408&view=rev
Log:
Updating exporter documentation.

Modified:
    myfaces/tomahawk/trunk/sandbox/core/src/site/xdoc/exporterActionListener.xml

Modified: myfaces/tomahawk/trunk/sandbox/core/src/site/xdoc/exporterActionListener.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core/src/site/xdoc/exporterActionListener.xml?rev=664408&r1=664407&r2=664408&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/site/xdoc/exporterActionListener.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/core/src/site/xdoc/exporterActionListener.xml Sat Jun  7 15:36:01 2008
@@ -45,7 +45,8 @@
 
 				<s:exporterActionListener filename="myFile" 
 							     fileType="<XLS or PDF>" 
-							     for="<yourTableID>"/>
+							     for="<your Tomahawk DataScroller ID>"
+							     showDisplayedPageOnly="true or false (default: false)"/>
 
 			</h:commandButton>
 
@@ -59,7 +60,8 @@
             <blockquote><h3>&lt;s:exporterActionListener&gt;</h3>
 		<code>fileType="Attribute to specify whether to export an excel or a pdf file, possible values are {'XLS', 'PDF'}"</code><br/>            
                 <code>for="Id of the datatable to be exported"</code><br/>
-		<code>filename="Optional attribute to specify the filename of the exported excel or pdf file"</code><br/>                            
+		<code>filename="Optional attribute to specify the filename of the exported excel or pdf file"</code><br/>                                            
+		<code>showDisplayedPageOnly="An attribute determines whether to generate only the current displayed dataTable page to the file."</code><br/>                            
             </blockquote>
         </section>