Author: cluts
Date: 2008-01-24 08:52:32 -0500 (Thu, 24 Jan 2008)
New Revision: 5585
Modified:
trunk/docs/userguide/en/src/main/docbook/included/inputNumberSlider.xml
Log:
http://jira.jboss.com/jira/browse/RF-1052 - correct for inputnumberSlider
Modified: trunk/docs/userguide/en/src/main/docbook/included/inputNumberSlider.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/inputNumberSlider.xml 2008-01-24
13:51:49 UTC (rev 5584)
+++ trunk/docs/userguide/en/src/main/docbook/included/inputNumberSlider.xml 2008-01-24
13:52:32 UTC (rev 5585)
@@ -168,7 +168,7 @@
<section>
<title>Skin Parameters Redefinition</title>
- <table>
+ <table id="tab_cn">
<title>Skin parameters redefinition for a bar</title>
<tgroup cols="2">
<thead>
@@ -308,7 +308,7 @@
</mediaobject>
</figure>
- <table id="tab_cn">
+ <table>
<title>Classes names that define a component appearance</title>
<tgroup cols="2">
<thead>
@@ -356,7 +356,7 @@
<para>In order to redefine styles for all <emphasis
role="bold">
<property><rich:inputNumberSlider></property>
</emphasis> components on a page using CSS, it's enough to create
classes with the
- same names (possible classes could be found in the table <ulink
linkend="tab_cn">above</ulink>) and define necessary properties in
them. An example is placed below:</para>
+ same names (possible classes could be found in the table <link
linkend="tab_cn">above</link>) and define necessary properties in them.
An example is placed below:</para>
<para>
<emphasis role="bold">Example:</emphasis>
@@ -393,7 +393,7 @@
font-style: italic;
}
...]]></programlisting>
- <para>The <emphasis>"inputClass"</emphasis>
attribute for <emphasis role="bold"
+ <para>The
<emphasis><property>"inputClass"</property></emphasis>
attribute for <emphasis role="bold"
<property><rich:inputNumberSlider>
</property></emphasis> is defined as it’s shown in the example
below:</para>
<para>