Author: dsvyatobatsko
Date: 2008-05-20 10:45:51 -0400 (Tue, 20 May 2008)
New Revision: 8660
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/actionparam/examples/assignTo.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/actionparam/examples/screenSize.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/ajaxAttributes/usage.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/fileUpload/examples/fileUpload.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/form/usage.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/htmlCommandLink/usage.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/page/usage.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/panel/examples/headlessPanel.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/panel/examples/lookCustom.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/panelMenu/examples/example.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/push/usage.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/standardSkinning/usage.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/toolBar/examples/separators.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/toolTip/examples/tooltipUsage.xhtml
trunk/samples/richfaces-demo/src/main/webapp/templates/include/components-navigation.xhtml
Log:
RF-3475
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/actionparam/examples/assignTo.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/actionparam/examples/assignTo.xhtml 2008-05-20
14:30:03 UTC (rev 8659)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/actionparam/examples/assignTo.xhtml 2008-05-20
14:45:51 UTC (rev 8660)
@@ -3,9 +3,9 @@
xmlns:h="http://java.sun.com/jsf/html"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:rich="http://richfaces.org/rich">
-
+
<h:form>
- <rich:panel>
+ <rich:panel bodyClass="rich-laguna-panel-no-header">
<a4j:commandButton value="Set Name to Alex" reRender="rep"
>
<a4j:actionparam name="username" value="Alex"
assignTo="#{userBean.name}"/>
</a4j:commandButton>
@@ -15,7 +15,7 @@
</a4j:commandButton>
</rich:panel>
<rich:spacer height="1" />
- <rich:panel>
+ <rich:panel bodyClass="rich-laguna-panel-no-header">
<h:outputText id="rep" value="Selected
Name:#{userBean.name}"/>
</rich:panel>
</h:form>
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/actionparam/examples/screenSize.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/actionparam/examples/screenSize.xhtml 2008-05-20
14:30:03 UTC (rev 8659)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/actionparam/examples/screenSize.xhtml 2008-05-20
14:45:51 UTC (rev 8660)
@@ -13,7 +13,7 @@
</a4j:commandButton>
<br />
<rich:spacer height="3" />
- <rich:panel id="infoPanel">
+ <rich:panel id="infoPanel"
bodyClass="rich-laguna-panel-no-header">
<h:panelGrid columns="2">
<h:outputText value="Width:" />
<h:outputText value="#{userBean.screenWidth}"/>
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/ajaxAttributes/usage.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/ajaxAttributes/usage.xhtml 2008-05-20
14:30:03 UTC (rev 8659)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/ajaxAttributes/usage.xhtml 2008-05-20
14:45:51 UTC (rev 8660)
@@ -42,7 +42,7 @@
<fieldset class="demo_fieldset">
<legend class="demo_legend">Code Example</legend>
- <rich:panel styleClass="viewsourcepanel"
bodyClass="viewsourcebody">
+ <rich:panel styleClass="viewsourcepanel" bodyClass="viewsourcebody
rich-laguna-panel-no-header">
<rich:insert src="/richfaces/ajaxAttributes/snippets/reRender2.xhtml"
highlight="xhtml"></rich:insert>
</rich:panel>
</fieldset>
@@ -57,7 +57,7 @@
</p>
<fieldset class="demo_fieldset">
<legend class="demo_legend">Code Example</legend>
- <rich:panel styleClass="viewsourcepanel"
bodyClass="viewsourcebody">
+ <rich:panel styleClass="viewsourcepanel" bodyClass="viewsourcebody
rich-laguna-panel-no-header">
<rich:insert src="/richfaces/ajaxAttributes/snippets/reRender3.xhtml"
highlight="xhtml"></rich:insert>
</rich:panel>
</fieldset>
@@ -84,7 +84,7 @@
</p>
<fieldset class="demo_fieldset">
<legend class="demo_legend">Code Example</legend>
- <rich:panel styleClass="viewsourcepanel"
bodyClass="viewsourcebody">
+ <rich:panel styleClass="viewsourcepanel" bodyClass="viewsourcebody
rich-laguna-panel-no-header">
<rich:insert src="/richfaces/ajaxAttributes/snippets/reRender1.xhtml"
highlight="xhtml"></rich:insert>
</rich:panel>
</fieldset>
@@ -114,7 +114,7 @@
</p>
<fieldset class="demo_fieldset">
<legend class="demo_legend">Code Example</legend>
- <rich:panel styleClass="viewsourcepanel"
bodyClass="viewsourcebody">
+ <rich:panel styleClass="viewsourcepanel" bodyClass="viewsourcebody
rich-laguna-panel-no-header">
<rich:insert src="/richfaces/ajaxAttributes/snippets/eventqueue.xhtml"
highlight="xhtml"></rich:insert>
</rich:panel>
</fieldset>
@@ -230,7 +230,7 @@
</p>
<fieldset class="demo_fieldset">
<legend class="demo_legend">Code Example</legend>
- <rich:panel styleClass="viewsourcepanel"
bodyClass="viewsourcebody">
+ <rich:panel styleClass="viewsourcepanel" bodyClass="viewsourcebody
rich-laguna-panel-no-header">
<rich:insert src="/richfaces/ajaxAttributes/snippets/data.xhtml"
highlight="xhtml"></rich:insert>
</rich:panel>
</fieldset>
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/fileUpload/examples/fileUpload.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/fileUpload/examples/fileUpload.xhtml 2008-05-20
14:30:03 UTC (rev 8659)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/fileUpload/examples/fileUpload.xhtml 2008-05-20
14:45:51 UTC (rev 8660)
@@ -34,7 +34,7 @@
rendered="#{fileUploadBean.size==0}" />
<rich:dataGrid columns="1" value="#{fileUploadBean.files}"
var="file" rowKeyVar="row">
- <rich:panel>
+ <rich:panel bodyClass="rich-laguna-panel-no-header">
<h:panelGrid columns="2">
<a4j:mediaOutput element="img" mimeType="#{file.mime}"
createContent="#{fileUploadBean.paint}" value="#{row}"
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/form/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/form/usage.xhtml 2008-05-20
14:30:03 UTC (rev 8659)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/form/usage.xhtml 2008-05-20
14:45:51 UTC (rev 8660)
@@ -39,7 +39,7 @@
<fieldset class="demo_fieldset">
<legend class="demo_legend">Code Example</legend>
- <rich:panel styleClass="viewcodeexamplepanel"
bodyClass="viewsourcebody">
+ <rich:panel styleClass="viewcodeexamplepanel"
bodyClass="viewsourcebody rich-laguna-panel-no-header">
<rich:insert src="/richfaces/form/snippets/commandLinkProblem.xhtml"
highlight="xhtml"/>
</rich:panel>
</fieldset>
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/htmlCommandLink/usage.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/htmlCommandLink/usage.xhtml 2008-05-20
14:30:03 UTC (rev 8659)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/htmlCommandLink/usage.xhtml 2008-05-20
14:45:51 UTC (rev 8660)
@@ -40,7 +40,7 @@
<fieldset class="demo_fieldset">
<legend class="demo_legend">HtmlCommandLink usage
example</legend>
<div class="sample-container">
- <rich:panel styleClass="viewsourcepanel"
bodyClass="viewsourcebody">
+ <rich:panel styleClass="viewsourcepanel" bodyClass="viewsourcebody
rich-laguna-panel-no-header">
<rich:insert highlight="xhtml"
src="/richfaces/htmlCommandLink/snippets/commandLinkProblem.xhtml"></rich:insert>
</rich:panel>
</div>
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/page/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/page/usage.xhtml 2008-05-20
14:30:03 UTC (rev 8659)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/page/usage.xhtml 2008-05-20
14:45:51 UTC (rev 8660)
@@ -39,13 +39,13 @@
<fieldset class="demo_fieldset">
<legend class="demo_legend">AjaxPage usage example</legend>
<div class="sample-container">
- <rich:panel styleClass="viewsourcepanel"
bodyClass="viewsourcebody">
+ <rich:panel styleClass="viewsourcepanel" bodyClass="viewsourcebody
rich-laguna-panel-no-header">
<rich:insert src="/richfaces/page/snippets/page.xhtml"
highlight="xhtml"></rich:insert>
</rich:panel>
<p>
<b>Will be rendered as:</b>
</p>
- <rich:panel styleClass="viewsourcepanel"
bodyClass="viewsourcebody">
+ <rich:panel styleClass="viewsourcepanel" bodyClass="viewsourcebody
rich-laguna-panel-no-header">
<rich:insert src="/richfaces/page/snippets/gen.xhtml"
highlight="xhtml"></rich:insert>
</rich:panel>
</div>
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/panel/examples/headlessPanel.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/panel/examples/headlessPanel.xhtml 2008-05-20
14:30:03 UTC (rev 8659)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/panel/examples/headlessPanel.xhtml 2008-05-20
14:45:51 UTC (rev 8660)
@@ -5,7 +5,7 @@
xmlns:a4j="http://richfaces.org/a4j"
xmlns:rich="http://richfaces.org/rich">
- <rich:panel>
+ <rich:panel bodyClass="rich-laguna-panel-no-header">
RichFaces is a library for adding rich user interface features to JSF
applications. It extends the Ajax4jsf framework to include a large
(and growing) set of powerful rich AJAX-enabled components that come
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/panel/examples/lookCustom.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/panel/examples/lookCustom.xhtml 2008-05-20
14:30:03 UTC (rev 8659)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/panel/examples/lookCustom.xhtml 2008-05-20
14:45:51 UTC (rev 8660)
@@ -80,7 +80,7 @@
Long Text Long Text Long Text
</rich:panel>
- <rich:panel styleClass="top">
+ <rich:panel styleClass="top"
bodyClass="rich-laguna-panel-no-header">
This is a panel without the header
</rich:panel>
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/panelMenu/examples/example.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/panelMenu/examples/example.xhtml 2008-05-20
14:30:03 UTC (rev 8659)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/panelMenu/examples/example.xhtml 2008-05-20
14:45:51 UTC (rev 8660)
@@ -66,7 +66,7 @@
</rich:panelMenuItem>
</rich:panelMenuGroup>
</rich:panelMenu>
- <rich:panel>
+ <rich:panel bodyClass="rich-laguna-panel-no-header">
<a4j:outputPanel ajaxRendered="true">
<h:outputText value="#{panelMenu.current} selected"
id="current"/>
</a4j:outputPanel>
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/push/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/push/usage.xhtml 2008-05-20
14:30:03 UTC (rev 8659)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/push/usage.xhtml 2008-05-20
14:45:51 UTC (rev 8660)
@@ -34,7 +34,7 @@
<p>
<fieldset class="demo_fieldset"><legend
class="demo_legend">Page
code:</legend> <rich:panel styleClass="viewsourcepanel"
- bodyClass="viewsourcebody">
+ bodyClass="viewsourcebody rich-laguna-panel-no-header">
<rich:insert highlight="xhtml"
src="/richfaces/push/snippets/page.xhtml" />
</rich:panel></fieldset>
@@ -42,7 +42,7 @@
<p>
<fieldset class="demo_fieldset"><legend
class="demo_legend">Code
for registration of listener:</legend> <rich:panel
styleClass="viewsourcepanel"
- bodyClass="viewsourcebody">
+ bodyClass="viewsourcebody rich-laguna-panel-no-header">
<rich:insert highlight="java"
src="/richfaces/push/snippets/listenerReg.java" />
</rich:panel></fieldset>
@@ -50,7 +50,7 @@
<p>
<fieldset class="demo_fieldset"><legend
class="demo_legend">Component
can get message using current code:</legend> <rich:panel
- styleClass="viewsourcepanel" bodyClass="viewsourcebody">
+ styleClass="viewsourcepanel" bodyClass="viewsourcebody
rich-laguna-panel-no-header">
<rich:insert highlight="java"
src="/richfaces/push/snippets/listenermessage.java" />
</rich:panel></fieldset>
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/standardSkinning/usage.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/standardSkinning/usage.xhtml 2008-05-20
14:30:03 UTC (rev 8659)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/standardSkinning/usage.xhtml 2008-05-20
14:45:51 UTC (rev 8660)
@@ -96,7 +96,7 @@
</p>
<fieldset class="demo_fieldset">
<legend class="demo_legend">CSS for standard elements
snippet</legend>
- <rich:panel styleClass="viewsourcepanel"
bodyClass="viewsourcebody">
+ <rich:panel styleClass="viewsourcepanel" bodyClass="viewsourcebody
rich-laguna-panel-no-header">
<rich:insert src="/richfaces/standardSkinning/snippets/snippet1.css"
highlight="xhtml"/>
</rich:panel>
</fieldset>
@@ -105,7 +105,7 @@
</p>
<fieldset class="demo_fieldset">
<legend class="demo_legend">CSS for standard elements inside rich
container snippet</legend>
- <rich:panel styleClass="viewsourcepanel"
bodyClass="viewsourcebody">
+ <rich:panel styleClass="viewsourcepanel" bodyClass="viewsourcebody
rich-laguna-panel-no-header">
<rich:insert src="/richfaces/standardSkinning/snippets/snippet2.css"
highlight="xhtml"/>
</rich:panel>
</fieldset>
@@ -115,7 +115,7 @@
</p>
<fieldset class="demo_fieldset">
<legend class="demo_legend">Predefined rich classes</legend>
- <rich:panel styleClass="viewsourcepanel"
bodyClass="viewsourcebody">
+ <rich:panel styleClass="viewsourcepanel" bodyClass="viewsourcebody
rich-laguna-panel-no-header">
<rich:insert src="/richfaces/standardSkinning/snippets/snippet3.css"
highlight="xhtml"/>
</rich:panel>
</fieldset>
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/toolBar/examples/separators.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/toolBar/examples/separators.xhtml 2008-05-20
14:30:03 UTC (rev 8659)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/toolBar/examples/separators.xhtml 2008-05-20
14:45:51 UTC (rev 8660)
@@ -7,7 +7,7 @@
<h:form>
<h:panelGrid columns="3" width="100%" cellpadding="0"
cellspacing="0" style="margin-bottom : 4px">
- <rich:panel>
+ <rich:panel bodyClass="rich-laguna-panel-no-header">
<h:panelGrid columns="8">
<h:outputText value="Group Separator:" />
<a4j:commandLink value="Line" reRender="bar">
@@ -34,7 +34,7 @@
<h:panelGroup style="padding-left : 4px">
<br/>
</h:panelGroup>
- <rich:panel>
+ <rich:panel bodyClass="rich-laguna-panel-no-header">
<h:panelGrid columns="8">
<h:outputText value="Group Item Separator:" />
<a4j:commandLink value="Line" reRender="bar">
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/toolTip/examples/tooltipUsage.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/toolTip/examples/tooltipUsage.xhtml 2008-05-20
14:30:03 UTC (rev 8659)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/toolTip/examples/tooltipUsage.xhtml 2008-05-20
14:45:51 UTC (rev 8660)
@@ -26,7 +26,7 @@
</style>
<h:panelGrid columns="2">
- <rich:panel id="sample1" styleClass="tooltip-text">
+ <rich:panel id="sample1" styleClass="tooltip-text"
bodyClass="rich-laguna-panel-no-header">
<p>
Here you can see <b>default client-side</b> tool-tip
</p>
@@ -37,7 +37,7 @@
</span>
</rich:toolTip>
</rich:panel>
- <rich:panel id="sample2" styleClass="tooltip-text">
+ <rich:panel id="sample2" styleClass="tooltip-text"
bodyClass="rich-laguna-panel-no-header">
<p>
This tool-tip will <b>follow mouse</b>. Also this tool-tip has a
<b>delay 0.5 sec</b>,
so be patient!
@@ -51,7 +51,7 @@
</rich:toolTip>
</rich:panel>
<h:form>
- <rich:panel id="sample3" styleClass="tooltip-text">
+ <rich:panel id="sample3" styleClass="tooltip-text"
bodyClass="rich-laguna-panel-no-header">
<p>
This tool-tip rendered on server <b>in separate request</b>.
</p>
@@ -69,7 +69,7 @@
</rich:panel>
</h:form>
<h:form>
- <rich:panel id="sample4" styleClass="tooltip-text">
+ <rich:panel id="sample4" styleClass="tooltip-text"
bodyClass="rich-laguna-panel-no-header">
<p>
This tool-tip will be <b>activated on mouse click</b>. It also has a
<b>bottom-left</b> position.
</p>
Modified:
trunk/samples/richfaces-demo/src/main/webapp/templates/include/components-navigation.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/templates/include/components-navigation.xhtml 2008-05-20
14:30:03 UTC (rev 8659)
+++
trunk/samples/richfaces-demo/src/main/webapp/templates/include/components-navigation.xhtml 2008-05-20
14:45:51 UTC (rev 8660)
@@ -6,7 +6,7 @@
xmlns:rich="http://richfaces.org/rich">
<ui:composition>
-<rich:panel styleClass="panel_menu">
+<rich:panel styleClass="panel_menu"
bodyClass="rich-laguna-panel-no-header">
<rich:panelBar selectedPanel="#{componentNavigator.currentComponent.group}"
width="100%" height="605px">
<rich:panelBarItem id="ajaxSupport" label="Ajax Support">
<ui:include src="/templates/include/components-group.xhtml" >