You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2005/11/12 00:05:05 UTC

svn commit: r332672 - /jakarta/tapestry/trunk/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Rollover.xml

Author: hlship
Date: Fri Nov 11 15:05:04 2005
New Revision: 332672

URL: http://svn.apache.org/viewcvs?rev=332672&view=rev
Log:
TAPESTRY-734: Rollover component parameter names are wrong

Modified:
    jakarta/tapestry/trunk/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Rollover.xml

Modified: jakarta/tapestry/trunk/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Rollover.xml
URL: http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Rollover.xml?rev=332672&r1=332671&r2=332672&view=diff
==============================================================================
--- jakarta/tapestry/trunk/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Rollover.xml (original)
+++ jakarta/tapestry/trunk/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Rollover.xml Fri Nov 11 15:05:04 2005
@@ -69,7 +69,7 @@
   </tr>
 
   <tr>
-    <td>focus</td>
+    <td>mouseOver</td>
     <td>&IAsset;</td>
     <td>in</td>
     <td>no</td>
@@ -78,11 +78,12 @@
     <td>
        If provided (and the component is not disabled), then a JavaScript onMouseOver 
        event handler is added to change the image. An onMouseOut event handler is also 
-       provided, to change the button to either it's base image, or its blur image.
+       provided, to change the button to either it's base image, or its mouseOut image.
+      Deprecated alias: focus. 
     </td>
   </tr>
   <tr>
-    <td>blur</td>
+    <td>mouseOut</td>
     <td>&IAsset;</td>
     <td>in</td>
 
@@ -91,6 +92,7 @@
     <td>
        If provided (and the component is not disabled), then a JavaScript onMouseOut event 
        handler is added to change the image when the mouse is moved off of the image.
+      Deprecated alias: blur. 
     </td>
   </tr>
   <tr>



---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org