Check

面白いswitchの使い方

| | コメント(0) | トラックバック(0)
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;
}

トラックバック(0)

このブログ記事を参照しているブログ一覧: 面白いswitchの使い方

このブログ記事に対するトラックバックURL: http://0-9.sakura.ne.jp/mt/mt-tb.cgi/455

コメントする