switch (c){
case 63232: case 63276: case 33: case 38: if (this.hiding){
this.show(); } else { this.focusPrev(); this.set(); } return false;//[↑]キー
case 63233: case 63277: case 34: case 40: if (this.hiding){
this.show(); } else { this.focusNext(); this.set(); } return false;//[↓]キー
case 63234: case 39: this.prevRegion(); return false;//[→]キー
case 63235: case 37: this.nextRegion(); return false;//[←]キー
case 13: case 27: this.hide(); return false;//[esc]キー or [enter]キー
case 9: return true;//[tab]キー
//default: elm.value=c;return false;
}
case 63232: case 63276: case 33: case 38: if (this.hiding){
this.show(); } else { this.focusPrev(); this.set(); } return false;//[↑]キー
case 63233: case 63277: case 34: case 40: if (this.hiding){
this.show(); } else { this.focusNext(); this.set(); } return false;//[↓]キー
case 63234: case 39: this.prevRegion(); return false;//[→]キー
case 63235: case 37: this.nextRegion(); return false;//[←]キー
case 13: case 27: this.hide(); return false;//[esc]キー or [enter]キー
case 9: return true;//[tab]キー
//default: elm.value=c;return false;
}
コメントする