Author: SeanRogers
Date: 2011-03-22 21:49:02 -0400 (Tue, 22 Mar 2011)
New Revision: 22293
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Introduction.xml
Log:
Revised Component Reference Introduction: RFPL-1380
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Introduction.xml
===================================================================
---
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Introduction.xml 2011-03-22
19:34:17 UTC (rev 22292)
+++
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Introduction.xml 2011-03-23
01:49:02 UTC (rev 22293)
@@ -7,19 +7,31 @@
This book is a guide to the various components available in the RichFaces 4.0
framework. It includes descriptions of the role of the components, details on how best to
use them, coded examples of their use, and basic references of their properties and
attributes.
</para>
<para>
- For full in-depth references for all component classes and properties, refer to the
<citetitle>API Reference</citetitle> available from the RichFaces website.
+ For full in-depth references for all component classes and properties, refer to the
<citetitle>API Reference</citetitle>, <citetitle>JS
Documentation</citetitle>, and <citetitle>VDL Documentation</citetitle>
available from the RichFaces website.
</para>
<section id="sect-Component_Reference-Introduction-Libraries">
<title>Libraries</title>
<para>
- The RichFaces framework is made up of two tag libraries: the
<classname>a4j</classname> library and the
<classname>rich</classname> library. The
<classname>a4j</classname> tag library represents Ajax4jsf, which provides
page-level Ajax support with core Ajax components. This allows developers to make use of
custom Ajax behavior with existing components. The <classname>rich</classname>
tag library provides Ajax support at the component level instead, and includes ready-made,
self-contained components. These components don't require additional configuration in
order to send requests or update.
+ The RichFaces framework is made up of two tag libraries: the
<classname>a4j</classname> library and the
<classname>rich</classname> library.
</para>
- <note>
- <title>Ajax support</title>
- <para>
- All components in the <classname>a4j</classname> library feature built-in
Ajax support, so it is unnecessary to add the
<sgmltag><a4j:support></sgmltag> behavior.
- </para>
- </note>
+ <variablelist>
+ <varlistentry>
+ <term><classname>a4j</classname> library</term>
+ <listitem>
+ <para>
+ The <classname>a4j</classname> tag library provides core Ajax and
utility components.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><classname>rich</classname> library</term>
+ <listitem>
+ <para>
+ The <classname>rich</classname> tag library provides ready-made,
self-contained, rich user-interface components. These components have built-in Ajax
support. By default, the components don't require additional configuration in order to
send requests or update, but can also be customized by plugging in utility behaviors.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
</section>
</chapter>
Show replies by date