Author: ppitonak(a)redhat.com
Date: 2010-12-13 04:57:57 -0500 (Mon, 13 Dec 2010)
New Revision: 20518
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richInplaceInput/simple.xhtml
Log:
* fixed sample for inplace input
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richInplaceInput/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richInplaceInput/simple.xhtml 2010-12-13
08:33:01 UTC (rev 20517)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richInplaceInput/simple.xhtml 2010-12-13
09:57:57 UTC (rev 20518)
@@ -54,13 +54,11 @@
noneClass="#{richInplaceInputBean.attributes['noneClass'].value}"
onblur="#{richInplaceInputBean.attributes['onblur'].value}"
onclick="#{richInplaceInputBean.attributes['onclick'].value}"
+
onchange="#{richInplaceInputBean.attributes['onclick'].value}"
ondblclick="#{richInplaceInputBean.attributes['ondblclick'].value}"
onfocus="#{richInplaceInputBean.attributes['onfocus'].value}"
-
oninputblur="#{richInplaceInputBean.attributes['oninputblur'].value}"
-
oninputchange="#{richInplaceInputBean.attributes['oninputchange'].value}"
oninputclick="#{richInplaceInputBean.attributes['oninputclick'].value}"
oninputdblclick="#{richInplaceInputBean.attributes['oninputdblclick'].value}"
-
oninputfocus="#{richInplaceInputBean.attributes['oninputfocus'].value}"
oninputkeydown="#{richInplaceInputBean.attributes['oninputkeydown'].value}"
oninputkeypress="#{richInplaceInputBean.attributes['oninputkeypress'].value}"
oninputkeyup="#{richInplaceInputBean.attributes['oninputkeyup'].value}"
@@ -85,13 +83,13 @@
saveOnBlur="#{richInplaceInputBean.attributes['saveOnBlur'].value}"
showControls="#{richInplaceInputBean.attributes['showControls'].value}"
state="#{richInplaceInputBean.attributes['state'].value}"
-
tabIndex="#{richInplaceInputBean.attributes['tabIndex'].value}"
+
tabindex="#{richInplaceInputBean.attributes['tabindex'].value}"
validatorMessage="#{richInplaceInputBean.attributes['validatorMessage'].value}"
value="#{richInplaceInputBean.attributes['value'].value}"
valueChangeListener="#{richBean.valueChangeListener}"
- <a4j:ajax event="inputchange"
render="output"/>
+ <a4j:ajax event="change" render="output"/>
</rich:inplaceInput>