[richfaces-svn-commits] JBoss Rich Faces SVN: r9052 - trunk/docs/userguide/en/src/main/docbook/included.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Jun 16 09:01:13 EDT 2008


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>&lt;rich:separator&gt;</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>&quot;style&quot;</property>
-      </emphasis> and <emphasis>
-        <property>&quot;styleClass&quot;.</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>&lt;rich:separator&gt;</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>&quot;style&quot;</property>
+      </emphasis> and <emphasis><property>&quot;styleClass&quot;.</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 &lt;div&gt; tag.</para>
+    
     <para>The line type can be customized with the <emphasis>
         <property>&quot;lineType&quot;</property>
       </emphasis> parameter. For example, different line types are shown after rendering with the




More information about the richfaces-svn-commits mailing list