You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2005/11/24 01:50:53 UTC

svn commit: r348602 - /myfaces/tomahawk/trunk/tld/tomahawk.tld

Author: skitching
Date: Wed Nov 23 16:50:46 2005
New Revision: 348602

URL: http://svn.apache.org/viewcvs?rev=348602&view=rev
Log:
Add description for "for" attribute of t:dataScroller.
Also remove svn:executable flag; this is not an executable file.

Modified:
    myfaces/tomahawk/trunk/tld/tomahawk.tld   (contents, props changed)

Modified: myfaces/tomahawk/trunk/tld/tomahawk.tld
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tld/tomahawk.tld?rev=348602&r1=348601&r2=348602&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/tld/tomahawk.tld (original)
+++ myfaces/tomahawk/trunk/tld/tomahawk.tld Wed Nov 23 16:50:46 2005
@@ -934,6 +934,11 @@
             <name>for</name>
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
+            <description>
+              The JSF id of a UIData component that this scroller will affect.
+              If this attribute is not present then the datascroller must be
+              a child of a UIData comopnent.
+            </description>
         </attribute>
         <attribute>
             <name>fastStep</name>

Propchange: myfaces/tomahawk/trunk/tld/tomahawk.tld
            ('svn:executable' removed)