wijmo.evcal.wijevcal Namespace > options type : dataSource Option |
Default value: null
A dataview object to bind to events data
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 dv = $.wijmo.wijdataview({....}); $("#eventscalendar").wijevcal({ dataSource: dv })