Author: vmolotkov
Date: 2008-08-22 12:28:02 -0400 (Fri, 22 Aug 2008)
New Revision: 10180
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceInput/examples/controlsCustomization.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceSelect/examples/controlsCustomization.xhtml
Log:
https://jira.jboss.org/jira/browse/RF-4268,
https://jira.jboss.org/jira/browse/RF-4271
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceInput/examples/controlsCustomization.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceInput/examples/controlsCustomization.xhtml 2008-08-22
15:17:47 UTC (rev 10179)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceInput/examples/controlsCustomization.xhtml 2008-08-22
16:28:02 UTC (rev 10180)
@@ -9,9 +9,9 @@
id="inplaceInput">
<f:facet name="controls">
- <button onclick="#{rich:component('inplaceInput')}.save();"
+ <button
onmousedown="#{rich:component('inplaceInput')}.save();"
type="button">Save</button>
- <button onclick="#{rich:component('inplaceInput')}.cancel();"
+ <button
onmousedown="#{rich:component('inplaceInput')}.cancel();"
type="button">Cancel</button>
</f:facet>
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceSelect/examples/controlsCustomization.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceSelect/examples/controlsCustomization.xhtml 2008-08-22
15:17:47 UTC (rev 10179)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/inplaceSelect/examples/controlsCustomization.xhtml 2008-08-22
16:28:02 UTC (rev 10180)
@@ -17,9 +17,9 @@
controlsHorizontalPosition="left"
controlsVerticalPosition="bottom"
id="inplaceSelect">
<f:facet name="controls">
- <button onclick="#{rich:component('inplaceSelect')}.save();"
+ <button
onmousedown="#{rich:component('inplaceSelect')}.save();"
type="button">Save</button>
- <button onclick="#{rich:component('inplaceSelect')}.cancel();"
+ <button
onmousedown="#{rich:component('inplaceSelect')}.cancel();"
type="button">Cancel</button>
</f:facet>
<f:selectItems value="#{capitalsBean.capitalsOptions}" />