mirror of
https://github.com/xdan/datetimepicker.git
synced 2024-11-18 06:24:22 +00:00
Parent element for appending div.xdsoft_datetimepicker.xdsoft_noselect
for multiple modal forms. Default - 'body'
This commit is contained in:
parent
e9ee8e9cc0
commit
03b398ac6f
@ -279,6 +279,8 @@
|
|||||||
next: 'xdsoft_next',
|
next: 'xdsoft_next',
|
||||||
prev : 'xdsoft_prev',
|
prev : 'xdsoft_prev',
|
||||||
dayOfWeekStart:0,
|
dayOfWeekStart:0,
|
||||||
|
|
||||||
|
parentID: 'body',
|
||||||
|
|
||||||
timeHeightInTimePicker:25,
|
timeHeightInTimePicker:25,
|
||||||
timepickerScrollbar:true,
|
timepickerScrollbar:true,
|
||||||
@ -764,7 +766,7 @@
|
|||||||
.append(mounth_picker)
|
.append(mounth_picker)
|
||||||
.append(calendar);
|
.append(calendar);
|
||||||
|
|
||||||
$('body').append(datetimepicker);
|
$(options.parentID).append(datetimepicker);
|
||||||
|
|
||||||
var _xdsoft_datetime = new function() {
|
var _xdsoft_datetime = new function() {
|
||||||
var _this = this;
|
var _this = this;
|
||||||
|
Loading…
Reference in New Issue
Block a user