Wijmo UI for the Web
webServiceUrl Field

Default value: ""

Determines the URL of the web service which will be used to store information about events.

Syntax
Javascript (Usage) 
var value; // Type: string
value = jQuery.wijmo.wijevcal.options.webServiceUrl;
Javascript (Specification) 
var webServiceUrl : string;
Example
$("#report").wijevcal({ 
    webServiceUrl: "http://mysite/c1evcalservice.ashx" 
});
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.