Author: artdaw
Date: 2011-03-09 10:28:39 -0500 (Wed, 09 Mar 2011)
New Revision: 22113
Modified:
branches/4.0.X/examples/input-demo/src/main/webapp/examples/inplaceInput.xhtml
Log:
RF-10689: sample is fixed. Reviewed by Anton Belevich.
Modified: branches/4.0.X/examples/input-demo/src/main/webapp/examples/inplaceInput.xhtml
===================================================================
---
branches/4.0.X/examples/input-demo/src/main/webapp/examples/inplaceInput.xhtml 2011-03-09
15:26:10 UTC (rev 22112)
+++
branches/4.0.X/examples/input-demo/src/main/webapp/examples/inplaceInput.xhtml 2011-03-09
15:28:39 UTC (rev 22113)
@@ -13,8 +13,12 @@
<h:body>
<h:form id="form">
- <in:inplaceInput defaultLabel="#{null}">
+ <in:inplaceInput showControls="true" value="New York"
defaultLabel="#{null}">
</in:inplaceInput>
+ <h:commandButton value="submit"/>
+ <in:inplaceInput showControls="true" defaultLabel="click to
enter your name" saveOnBlur="true"
+ onblur="RichFaces.$('form:ii').cancel()"
id="ii">
+ </in:inplaceInput>
</h:form>
</h:body>
</html>
Show replies by date