Author: atsebro
Date: 2009-08-25 12:56:23 -0400 (Tue, 25 Aug 2009)
New Revision: 15299
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_jQuery.xml
Log:
RF-7756: Rich Miscellaneous component group description review --> rich:jQuery
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_jQuery.xml
===================================================================
---
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_jQuery.xml 2009-08-25
16:41:21 UTC (rev 15298)
+++
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_jQuery.xml 2009-08-25
16:56:23 UTC (rev 15299)
@@ -44,21 +44,26 @@
<para>as a JavaScript function that can be invoked from the
JavaScript code</para>
</listitem>
</itemizedlist>
+
<para>The mode is chosen with <emphasis>
- <property>"timing"</property>
- </emphasis> attribute that has the following
options:</para>
+
<property>"timing"</property></emphasis> attribute
that has the following options:</para>
<itemizedlist>
<listitem>
- <para>"immediate" - applying a query
immediately</para>
+ <para>
+ <code>immediate</code> — applying a query
immediately;
+ </para>
</listitem>
<listitem>
- <para>"onload" - applying a query when a document
is loaded</para>
+ <para>
+ <code>onload</code> — applying a query when a
document is loaded;
+ </para>
</listitem>
<listitem>
- <para>onJScall - applying a query by invoked JavaScript
function defined with the <emphasis>
- <property>"name"</property>
- </emphasis> attribute</para>
+ <para>
+ <code>onJScall</code> — applying a query by
invoked JavaScript function defined with the
<emphasis><property>"name"</property></emphasis>
attribute.
+ </para>
</listitem>
+
</itemizedlist>
<para>Definition of the <emphasis>
<property>"name"</property>
@@ -75,9 +80,7 @@
<property>"query"</property>
</emphasis>attribute.</para>
<para>Here is an example of how to highlight odd rows in a
table:</para>
- <para>
- <emphasis role="bold">Example:</emphasis>
- </para>
+
<programlisting role="CSS"><style>
.odd {background-color: #FFC;}
</style></programlisting>
Show replies by date