Author: smukhina
Date: 2007-09-12 06:19:44 -0400 (Wed, 12 Sep 2007)
New Revision: 2900
Modified:
trunk/docs/userguide/en/src/main/docbook/modules/RFCintro.xml
Log:
note about skinnability is deleted
Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCintro.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCintro.xml 2007-09-12 10:00:56 UTC
(rev 2899)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCintro.xml 2007-09-12 10:19:44 UTC
(rev 2900)
@@ -39,11 +39,6 @@
<listitem><para>Create a modern rich user interface look-and-feel with
skins-based technology. Rich Faces provides a skinnability feature that allows easily
define and manage different color schemes and other parameters of the UI with the help of
named skin parameters. Hence, it is possible to access the skin parameters from JSP code
and the Java code (e.g. to adjust generated on-the-fly images based on the text parts of
the UI). RichFaces comes with a number of predefined skins to get you started, but you can
also easily create your own custom skins. </para></listitem>
-<note>
-<title>Note:</title>
-<para>skinnability is not an equivalent of traditional CSS, but a
complement.</para>
-</note>
-
<listitem><para>Test and create the components, actions, listeners, and pages
at the same time. An automated testing facility is in our roadmap for the near future.
This facility will generate test cases for your component as soon as you develop it. The
testing framework will not just test the components, but also any other server-side or
client-side functionality including JavaScript code. What is more, it will do all of this
without deploying the test application into the Servlet container.
</para></listitem>
</itemizedlist>
Show replies by date