Author: SergeySmirnov
Date: 2007-10-01 13:03:44 -0400 (Mon, 01 Oct 2007)
New Revision: 3183
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/effect/snippets/usecases.html
Log:
typo in the example. targetId, not just id
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/effect/snippets/usecases.html
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/effect/snippets/usecases.html 2007-10-01
16:17:34 UTC (rev 3182)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/effect/snippets/usecases.html 2007-10-01
17:03:44 UTC (rev 3183)
@@ -18,4 +18,4 @@
<!-- attaching to window on load and applying on particular page element -->
<rich:effect for="window" event="onload"
- type="Appear"
params="id:'contentDiv',duration:0.8,from:0.3,to:1.0" />
\ No newline at end of file
+ type="Appear"
params="targetId:'contentDiv',duration:0.8,from:0.3,to:1.0" />
\ No newline at end of file
Show replies by date