Wijmo UI for the Web
readonly オプション

デフォルト値: false

ユーザーが wijinput ウィジェットに値を入力できるかどうかを決定します。 readonly が true の場合、ユーザーはスピンやピッカーからの値の選択などの UI 操作によって wijinput ウィジェットに値を入力することはできません。

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

関連トピック

参照

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

 

 


Copyright © GrapeCity inc. All rights reserved.