You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by aj...@apache.org on 2010/02/03 06:20:35 UTC

svn commit: r905891 - /incubator/jspwiki/trunk/src/WebContent/WEB-INF/jspwiki.tld

Author: ajaquith
Date: Wed Feb  3 05:20:35 2010
New Revision: 905891

URL: http://svn.apache.org/viewvc?rev=905891&view=rev
Log:
TabbedSectionTag gains an onclick() attribute that passes contents through to the underlying <div>. This feature is super-useful and enables the new preview functionality. Refactored TabTag to make it simpler.

Modified:
    incubator/jspwiki/trunk/src/WebContent/WEB-INF/jspwiki.tld

Modified: incubator/jspwiki/trunk/src/WebContent/WEB-INF/jspwiki.tld
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/WebContent/WEB-INF/jspwiki.tld?rev=905891&r1=905890&r2=905891&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/WebContent/WEB-INF/jspwiki.tld (original)
+++ incubator/jspwiki/trunk/src/WebContent/WEB-INF/jspwiki.tld Wed Feb  3 05:20:35 2010
@@ -785,6 +785,11 @@
       <rtexprvalue>true</rtexprvalue>
     </attribute>
     <attribute>
+      <name>onclick</name>
+      <required>false</required>
+      <rtexprvalue>true</rtexprvalue>
+    </attribute>
+    <attribute>
       <name>title</name>
       <required>false</required>
       <rtexprvalue>true</rtexprvalue>