Author: ochikvina
Date: 2007-10-19 09:05:41 -0400 (Fri, 19 Oct 2007)
New Revision: 3451
Modified:
trunk/docs/userguide/en/src/main/docbook/included/effect.xml
Log:
http://jira.jboss.com/jira/browse/RF-1050 - adding info to Details of Usage
Modified: trunk/docs/userguide/en/src/main/docbook/included/effect.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/effect.xml 2007-10-19 12:14:01 UTC
(rev 3450)
+++ trunk/docs/userguide/en/src/main/docbook/included/effect.xml 2007-10-19 13:05:41 UTC
(rev 3451)
@@ -175,7 +175,25 @@
</emphasis> attribute.</listitem>
</itemizedlist>
</para>
-
+
+ <para>
+ You can use a set of effects directly without defining the <emphasis
role="bold">
+ <property><rich:effect></property>
+ </emphasis> component on a page if it's convenient for you. For
that, load the scriptaculous library to the page with the following code:
+ </para>
+ <para>
+ <emphasis role="bold">Example:</emphasis>
+ </para>
+ <programlisting role="XML"><![CDATA[...
+<a4j:loadScript src="resource://scriptaculous/effect.js" />
+...
+]]></programlisting>
+ <para>
+ If you do use the <emphasis role="bold">
+ <property><rich:effect></property>
+ </emphasis>component, there is no need to include this library because it’s
already here.
+ </para>
+
</section>
<section>
<title>Relevant Resources Links</title>