Wijmo UI for the Web
hideEnter オプション

デフォルト値: false

true の場合、[Enter]キーを押したときのブラウザー応答が無効になります。

シンタックス
Javascript (Usage) 
$(function () {
    
    //値を取得する
    var returnsValue; //タイプ: boolean
    returnsValue = $(".selector").wijinputnumber("option", "hideEnter");
    
    //値を設定します
    var newValue; //タイプ: boolean
    $(".selector").wijinputnumber("option", "hideEnter", newValue);
        
});
Javascript (Specification) 
var hideEnter : boolean;

関連トピック

参照

options タイプ
wijinputnumber jQuery ウィジェット

 

 


Copyright © GrapeCity inc. All rights reserved.