Author: ilya_shaikovsky
Date: 2008-05-22 12:46:30 -0400 (Thu, 22 May 2008)
New Revision: 8711
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/push/usage.xhtml
Log:
bgcolor problem fixed.
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-22
16:12:17 UTC (rev 8710)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/push/usage.xhtml 2008-05-22
16:46:30 UTC (rev 8711)
@@ -8,13 +8,12 @@
<ui:composition template="/templates/component-sample.xhtml">
<ui:define name="sample">
<style>
- .viewsourcepanel {
+ .viewsourcepanel1 {
padding:10px;
- width:100%;
overflow:auto;
border-width:0;
}
- .viewsourcebody {
+ .viewsourcebody1 {
padding:0;
}
</style>
@@ -33,15 +32,15 @@
<fieldset class="demo_fieldset">
<legend class="demo_legend">Page code:</legend>
- <rich:panel styleClass="viewsourcepanel" bodyClass="viewsourcebody
rich-laguna-panel-no-header">
+ <rich:panel styleClass="viewsourcepanel1" bodyClass="viewsourcebody1
rich-laguna-panel-no-header">
<rich:insert highlight="xhtml"
src="/richfaces/push/snippets/page.xhtml" />
</rich:panel></fieldset>
</p>
<p>
<fieldset class="demo_fieldset"><legend
class="demo_legend">Code
- for registration of listener:</legend> <rich:panel
styleClass="viewsourcepanel"
- bodyClass="viewsourcebody rich-laguna-panel-no-header">
+ for registration of listener:</legend> <rich:panel
styleClass="viewsourcepanel1"
+ bodyClass="viewsourcebody1 rich-laguna-panel-no-header">
<rich:insert highlight="java"
src="/richfaces/push/snippets/listenerReg.java" />
</rich:panel></fieldset>
@@ -49,7 +48,7 @@
<p>
<fieldset class="demo_fieldset"><legend
class="demo_legend">Component
can get message using current code:</legend> <rich:panel
- styleClass="viewsourcepanel" bodyClass="viewsourcebody
rich-laguna-panel-no-header">
+ styleClass="viewsourcepanel1" bodyClass="viewsourcebody1
rich-laguna-panel-no-header">
<rich:insert highlight="java"
src="/richfaces/push/snippets/listenermessage.java" />
</rich:panel></fieldset>
Show replies by date