DHTMLX Docs & Samples Explorer
Index
dhtmlxForm
API Methods
getCalendar(name)
Returns dhtmlxCalendar instance.
Parameters:
name
- the id of item (the item's parameter 'name')
var
dhxCalendar
=
myForm.
getCalendar
(
"myCalendar"
)
;