Author: vmolotkov
Date: 2008-03-03 13:30:05 -0500 (Mon, 03 Mar 2008)
New Revision: 6504
Modified:
trunk/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceinput.js
Log:
shift+tab support
Modified:
trunk/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceinput.js
===================================================================
---
trunk/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceinput.js 2008-03-03
18:17:58 UTC (rev 6503)
+++
trunk/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceinput.js 2008-03-03
18:30:05 UTC (rev 6504)
@@ -170,6 +170,7 @@
if (this.bar) {
this.bar.hide();
}
+ this.tabber.show();
this.tempValueKeeper.hide();
},
@@ -181,6 +182,8 @@
this.changeState(Richfaces.InplaceInput.STATES[1]);
var inputSize = this.setInputWidth(textSize);
+ this.tabber.hide();
+
this.inplaceInput.className = this.classes.COMPONENT.EDITABLE;
this.setStrutWidth();
this.tempValueKeeper.show();
Show replies by date