Author: msorokin
Date: 2008-11-10 11:21:38 -0500 (Mon, 10 Nov 2008)
New Revision: 11067
Modified:
trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
Log:
Corrected some mistakes
Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2008-11-10
14:54:10 UTC (rev 11066)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2008-11-10
16:21:38 UTC (rev 11067)
@@ -1917,16 +1917,16 @@
elements' name and attribute type (where applicable). Also this feature
provides a set of CSS styles so that skinning can be applied assigning rich-*
classes to particular elements or to container of elements that nests controls.
</para>
- <para> Standard controls skinning feature provides 2 levels of skinning -
standard and
- extended, while skinning is based on detecting browser user agent. If user agent is
+ <para> Standard controls skinning feature provides 2 levels of skinning -
<property>Standard</property> and
+ <property>Extended</property> while skinning is based on detecting
browser user agent. If user agent is
not detected, Advanced level is used. </para>
<itemizedlist>
<listitem>
<para>
<emphasis>
- <property>Standard</property>
- </emphasis> provides customization only basic style properties.
</para>
- <para> To the following browsers Basic level of skinning is applied:
</para>
+ <property>Standard</property> level
+ </emphasis> provides customization for only basic style properties.
</para>
+ <para> To the following browsers <property>Standard</property>
level of skinning is applied: </para>
<itemizedlist>
<listitem>
<para>Internet Explorer 6</para>
@@ -1947,11 +1947,11 @@
<listitem>
<para>
<emphasis>
- <property>Extended</property>
+ <property>Extended</property> level
</emphasis> extends basic level introducing broader number of style
properties and is applied to browsers with rich visual styling capability of
controls </para>
- <para> The following browsers support Advanced level of skinning:
</para>
+ <para> The following browsers support
<property>Extended</property> level of skinning: </para>
<itemizedlist>
<listitem>
<para>Mozilla Firefox</para>
@@ -2013,20 +2013,20 @@
</para>
</listitem>
</itemizedlist>
- <para>Skinning can be initialized in two ways:</para>
+ <para>Skinning for standard HTML controls can be initialized in two
ways:</para>
<itemizedlist>
<listitem>
<para> adding <code>org.richfaces.CONTROL_SKINNING</code> parmeter
to web.xml.
Values: "enable" and "disable". This way
- implies that skinning style classes are applied to elements by element name
- and type attribute (where applicable). No additional steps required from an
- application developer. Please find below the table that contains the list of
- element to which skinning a applicable. </para>
+ implies that skinning style properties are applied to elements by element name
+ and attribute type (where applicable). No additional steps required.
+ Please find below the table that contains the list of
+ elements to which skinning a applicable. </para>
</listitem>
<listitem>
<para> adding <code> org.richfaces.CONTROL_SKINNING_CLASSES
</code> parameter to
web.xml file. Possible values "enable" and
- "disable". Implementation of this method implies the
+ "disable". Implementation of this method implies that the
provision of several style classes for different types of elements. The
style classes have predefined names. Application developer should manually
assign classes to controls that needs skinning or assign class to an element
Show replies by date