jQuery.wijmo.wijevcal Namespace > options type : webServiceUrl Field |
Default value: ""
Determines the URL of the web service which will be used to store information about events.
Javascript (Usage) | |
---|---|
var value; // Type: string value = jQuery.wijmo.wijevcal.options.webServiceUrl; |
Javascript (Specification) | |
---|---|
|
$("#report").wijevcal({ webServiceUrl: "http://mysite/c1evcalservice.ashx" });