Author: ayanul
Date: 2008-06-09 07:35:56 -0400 (Mon, 09 Jun 2008)
New Revision: 8955
Modified:
branches/3.1.x/test-applications/jsp/src/main/webapp/Effect/Effect.jsp
Log:
Modified: branches/3.1.x/test-applications/jsp/src/main/webapp/Effect/Effect.jsp
===================================================================
--- branches/3.1.x/test-applications/jsp/src/main/webapp/Effect/Effect.jsp 2008-06-09
11:35:53 UTC (rev 8954)
+++ branches/3.1.x/test-applications/jsp/src/main/webapp/Effect/Effect.jsp 2008-06-09
11:35:56 UTC (rev 8955)
@@ -128,11 +128,10 @@
<f:verbatim>
<div id="divID"
- style="width: 100px; height: 50px; background-color:
red"><rich:effect
- event="onclick" targetId="imageID" type="Opacity"
- params="duration:0.5,from:0.4,to:1.0" /> <rich:effect
- event="onmouseout" type="Opacity"
- params="targetId:'imageID',duration:0.5,from:1.0,to:0.4"
/></div>
+ style="width: 100px; height: 50px; background-color: red">
+ <rich:effect event="onclick" targetId="imageID"
type="Opacity"
+ params="duration:0.5,from:0.4,to:1.0" />
+ </div>
</f:verbatim>
</h:panelGrid>
Show replies by date