Author: dsvyatobatsko
Date: 2008-03-27 11:55:50 -0400 (Thu, 27 Mar 2008)
New Revision: 7310
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/componentControl/usage.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/gmap/usage.xhtml
Log:
Demo site: compControl, gmap demos layout correction
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/componentControl/usage.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/componentControl/usage.xhtml 2008-03-27
15:51:13 UTC (rev 7309)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/componentControl/usage.xhtml 2008-03-27
15:55:50 UTC (rev 7310)
@@ -19,13 +19,17 @@
In this simple example <b>componentControl</b> components are used to open
and close modal panel.
The component is attached to links and calls "show" and "hide"
functions on Modal Panel.
</p>
- <div class="sample-container">
- <ui:include src="/richfaces/componentControl/examples/mpusage.xhtml"
/>
- <rich:spacer height="20"/>
- <ui:include src="/templates/include/sourceview.xhtml">
- <ui:param name="sourcepath"
value="/richfaces/componentControl/examples/mpusage.xhtml"/>
- </ui:include>
- </div>
+
+ <fieldset class="demo_fieldset">
+ <legend class="demo_legend">Component Control with modal panel
example</legend>
+ <div class="sample-container">
+ <ui:include
src="/richfaces/componentControl/examples/mpusage.xhtml"/>
+ <br/>
+ <ui:include src="/templates/include/sourceview.xhtml">
+ <ui:param name="sourcepath"
value="/richfaces/componentControl/examples/mpusage.xhtml"/>
+ </ui:include>
+ </div>
+ </fieldset>
<p>
<b>Main component attributes:</b>
</p>
@@ -68,14 +72,16 @@
Click at any table row to see the context menu that generated individually for
every row using parameters.
</p>
- <div class="sample-container">
- <ui:include src="/richfaces/componentControl/examples/cmenuusage.xhtml"
/>
- <rich:spacer height="20"/>
- <ui:include src="/templates/include/sourceview.xhtml">
- <ui:param name="sourcepath"
value="/richfaces/componentControl/examples/cmenuusage.xhtml"/>
- </ui:include>
- </div>
-
+ <fieldset class="demo_fieldset">
+ <legend class="demo_legend">Component Control with rich:dataTable
example</legend>
+ <div class="sample-container">
+ <ui:include
src="/richfaces/componentControl/examples/cmenuusage.xhtml"/>
+ <br/>
+ <ui:include src="/templates/include/sourceview.xhtml">
+ <ui:param name="sourcepath"
value="/richfaces/componentControl/examples/cmenuusage.xhtml"/>
+ </ui:include>
+ </div>
+ </fieldset>
</ui:define>
</ui:composition>
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/gmap/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/gmap/usage.xhtml 2008-03-27
15:51:13 UTC (rev 7309)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/gmap/usage.xhtml 2008-03-27
15:55:50 UTC (rev 7310)
@@ -21,12 +21,15 @@
component that allows to invoke the server side data and convert it into a JSON
format.
</p>
- <ui:include src="/richfaces/gmap/examples/mapUsage.xhtml"/>
- <ui:include src="/templates/include/sourceview.xhtml">
- <ui:param name="sourcepath"
value="/richfaces/gmap/examples/mapUsage.xhtml"/>
- <ui:param name="openlable" value="View page Source"/>
- </ui:include>
-
+ <fieldset class="demo_fieldset">
+ <legend class="demo_legend">GoogleMap example</legend>
+ <div class="sample-container">
+ <ui:include src="/richfaces/gmap/examples/mapUsage.xhtml"/>
+ <ui:include src="/templates/include/sourceview.xhtml">
+ <ui:param name="sourcepath"
value="/richfaces/gmap/examples/mapUsage.xhtml"/>
+ </ui:include>
+ </div>
+ </fieldset>
</ui:define>
</ui:composition>