Check documentation for the latest version of dhtmlxSuite attachCalendar DHTMLX Docs

attachCalendar

adds a calendar object to the popup

dhtmlXCalendarObject attachCalendar();
dhtmlXCalendarObjectdhtmlXCalendarObject instance

Example

var myPop = new dhtmlXPopup(...);
var myCalendar = myPop.attachCalendar();

Back to top