Author: vkorluzhenko
Date: 2007-10-04 09:34:34 -0400 (Thu, 04 Oct 2007)
New Revision: 3256
Modified:
trunk/docs/userguide/en/src/main/docbook/included/effect.xml
Log:
http://jira.jboss.com/jira/browse/RF-1050 - fixed errors
Modified: trunk/docs/userguide/en/src/main/docbook/included/effect.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/effect.xml 2007-10-04 12:54:41 UTC
(rev 3255)
+++ trunk/docs/userguide/en/src/main/docbook/included/effect.xml 2007-10-04 13:34:34 UTC
(rev 3256)
@@ -103,7 +103,7 @@
<rich:effect name="showDiv" for="contentDiv"
type="Appear" />
<!-- 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" />
+<rich:effect for="window" event="onload" type="Appear"
params="targetId:'contentDiv',duration:0.8,from:0.3,to:1.0" />
...
]]></programlisting>
@@ -151,7 +151,7 @@
not, the value is left as is for possible wiring with on the DOM element's id
on the client
side. By default, the target of the effect is the same element that effect pointed
to.
However, the target element is might be overridden with <emphasis>
- <property>"effectId"</property>
+ <property>"targetId"</property>
</emphasis> option passed with <emphasis>
<property>"params"</property>
</emphasis> attribute of with function paramenter. </para>
@@ -164,15 +164,15 @@
itself, there are two option that might override the
<property>rich:effect</property>
attribute. Those are: <itemizedlist>
<listitem><emphasis>
- <property>"effectId"</property>
+ <property>"targetId"</property>
</emphasis> allows to re-define the target of effect. The option is
override the value of <emphasis>
<property>"for"</property>
- </emphasis> attribute</listitem>
+ </emphasis> attribute.</listitem>
<listitem><emphasis>
- <property>"effectType"</property>
+ <property>"type"</property>
</emphasis> defines the effect type. The option is override the value of
<emphasis>
<property>"type"</property>
- </emphasis> attribute</listitem>
+ </emphasis> attribute.</listitem>
</itemizedlist>
</para>