Wijmo UI for the Web
skipLiterals オプション

デフォルト値: true

ユーザーがリテラル値を再入力できるかどうかを示します。

シンタックス
Javascript (Usage) 
$(function () {
    
    //値を取得する
    var returnsValue; //タイプ: boolean
    returnsValue = $(".selector").wijinputmask("option", "skipLiterals");
    
    //値を設定します
    var newValue; //タイプ: boolean
    $(".selector").wijinputmask("option", "skipLiterals", newValue);
        
});
Javascript (Specification) 
var skipLiterals : boolean;
解説
このプロパティは、maskFormat プロパティが正規表現の値に設定されている場合には無効になります。

関連トピック

参照

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

 

 


Copyright © GrapeCity inc. All rights reserved.