Searched refs:onSelected (Results 1 – 1 of 1) sorted by relevance
18 Calendar = function (firstDayOfWeek, dateStr, onSelected, onClose) { argument26 this.onSelected = onSelected || null;1289 if (this.onSelected) {1290 this.onSelected(this, this.date.print(this.dateFormat));