Author: vmolotkov
Date: 2008-03-10 10:05:05 -0400 (Mon, 10 Mar 2008)
New Revision: 6647
Modified:
trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js
Log:
positioning input's button
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-10
12:43:39 UTC (rev 6646)
+++
trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js 2008-03-10
14:05:05 UTC (rev 6647)
@@ -5,6 +5,8 @@
this.button = $(buttonId);
$super(clientId, temValueKeepId, valueKeepId, tabberId, strutId, attributes, events,
classes, barParams);
this.clickOnBar = false;
+
+ this.button.style.top = Richfaces.getBorderWidth(this.tempValueKeeper, "t") +
"px";
},
initHandlers : function($super) {
@@ -141,7 +143,7 @@
getCurrentText : function() {
return this.inplaceInput.childNodes[7];
- },
+ }
//setStrutWidth : function() {}
});
Show replies by date