You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by jo...@apache.org on 2012/06/18 23:20:50 UTC

svn commit: r1351491 - /struts/struts2/trunk/core/src/main/resources/template/simple/optiontransferselect.ftl

Author: jogep
Date: Mon Jun 18 21:20:49 2012
New Revision: 1351491

URL: http://svn.apache.org/viewvc?rev=1351491&view=rev
Log:
 WW-3842: The OptionTransferSelect tag doesn't recognize the attribute doubleOnmouseup and doubleOnmouseover

Modified:
    struts/struts2/trunk/core/src/main/resources/template/simple/optiontransferselect.ftl

Modified: struts/struts2/trunk/core/src/main/resources/template/simple/optiontransferselect.ftl
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/template/simple/optiontransferselect.ftl?rev=1351491&r1=1351490&r2=1351491&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/main/resources/template/simple/optiontransferselect.ftl (original)
+++ struts/struts2/trunk/core/src/main/resources/template/simple/optiontransferselect.ftl Mon Jun 18 21:20:49 2012
@@ -214,11 +214,14 @@
     onmousedown="${parameters.doubleOnmousedown?html}"
     </#if><#t/>
     <#if parameters.doubleOnmouseup??><#t/>
-    onmouseup="${parameters.doubleMnmouseup?html}"
+    onmouseup="${parameters.doubleOnmouseup?html}"
     </#if><#t/>
     <#if parameters.doubleOnmousemove??><#t/>
     onmousemove="${parameters.doubleOnmousemove?html}"
     </#if><#t/>
+    <#if parameters.doubleOnmouseover??><#t/>
+    onmouseover="${parameters.doubleOnmouseover?html}"
+    </#if><#t/>
     <#if parameters.doubleOnmouseout??><#t/>
     onmouseout="${parameters.doubleOnmouseout?html}"
     </#if><#t/>