Searched refs:timeHeightInTimePicker (Results 1 – 1 of 1) sorted by relevance
496 timeHeightInTimePicker: 25, property in default_options1427 … 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;