Author: dsvyatobatsko
Date: 2008-03-24 14:40:51 -0400 (Mon, 24 Mar 2008)
New Revision: 7143
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/panelMenu/usage.xhtml
Log:
[RF-2658] Demo site: corrections of Panel Menu demo layout
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/panelMenu/usage.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/panelMenu/usage.xhtml 2008-03-24
18:12:44 UTC (rev 7142)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/panelMenu/usage.xhtml 2008-03-24
18:40:51 UTC (rev 7143)
@@ -12,16 +12,15 @@
skinable look-n-feel. You can customize it with styles and a set of component
attributes. The folowing demo
shows the example of rich:panelMenu
</p>
-
-
- <div class="sample-container" >
-
- <ui:include src="/richfaces/panelMenu/examples/example.xhtml"/>
- <ui:include src="/templates/include/sourceview.xhtml">
- <ui:param name="sourcepath"
value="/richfaces/panelMenu/examples/example.xhtml"/>
- </ui:include>
- </div>
-
+ <fieldset class="demo_fieldset">
+ <legend class="demo_legend">Panel Menu demo</legend>
+ <div class="sample-container">
+ <ui:include src="/richfaces/panelMenu/examples/example.xhtml"/>
+ <ui:include src="/templates/include/sourceview.xhtml">
+ <ui:param name="sourcepath"
value="/richfaces/panelMenu/examples/example.xhtml"/>
+ </ui:include>
+ </div>
+ </fieldset>
<p>
Switching mode could be chosen with the <b>mode</b> attribute for all
panelMenu items except ones where
this attribute was redefined. By default all items send custom request.
Show replies by date