Wijmo UI for the Web
dataSource Field

Default value: null

A dataview object to bind to events data

Syntax
Javascript (Usage) 
var value; // Type: object
value = jQuery.wijmo.wijevcal.options.dataSource;
Javascript (Specification) 
var dataSource : object;
Example
var dv = $.wijmo.wijdataview({....});
$("#eventscalendar").wijevcal({
  dataSource: dv
})
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.