Author: smukhina
Date: 2008-05-27 09:57:17 -0400 (Tue, 27 May 2008)
New Revision: 8780
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/standardSkinning/usage.xhtml
Log:
http://jira.jboss.com/jira/browse/RF-398
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/standardSkinning/usage.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/standardSkinning/usage.xhtml 2008-05-27
13:52:19 UTC (rev 8779)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/standardSkinning/usage.xhtml 2008-05-27
13:57:17 UTC (rev 8780)
@@ -76,14 +76,14 @@
</p>
<ul>
<li>
- By default <b>org.richfaces.CONTROL_SKINNING</b> context param set to
<b>enable</b>
+ By default <b>org.richfaces.CONTROL_SKINNING</b> context param is set to
<b>enable</b>
and it means that all
standard elements on the page will be skinned. (CSS style classes for
elements based on their names and type attribute values will be applied).
You may redefine it to <b>disabled</b> in order to turn it off.
</li>
<li>
- By default <b>org.richfaces.CONTROL_SKINNING_CLASSES</b> context param
set to
+ By default <b>org.richfaces.CONTROL_SKINNING_CLASSES</b> context param is
set to
<b>enabled</b> and it
means that basic elements nested to element having <i>rich-container</i>
class
will be skinned. It could be also turned off using <b>disable</b> value.
@@ -127,7 +127,7 @@
and pseudo class name. <i>(e.g.: rich-link, rich-link-hover,
rich-link-visited)</i>
</p>
<p>
- One additional note. In the predefined rich classes css we provides not only classes
+ One additional note. In the predefined rich classes css we provide not only classes
for basic HTML elements but also classes for some complex elements creation.
There is a snippet with some of them for example:
</p>