Author: atsebro
Date: 2008-06-16 09:01:13 -0400 (Mon, 16 Jun 2008)
New Revision: 9052
Modified:
trunk/docs/userguide/en/src/main/docbook/included/separator.xml
Log:
RF-3361--Separator line type
Modified: trunk/docs/userguide/en/src/main/docbook/included/separator.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/separator.xml 2008-06-16 12:22:15
UTC (rev 9051)
+++ trunk/docs/userguide/en/src/main/docbook/included/separator.xml 2008-06-16 13:01:13
UTC (rev 9052)
@@ -50,7 +50,7 @@
<emphasis role="bold">Example:</emphasis>
</para>
<programlisting role="XML"><![CDATA[...
- <rich:separator/>
+<rich:separator/>
...
]]></programlisting>
</section>
@@ -68,18 +68,14 @@
</section>
<section>
<title>Details of Usage</title>
- <para><emphasis role="bold">
- <property><rich:separator></property>
- </emphasis> is a simple layout component which represents a
<property>separator</property>
- stylized as a skin. Thus, the main attributes that define its style are
<emphasis>
- <property>"style"</property>
- </emphasis> and <emphasis>
- <property>"styleClass".</property>
- </emphasis> In addition there are <emphasis>
- <property>width</property>
- </emphasis> and <emphasis>
- <property>height</property>
- </emphasis> attributes that should be specified in pixels.</para>
+ <para><emphasis
role="bold"><property><rich:separator></property></emphasis>
is a simple layout component ,
+ which represents a <property>separator</property> stylized as a
skin.
+ Thus, the main attributes that define its style are <emphasis>
<property>"style"</property>
+ </emphasis> and
<emphasis><property>"styleClass".</property>
+ </emphasis> In addition there are
<emphasis><property>width</property></emphasis> and
<emphasis><property>height</property>
+ </emphasis> attributes that should be specified in pixels.
+ On the HTML page the component is transposed into HTML <div>
tag.</para>
+
<para>The line type can be customized with the <emphasis>
<property>"lineType"</property>
</emphasis> parameter. For example, different line types are shown after
rendering with the
Show replies by date