Home
last modified time | relevance | path

Searched refs:onSelected (Results 1 – 1 of 1) sorted by relevance

/plugin/datepicker/script/jscalendar-1.0/
Dcalendar.js18 Calendar = function (firstDayOfWeek, dateStr, onSelected, onClose) { argument
26 this.onSelected = onSelected || null;
1289 if (this.onSelected) {
1290 this.onSelected(this, this.date.print(this.dateFormat));