Wijmo UI for the Web
customViewOptions オプション

カスタムビューのオプション。

シンタックス
Javascript (Usage) 
$(function () {
    
    //値を取得する
    var returnsValue; //タイプ: Object
    returnsValue = $(".selector").wijdatepager("option", "customViewOptions");
    
    //値を設定します
    var newValue; //タイプ: Object
    $(".selector").wijdatepager("option", "customViewOptions", newValue);
        
});
Javascript (Specification) 
var customViewOptions : Object;
使用例
$("#datepager").wijdatepager({ customViewOptions: { unit: "day", count: 2 } });
解説
カスタムビューのオプション。optionsオブジェクトのフィールド:unit - 文字列。カスタムビューの時間単位。有効な値は、"day"、"week"、"month"、"year"です。count - 数値。時間間隔(単位によって異なる)の数。デフォルト:{unit: "day", count: 1}

関連トピック

参照

options タイプ
wijdatepager メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.