Author: abelevich
Date: 2010-09-09 09:57:49 -0400 (Thu, 09 Sep 2010)
New Revision: 19145
Modified:
branches/RF-8992/examples/input-demo/src/main/webapp/inplaceInput.xhtml
branches/RF-8992/examples/input-demo/src/main/webapp/inplaceSelect.xhtml
Log:
Modified: branches/RF-8992/examples/input-demo/src/main/webapp/inplaceInput.xhtml
===================================================================
--- branches/RF-8992/examples/input-demo/src/main/webapp/inplaceInput.xhtml 2010-09-09
13:56:31 UTC (rev 19144)
+++ branches/RF-8992/examples/input-demo/src/main/webapp/inplaceInput.xhtml 2010-09-09
13:57:49 UTC (rev 19145)
@@ -12,7 +12,7 @@
<h:body>
<h:form id="form">
- <in:inplaceInput showControls="false" value="New York"/>
+ <in:inplaceInput state="edit" showControls="true"
value="New York"/>
<h:commandButton value="submit"/>
</h:form>
</h:body>
Modified: branches/RF-8992/examples/input-demo/src/main/webapp/inplaceSelect.xhtml
===================================================================
--- branches/RF-8992/examples/input-demo/src/main/webapp/inplaceSelect.xhtml 2010-09-09
13:56:31 UTC (rev 19144)
+++ branches/RF-8992/examples/input-demo/src/main/webapp/inplaceSelect.xhtml 2010-09-09
13:57:49 UTC (rev 19145)
@@ -13,11 +13,15 @@
<h:body>
<h:form id="form">
- <div id="scroll" style="width: 400px; height:100px;
overflow:auto;" >
+ <div id="scroll" style="width: 400px; height:400px;
overflow:auto;" >
<fieldset>
<legend>Test App</legend>
Fresh off his victory in the Florida primary, Sen. John McCain is poised to take
another big prize. Former
<in:inplaceSelect defaultLabel="Edit Text"
value="#{inputBean.value}">
+ <f:selectItem itemLabel="1#OptionLabel"
itemValue="1#OptionValue"/>
+ <f:selectItem itemLabel="2#OptionLabel"
itemValue="2#OptionValue"/>
+ <f:selectItem itemLabel="3#OptionLabel"
itemValue="3#OptionValue"/>
+ <f:selectItem itemLabel="4#OptionLabel"
itemValue="4#OptionValue"/>
</in:inplaceSelect>
Mayor Rudy Giuliani plans to drop out and endorse McCain, two GOP sources said. That
would give McCain added momentum heading into a debate Wednesday and next week's Super
Tuesday contests
</fieldset>