Author: ilya_shaikovsky
Date: 2008-05-22 13:42:28 -0400 (Thu, 22 May 2008)
New Revision: 8715
Modified:
trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/faces-config.xml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceSelect/examples/selectItems.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceSelect/usage.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/scrollableDataTable/usage.xhtml
Log:
l'n'f and descs corrected
Modified: trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/faces-config.xml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/faces-config.xml 2008-05-22
17:29:02 UTC (rev 8714)
+++ trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/faces-config.xml 2008-05-22
17:42:28 UTC (rev 8715)
@@ -150,7 +150,7 @@
<managed-property>
<property-name>color</property-name>
<property-class>long</property-class>
- <value>1000</value>
+ <value>0</value>
</managed-property>
<managed-property>
<property-name>scale</property-name>
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceSelect/examples/selectItems.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceSelect/examples/selectItems.xhtml 2008-05-22
17:29:02 UTC (rev 8714)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceSelect/examples/selectItems.xhtml 2008-05-22
17:42:28 UTC (rev 8715)
@@ -6,9 +6,6 @@
xmlns:rich="http://richfaces.org/rich">
<style>
- .rich-inplace-select{
- font-size:10pt;
- }
.inplace{
border: none;
cursor:pointer;
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceSelect/usage.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceSelect/usage.xhtml 2008-05-22
17:29:02 UTC (rev 8714)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceSelect/usage.xhtml 2008-05-22
17:42:28 UTC (rev 8715)
@@ -6,7 +6,17 @@
xmlns:a4j="http://richfaces.org/a4j"
xmlns:rich="http://richfaces.org/rich">
<ui:composition template="/templates/component-sample.xhtml">
- <ui:define name="sample">
+ <ui:define name="sample">
+ <style>
+ .rich-inplace-select-item{
+ font-size: #{a4jSkin.generalSizeFont};
+ color: #{a4jSkin.generalTextColor};
+ }
+ .rich-inplace-select-view, .rich-inplace-select-changed{
+ font-size: #{a4jSkin.generalSizeFont};
+ color: #{a4jSkin.generalTextColor};
+ }
+ </style>
<p>
<b>Inplace Select</b>is a simple input component which displays current
value as
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/scrollableDataTable/usage.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/scrollableDataTable/usage.xhtml 2008-05-22
17:29:02 UTC (rev 8714)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/scrollableDataTable/usage.xhtml 2008-05-22
17:42:28 UTC (rev 8715)
@@ -16,9 +16,7 @@
<li>resizing of columns by the mouse dragging the column bar;</li>
<li>sorting of columns by clicking the header;</li>
<li>fixing of one or more left columns when a table is scrolled
horizontally;</li>
- <li>one and multi-selection rows mode;</li>
<li>customization of table look-n-feel from skin parameters</li>
- <li>customizing the table look-n-feel from skin parameters</li>
</ul>
</p>