Home
last modified time | relevance | path

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

/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js526 beforeShowDay: null, property
1518 if (options.beforeShowDay && $.isFunction(options.beforeShowDay.call)) {
1519 customDateSettings = options.beforeShowDay.call(datetimepicker, start);
1558 if (options.beforeShowDay && $.isFunction(options.beforeShowDay)) {
1559 classes.push(options.beforeShowDay(start));
/plugin/zwidoku/files/
H A Djquery.js9 …1Week,shortYearCutoff:"+10",minDate:null,maxDate:null,duration:"fast",beforeShowDay:null,beforeSho… property