Author: ilya_shaikovsky
Date: 2008-05-22 11:28:03 -0400 (Thu, 22 May 2008)
New Revision: 8707
Added:
trunk/samples/richfaces-demo/src/main/webapp/images/cn_plugnskin.gif
trunk/samples/richfaces-demo/src/main/webapp/images/ico_plugnskin.gif
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/push/usage.xhtml
Log:
plugnskin icons
Added: trunk/samples/richfaces-demo/src/main/webapp/images/cn_plugnskin.gif
===================================================================
(Binary files differ)
Property changes on: trunk/samples/richfaces-demo/src/main/webapp/images/cn_plugnskin.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/samples/richfaces-demo/src/main/webapp/images/ico_plugnskin.gif
===================================================================
(Binary files differ)
Property changes on:
trunk/samples/richfaces-demo/src/main/webapp/images/ico_plugnskin.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
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
14:57:07 UTC (rev 8706)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/push/usage.xhtml 2008-05-22
15:28:03 UTC (rev 8707)
@@ -8,17 +8,15 @@
<ui:composition template="/templates/component-sample.xhtml">
<ui:define name="sample">
<style>
-.viewsourcepanel {
- padding: 10px;
- width: 100%;
- overflow: auto;
- border-width: 0;
- background-color: #FFFFFF;
-}
-
-.viewsourcebody {
- padding: 0;
-}
+ .viewsourcepanel {
+ padding:10px;
+ width:100%;
+ overflow:auto;
+ border-width:0;
+ }
+ .viewsourcebody {
+ padding:0;
+ }
</style>
<p>The <a4j:push> periodically perform AJAX request to
server, to simulate 'push' data.</p>
@@ -32,11 +30,12 @@
specifies the interval in ms. for call push request. Simple example of
usage:</p>
<p>
- <fieldset class="demo_fieldset"><legend
class="demo_legend">Page
- code:</legend> <rich:panel styleClass="viewsourcepanel"
- bodyClass="viewsourcebody rich-laguna-panel-no-header">
- <rich:insert highlight="xhtml"
- src="/richfaces/push/snippets/page.xhtml" />
+ <fieldset class="demo_fieldset">
+ <legend class="demo_legend">Page code:</legend>
+
+ <rich:panel styleClass="viewsourcepanel" bodyClass="viewsourcebody
rich-laguna-panel-no-header">
+ <rich:insert highlight="xhtml"
+ src="/richfaces/push/snippets/page.xhtml" />
</rich:panel></fieldset>
</p>
<p>
Show replies by date