Author: konstantin.mishin
Date: 2008-08-13 11:35:50 -0400 (Wed, 13 Aug 2008)
New Revision: 10076
Modified:
trunk/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js
Log:
RF-4168
Modified:
trunk/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js
===================================================================
---
trunk/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js 2008-08-13
15:34:15 UTC (rev 10075)
+++
trunk/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js 2008-08-13
15:35:50 UTC (rev 10076)
@@ -382,6 +382,14 @@
this.isDisabled = false;
},
+ doDisable : function() {
+ this.disable();
+ },
+
+ doNormal : function() {
+ this.enable();
+ },
+
getCurrentWidth : function() {
return this.combobox.firstChild.offsetWidth;
},
Show replies by date