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 01:12:09 UTC

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

Author: hazems
Date: Sat Jun  7 16:12:09 2008
New Revision: 664413

URL: http://svn.apache.org/viewvc?rev=664413&view=rev
Log:
trivial update to the 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=664413&r1=664412&r2=664413&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 16:12:09 2008
@@ -59,7 +59,7 @@
             
             <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>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/>                            
             </blockquote>