Author: pkotikov
Date: 2007-04-05 10:00:19 -0400 (Thu, 05 Apr 2007)
New Revision: 285
Modified:
trunk/richfaces/inputnumber-spinner/src/main/resources/org/richfaces/renderkit/html/script/SpinnerScript.js
Log:
https://jira.exadel.com/browse/RFA-336
Modified:
trunk/richfaces/inputnumber-spinner/src/main/resources/org/richfaces/renderkit/html/script/SpinnerScript.js
===================================================================
---
trunk/richfaces/inputnumber-spinner/src/main/resources/org/richfaces/renderkit/html/script/SpinnerScript.js 2007-04-05
13:39:19 UTC (rev 284)
+++
trunk/richfaces/inputnumber-spinner/src/main/resources/org/richfaces/renderkit/html/script/SpinnerScript.js 2007-04-05
14:00:19 UTC (rev 285)
@@ -92,7 +92,7 @@
_load: function(){
if (this.edited){
if (this.options.disabled){
- this.controls.edit.readOnly = "readOnly";
+ this.controls.edit.disabled = "disabled";
this.controls.edit.style.color = "gray";
} else {
this.controls.edit.readOnly = "";