You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/10/10 01:36:30 UTC

svn commit: r823742 - /incubator/click/trunk/click/extras/src/org/apache/click/extras/control/TabbedForm.htm

Author: sabob
Date: Fri Oct  9 23:36:30 2009
New Revision: 823742

URL: http://svn.apache.org/viewvc?rev=823742&view=rev
Log:
fixed event handler name. CLK-584

Modified:
    incubator/click/trunk/click/extras/src/org/apache/click/extras/control/TabbedForm.htm

Modified: incubator/click/trunk/click/extras/src/org/apache/click/extras/control/TabbedForm.htm
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/extras/src/org/apache/click/extras/control/TabbedForm.htm?rev=823742&r1=823741&r2=823742&view=diff
==============================================================================
--- incubator/click/trunk/click/extras/src/org/apache/click/extras/control/TabbedForm.htm (original)
+++ incubator/click/trunk/click/extras/src/org/apache/click/extras/control/TabbedForm.htm Fri Oct  9 23:36:30 2009
@@ -80,7 +80,7 @@
 						<a href="#"
 						   class="tb_label"
 						   style="color:#404040;font-weight:bold;text-decoration:none;"
-						   onClick="onShowTab(${velocityCount})"
+						   onclick="onShowTab(${velocityCount})"
 						   >${tabSheet.label}</a>
 					</td>
 					<td class="tf_separator"> &#160; </td>