Revision: 1402
          http://stripes.svn.sourceforge.net/stripes/?rev=1402&view=rev
Author:   bengunter
Date:     2011-03-03 18:17:50 +0000 (Thu, 03 Mar 2011)

Log Message:
-----------
Fixed STS-807: Select options custom tags not supporting dynamic attributes. 
The code already supports dynamic attributes so I just fixed the TLD.

Modified Paths:
--------------
    branches/1.5.x/stripes/resources/stripes.tld

Modified: branches/1.5.x/stripes/resources/stripes.tld
===================================================================
--- branches/1.5.x/stripes/resources/stripes.tld        2011-03-03 16:46:08 UTC 
(rev 1401)
+++ branches/1.5.x/stripes/resources/stripes.tld        2011-03-03 18:17:50 UTC 
(rev 1402)
@@ -1034,6 +1034,7 @@
         
<attribute><description>@tabindex@</description><name>tabindex</name><required>false</required><rtexprvalue>true</rtexprvalue></attribute>
         
<attribute><description>@title@</description><name>title</name><required>false</required><rtexprvalue>true</rtexprvalue></attribute>
         <!-- End: Standard HTML attributes -->
+        <dynamic-attributes>@dynattrs@</dynamic-attributes>
     </tag>
 
     <tag>
@@ -1168,6 +1169,7 @@
         
<attribute><description>@tabindex@</description><name>tabindex</name><required>false</required><rtexprvalue>true</rtexprvalue></attribute>
         
<attribute><description>@title@</description><name>title</name><required>false</required><rtexprvalue>true</rtexprvalue></attribute>
         <!-- End: Standard HTML attributes -->
+        <dynamic-attributes>@dynattrs@</dynamic-attributes>
     </tag>
 
     <tag>
@@ -1270,6 +1272,7 @@
         
<attribute><description>@tabindex@</description><name>tabindex</name><required>false</required><rtexprvalue>true</rtexprvalue></attribute>
         
<attribute><description>@title@</description><name>title</name><required>false</required><rtexprvalue>true</rtexprvalue></attribute>
         <!-- End: Standard HTML attributes -->
+        <dynamic-attributes>@dynattrs@</dynamic-attributes>
     </tag>
 
     <tag>
@@ -1366,6 +1369,7 @@
         
<attribute><description>@tabindex@</description><name>tabindex</name><required>false</required><rtexprvalue>true</rtexprvalue></attribute>
         
<attribute><description>@title@</description><name>title</name><required>false</required><rtexprvalue>true</rtexprvalue></attribute>
         <!-- End: Standard HTML attributes -->
+        <dynamic-attributes>@dynattrs@</dynamic-attributes>
     </tag>
 
     <tag>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to