Author: vmolotkov
Date: 2008-03-04 11:51:13 -0500 (Tue, 04 Mar 2008)
New Revision: 6544
Modified:
trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js
Log:
button handling
Modified:
trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js
===================================================================
---
trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js 2008-03-04
16:30:27 UTC (rev 6543)
+++
trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js 2008-03-04
16:51:13 UTC (rev 6544)
@@ -19,8 +19,8 @@
this.comboList.listParent.observe("click",
function(e){this.listClickHandler(e);}.bindAsEventListener(this));
},
- setInputWidth : function($super) {
- $super();
+ setInputWidth : function($super, textSize) {
+ $super(textSize);
this.button.show();
this.button.style.left = (parseInt(this.tempValueKeeper.style.width) -
this.button.offsetWidth) + "px";
},
Show replies by date