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/11/05 01:31:57 UTC

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

Author: hazems
Date: Tue Nov  4 16:31:57 2008
New Revision: 711480

URL: http://svn.apache.org/viewvc?rev=711480&view=rev
Log:
Updating documentation of the exporterActionListener component.

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=711480&r1=711479&r2=711480&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/site/xdoc/exporterActionListener.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/core/src/site/xdoc/exporterActionListener.xml Tue Nov  4 16:31:57 2008
@@ -45,8 +45,7 @@
 
 				<s:exporterActionListener filename="myFile" 
 							     fileType="<XLS or PDF>" 
-							     for="<your Tomahawk DataScroller ID>"
-							     showDisplayedPageOnly="true or false (default: false)"/>
+							     for="<your JSF DataTable ID>"
 
 			</h:commandButton>
 
@@ -59,9 +58,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 Tomahawk dataScroller to be exported"</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/>                            
+                <code>for="Id of the JSF dataTable to be exported"</code><br/>
+		<code>filename="Optional attribute to specify the filename of the exported excel or pdf file"</code><br/>                                                                      
             </blockquote>
         </section>