Wijmo UI for the Web
endUpdate メソッド
beginUpdate と endUpdate は、ウィジェットのオプションに多数の変更を加えるときに使用します。
シンタックス
Javascript (Usage) 
$(function () {
    var returnsValue; //タイプ: any
    returnsValue = $(".selector").wijevcal("endUpdate");
});
Javascript (Specification) 
function endUpdate() : any;
使用例
$("#wijevcal").wijevcal("beginUpdate");$("#wijevcal").wijevcal("option", "timeInterval", 10); $("#wijevcal").wijevcal("option", "timeRulerInterval", 20);$("#wijevcal").wijevcal("endUpdate");

関連トピック

参照

wijevcal タイプ
wijevcal メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.