Wijmo UI for the Web
allowPromptAsInput オプション

デフォルト値: false

ユーザーが promptChar を有効なデータとして入力できるかどうかを示します。

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

関連トピック

参照

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

 

 


Copyright © GrapeCity inc. All rights reserved.