draw(options)
draw calendar
Topic(s):
File required:dhtmlxcalendar.js
options - an associate array of optionshide()
hide calendar
Topic(s):
File required:dhtmlxcalendar.js
isVisible()
get visibility state
Topic(s):
File required:dhtmlxcalendar.js
loadUserLanguage(lang, userCBfunction)
Set new language interface for calendar
Topic(s):
File required:dhtmlxcalendar.js
lang - language (ex: en-us|ru|by)userCBfunction - function called after language loadedminimize()
minimize calendar
Topic(s):
File required:dhtmlxcalendar.js
setDate(dateFrom,dateTo)
select date in calendar
Topic(s):
File required:dhtmlxcalendar.js
dateFrom - {Data} date for left calendardateTo - {Data} date for right calendarsetDateFormat(format)
set date format for input/output
Topic(s):
File required:dhtmlxcalendar.js
format - format of date to use. see single calendar method description for detailssetHeader(isVisible, isDrag, btnsOpt)
set header in calendar
Topic(s):
File required:dhtmlxcalendar.js
isVisible - is header visibleisDrag - can calendar be draggedisDrag - can calendar be draggedbtnsOpt - the header buttons stringsetHolidays(dates)
set holidays dates
Topic(s):
File required:dhtmlxcalendar.js
setOnClickHandler(func)
set onClick event handler
Topic(s):
File required:dhtmlxcalendar.js
func - function called after onClick event occuredsetParent(newParent)
set parent node for calendar
Topic(s):
File required:dhtmlxcalendar.js
newParent - {Object} parent node (container) for calendarsetSensitive()
set sensitive range for calendar
Topic(s):
File required:dhtmlxcalendar.js
{Function} function handlersetYearsRange(minYear, maxYear)
set years range
Topic(s):
File required:dhtmlxcalendar.js
minYear - low boundmaxYear - upper boundshow()
show calendar
Topic(s):
File required:dhtmlxcalendar.js
close(func)
remove calendar
Topic(s):
File required:dhtmlxcalendar.js
draw(options)
draw calendar
Topic(s):
File required:dhtmlxcalendar.js
getDate()
get selected items date
Topic(s):
File required:dhtmlxcalendar.js
Returns:selected items date
getPosition(oNode,pNode)
get position one object concerning another
Topic(s):
File required:dhtmlxcalendar.js
hide()
hide calendar
Topic(s):
File required:dhtmlxcalendar.js
isVisible()
get visibility state
Topic(s):
File required:dhtmlxcalendar.js
loadUserLanguage(language, userCBfunction)
Set new language interface for calendar
Topic(s):
File required:dhtmlxcalendar.js
lang - language (ex: en-us|ru|by)userCBfunction - function called after language loadedminimize()
minimize calendar
Topic(s):
File required:dhtmlxcalendar.js
setDate(date)
select date in calendar
Topic(s):
File required:dhtmlxcalendar.js
date - {Data} current datesetDateFormat(format)
set date format
Topic(s):
File required:dhtmlxcalendar.js
format - {String} dateformat string contained next sings:setFormatedDate(dateformatarg, date)
get formated date
Topic(s):
File required:dhtmlxcalendar.js
dateformat - {String} dateformat stringdate - date which should be formateddateformatarg - {String} dateformat string contained next sings:date - date which should be formatedsetFormatedDate(dateformatarg, date)
get formated date
Topic(s):
File required:dhtmlxcalendar.js
dateformat - {String} dateformat stringdate - date which should be formateddateformatarg - {String} dateformat string contained next sings:date - date which should be formatedsetHeader(isVisible, isDrag, btnsOpt)
set header in calendar
Topic(s):
File required:dhtmlxcalendar.js
isVisible - is header visibleisDrag - can calendar be draggedisDrag - can calendar be draggedbtnsOpt - the header buttons stringsetHolidays(dates)
set holidays dates
Topic(s):
File required:dhtmlxcalendar.js
setOnClickHandler(func)
set onClick event handler
Topic(s):
File required:dhtmlxcalendar.js
func - function called when the date selectedsetParent(newParent)
set new parent object for calendar
Topic(s):
File required:dhtmlxcalendar.js
newParent - {Object} new parent object for calendarsetPosition(argA,argB,argC)
set position for calendar object
Topic(s):
File required:dhtmlxcalendar.js
setSensitive(fromDate,toDate)
set sensitive range for calendar
Topic(s):
File required:dhtmlxcalendar.js
fromDate - {Date} lower band of the rangetoDate - {Date} upper band of the rangesetYearsRange(minYear, maxYear)
set years range
Topic(s):
File required:dhtmlxcalendar.js
minYear - low boundmaxYear - upper boundshow()
show calendar
Topic(s):
File required:dhtmlxcalendar.js