[richfaces-svn-commits] JBoss Rich Faces SVN: r3185 - trunk/samples/richfaces-demo/src/main/webapp/richfaces/effect.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Mon Oct 1 19:20:20 EDT 2007
Author: SergeySmirnov
Date: 2007-10-01 19:20:19 -0400 (Mon, 01 Oct 2007)
New Revision: 3185
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/effect/attributes.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/effect/usage.xhtml
Log:
corrected in the doc - target id (was effectId)
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/effect/attributes.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/effect/attributes.xhtml 2007-10-01 17:24:14 UTC (rev 3184)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/effect/attributes.xhtml 2007-10-01 23:20:19 UTC (rev 3185)
@@ -26,7 +26,7 @@
of the component if such component is found. If not, the value is left as is for
possible wiring with on the DOM element's id on the client side.<br/>
By default, the target of the effect is the same element that effect pointed to.
- However, the target element is might be overridden with 'effectId' option passed
+ However, the target element is might be overridden with 'targetId' option passed
with 'params' attribute of with function paramenter.
</p>
<p>
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/effect/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/effect/usage.xhtml 2007-10-01 17:24:14 UTC (rev 3184)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/effect/usage.xhtml 2007-10-01 23:20:19 UTC (rev 3185)
@@ -11,7 +11,7 @@
<p>rich:effect utilizes the set of effects provided by scriptaculous javascript library. It
allows to attach effects to JSF components and html tags. For the reference of the available
effects and their parameters see the scriptaculous documentation and wiki. There are
- some of many possible effects available out-of-the-box:
+ <b>some of many</b> possible effects available out-of-the-box:
</p>
<div class="sample-container">
<ui:include src="/richfaces/effect/examples/diffTypes.xhtml" />
More information about the richfaces-svn-commits
mailing list