Home
last modified time | relevance | path

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

/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js564 var timeboxparent = $(this),
593 timeboxparent.find('.xdsoft_scrollbar').hide(); field
597 timebox = timeboxparent.children().eq(0);
598 parentHeight = timeboxparent[0].clientHeight;
604 timeboxparent.addClass('xdsoft_scroller_box').append(scrollbar);
613timeboxparent.trigger('scroll_element.xdsoft_scroller', [maximumOffset ? offset / maximumOffset : …
619 timeboxparent.trigger('resize_scroll.xdsoft_scroller', [percent]);
653 timeboxparent
656 timeboxparent.trigger('resize_scroll.xdsoft_scroller', [percentage, true]);
668 parentHeight = timeboxparent[0].clientHeight;
[all …]