Wijmo UI for the Web
dataSource Option

Default value: null

A dataview object to bind to events data

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijevcal("option", "dataSource");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijevcal("option", "dataSource", newValue);
        
});
Javascript (Specification) 
var dataSource : object;
Example
var dv = $.wijmo.wijdataview({....});
$("#eventscalendar").wijevcal({
  dataSource: dv
})
Browser Compatibility
7
5
5

See Also

Reference

options type
wijevcal jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.