Wijmo UI for the Web
webServiceUrl オプション

デフォルト値: ""

イベントに関する情報の保存に使用される Web サービスの URL を決定します。

シンタックス
Javascript (Usage) 
$(function () {
    
    //値を取得する
    var returnsValue; //タイプ: string
    returnsValue = $(".selector").wijevcal("option", "webServiceUrl");
    
    //値を設定します
    var newValue; //タイプ: string
    $(".selector").wijevcal("option", "webServiceUrl", newValue);
        
});
Javascript (Specification) 
var webServiceUrl : string;
使用例
$("#report").wijevcal({ webServiceUrl: "http://mysite/c1evcalservice.ashx" });

関連トピック

参照

options タイプ
wijevcal メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.