backbone

makes the scheduler reflect all data changes in the Backbone model and vice versa

void backbone(Backbone collection events);
eventsBackbone collectionthe Backbone data collection

Example

$(".myscheduler").dhx_scheduler({
    date:new Date(2009,5,25),
    mode:"month"
});
 
scheduler.backbone(events);

Related samples

See also
Back to top