DayPilot.Kanban Constructor

Declaration

DayPilot.Kanban(id);

Parameters

  • id - id of the placeholder <div>

Example

<div id="dp"></div>

var dp = new DayPilot.Kanban("dp");
// ... config
dp.init();