Wijmo UI for the Web
webServiceUrl Option

Default value: ""

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

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijevcal("option", "webServiceUrl");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijevcal("option", "webServiceUrl", newValue);
        
});
Javascript (Specification) 
var webServiceUrl : string;
Example
$("#report").wijevcal({ 
    webServiceUrl: "http://mysite/c1evcalservice.ashx" 
});
Browser Compatibility
7
5
5

See Also

Reference

options type
wijevcal jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.