Author: ilya_shaikovsky
Date: 2008-03-20 09:53:17 -0400 (Thu, 20 Mar 2008)
New Revision: 6993
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceInput/examples/blockInplace.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceInput/usage.xhtml
Log:
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceInput/examples/blockInplace.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceInput/examples/blockInplace.xhtml 2008-03-20
13:49:32 UTC (rev 6992)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceInput/examples/blockInplace.xhtml 2008-03-20
13:53:17 UTC (rev 6993)
@@ -48,7 +48,7 @@
id="inplace" required="true"
requiredMessage="Price at row #{row+1} wasn't filled. Value can't be
changed."
changedHoverClass="hover" viewHoverClass="hover"
- styleClass="inplace" changedClass="inplace"
+ viewClass="inplace" changedClass="inplace"
selectOnEdit="true">
<a4j:support event="onviewactivated" reRender="table,
messages"
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceInput/usage.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceInput/usage.xhtml 2008-03-20
13:49:32 UTC (rev 6992)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceInput/usage.xhtml 2008-03-20
13:53:17 UTC (rev 6993)
@@ -51,8 +51,7 @@
</p>
<p>
Next example shows you Inplace Input component usage in dataTable. Custom event
- fired on component changing state used in this example to fire Ajax
- validation for the value entered.
+ fired on saving value used in this example to perform Ajax validation for the value
entered.
</p>
<p>
Show replies by date