Author: dsvyatobatsko
Date: 2008-03-27 13:19:25 -0400 (Thu, 27 Mar 2008)
New Revision: 7317
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/dataLists/usage.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/dataTable/usage.xhtml
Log:
Demo site: table/column/group, dataList demos layout correction
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/dataLists/usage.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/dataLists/usage.xhtml 2008-03-27
17:18:00 UTC (rev 7316)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/dataLists/usage.xhtml 2008-03-27
17:19:25 UTC (rev 7317)
@@ -16,15 +16,15 @@
The following example shows the dataList component in use. Two another components
could be used in the same way.
</p>
-
+ <fieldset class="demo_fieldset">
+ <legend class="demo_legend">Example</legend>
<div class="sample-container" >
-
<ui:include src="/richfaces/dataLists/examples/lists.xhtml"/>
<ui:include src="/templates/include/sourceview.xhtml">
<ui:param name="sourcepath"
value="/richfaces/dataLists/examples/lists.xhtml"/>
- </ui:include>
-
- </div>
+ </ui:include>
+ </div>
+ </fieldset>
</ui:define>
</ui:composition>
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/dataTable/usage.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/dataTable/usage.xhtml 2008-03-27
17:18:00 UTC (rev 7316)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/dataTable/usage.xhtml 2008-03-27
17:19:25 UTC (rev 7317)
@@ -16,16 +16,16 @@
of a master table and detail sub-tables.<br />
The following example shows the dataTable component in use:
</p>
-
- <div class="sample-container" >
-
- <ui:include src="/richfaces/dataTable/examples/report.xhtml"/>
- <ui:include src="/templates/include/sourceview.xhtml">
- <ui:param name="sourcepath"
value="/richfaces/dataTable/examples/report.xhtml"/>
- </ui:include>
-
- </div>
+ <fieldset class="demo_fieldset">
+ <legend class="demo_legend">DataTable Column/ColumnGroup
example</legend>
+ <div class="sample-container">
+ <ui:include src="/richfaces/dataTable/examples/report.xhtml"/>
+ <ui:include src="/templates/include/sourceview.xhtml">
+ <ui:param name="sourcepath"
value="/richfaces/dataTable/examples/report.xhtml"/>
+ </ui:include>
+ </div>
+ </fieldset>
</ui:define>
</ui:composition>
Show replies by date