Home
last modified time | relevance | path

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

/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js496 timeHeightInTimePicker: 25, property in default_options
1427 … if ($this.hasClass(options.next) && (height - pheight) - options.timeHeightInTimePicker >= top) {
1428 timebox.css('marginTop', '-' + (top + options.timeHeightInTimePicker) + 'px');
1429 } else if ($this.hasClass(options.prev) && top - options.timeHeightInTimePicker >= 0) {
1430 timebox.css('marginTop', '-' + (top - options.timeHeightInTimePicker) + 'px');
1673 top = timebox.find(classType).index() * options.timeHeightInTimePicker + 1;