Author: ilya_shaikovsky
Date: 2010-11-04 03:48:25 -0400 (Thu, 04 Nov 2010)
New Revision: 19920
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/inplaceSelect/samples/inplaceSelect-sample.xhtml
Log:
alert's removed
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/inplaceSelect/samples/inplaceSelect-sample.xhtml
===================================================================
---
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/inplaceSelect/samples/inplaceSelect-sample.xhtml 2010-11-04
00:38:03 UTC (rev 19919)
+++
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/inplaceSelect/samples/inplaceSelect-sample.xhtml 2010-11-04
07:48:25 UTC (rev 19920)
@@ -14,8 +14,7 @@
<h:outputText value="Simples select"></h:outputText>
</f:facet>
<rich:inplaceSelect defaultLabel="Click here to edit"
- openOnEdit="true" saveOnBlur="false"
oninputchange="alert('10')"
- onchange="alert('1')"
oninputkeydown="alert('kdown')">
+ openOnEdit="true">
<f:selectItem itemValue="0" itemLabel="Option 1" />
<f:selectItem itemValue="1" itemLabel="Option 2" />
<f:selectItem itemValue="2" itemLabel="Option 3" />