...
|
...
|
@@ -38,7 +38,7 @@ var jquery = require('jquery'); |
|
|
}
|
|
|
this.linkField = options.linkField || this.element.data('link-field') || false;
|
|
|
this.linkFormat = DPGlobal.parseFormat(options.linkFormat || this.element.data('link-format') || 'yyyy-mm-dd hh:ii:ss');
|
|
|
this.minuteStep = options.minuteStep || this.element.data('minute-step') || 5;
|
|
|
this.minuteStep = options.minuteStep || this.element.data('minute-step') || 1;
|
|
|
this.pickerPosition = options.pickerPosition || this.element.data('picker-position') || 'bottom-right';
|
|
|
|
|
|
this._attachEvents();
|
...
|
...
|
|