Author: dsvyatobatsko
Date: 2008-03-24 15:02:22 -0400 (Mon, 24 Mar 2008)
New Revision: 7145
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/separator/examples/variants.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/separator/usage.xhtml
Log:
[RF-2660] Demo site: corrections of Separator demo layout
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/separator/examples/variants.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/separator/examples/variants.xhtml 2008-03-24
18:53:57 UTC (rev 7144)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/separator/examples/variants.xhtml 2008-03-24
19:02:22 UTC (rev 7145)
@@ -5,19 +5,15 @@
xmlns:a4j="http://richfaces.org/a4j"
xmlns:rich="http://richfaces.org/rich">
- <p>
- This is default separator:
- <rich:separator />
- </p>
- <p>
- This is tick 75% beveled separator aligned to the center:
- <rich:separator lineType="beveled" height="8"
width="75%" align="center"/>
- </p>
- <p>
- Here is more examples of different line types:
- <rich:separator height="2" lineType="dotted"/><br/>
- <rich:separator height="2" lineType="dashed"/><br/>
- <rich:separator height="4" lineType="double"/><br/>
- <rich:separator height="2" lineType="solid"/><br/>
- </p>
+ <p>This is default separator:</p>
+ <rich:separator/>
+
+ <p>This is tick 75% beveled separator aligned to the center:</p>
+ <rich:separator lineType="beveled" height="8"
width="75%" align="center"/>
+
+ <p>Here is more examples of different line types:</p>
+ <rich:separator height="2" lineType="dotted"/><br/>
+ <rich:separator height="2" lineType="dashed"/><br/>
+ <rich:separator height="4" lineType="double"/><br/>
+ <rich:separator height="2" lineType="solid"/><br/>
</ui:composition>
\ No newline at end of file
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/separator/usage.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/separator/usage.xhtml 2008-03-24
18:53:57 UTC (rev 7144)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/separator/usage.xhtml 2008-03-24
19:02:22 UTC (rev 7145)
@@ -10,13 +10,15 @@
Separator is used to draw a horizontal line on a page. You may specify different types
of a line, the possible values are "beveled" (default), "dotted",
"dashed", "double" and "solid".
You also can specify width, height and alignment for the separator.
</p>
- <div class="sample-container">
-
+ <fieldset class="demo_fieldset">
+ <legend class="demo_legend">Separator demo</legend>
+ <div class="sample-container">
<ui:include src="/richfaces/separator/examples/variants.xhtml"/>
<ui:include src="/templates/include/sourceview.xhtml">
<ui:param name="sourcepath"
value="/richfaces/separator/examples/variants.xhtml"/>
- </ui:include>
- </div>
+ </ui:include>
+ </div>
+ </fieldset>
</ui:define>
</ui:composition>