Check documentation for the latest version of dhtmlxSuite show DHTMLX Docs

show

shows a calendar

void show( [string id] );
idstringthe id of the HTML input a calendar is attached to

Example

<input type="text" id="cal_2">
 
myCalendar.show("cal_2");

See also
Back to top