wijmo.evcal.wijevcal 名前空間 > options タイプ : webServiceUrl オプション |
デフォルト値: ""
イベントに関する情報の保存に使用される Web サービスの URL を決定します。
Javascript (Usage) | |
---|---|
$(function () { //値を取得する var returnsValue; //タイプ: string returnsValue = $(".selector").wijevcal("option", "webServiceUrl"); //値を設定します var newValue; //タイプ: string $(".selector").wijevcal("option", "webServiceUrl", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#report").wijevcal({ webServiceUrl: "http://mysite/c1evcalservice.ashx" });