mirror of
https://github.com/xdan/datetimepicker.git
synced 2024-11-18 06:24:22 +00:00
lazyinit default set in false
This commit is contained in:
parent
82773e83e1
commit
ce4afc0061
2
doc.tpl
2
doc.tpl
@ -426,7 +426,7 @@ $('#_datetimepicker_weekends_disable').datetimepicker({
|
|||||||
<tbody>
|
<tbody>
|
||||||
<tr id="lazyInit">
|
<tr id="lazyInit">
|
||||||
<td><a href="#lazyInit">lazyInit</a></td>
|
<td><a href="#lazyInit">lazyInit</a></td>
|
||||||
<td>true</td>
|
<td>false</td>
|
||||||
<td>Initializing plugin occurs only when the user interacts. Greatly accelerates plugin work with a large number of fields</td>
|
<td>Initializing plugin occurs only when the user interacts. Greatly accelerates plugin work with a large number of fields</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -183,7 +183,7 @@
|
|||||||
scrollTime:true,
|
scrollTime:true,
|
||||||
scrollInput:true,
|
scrollInput:true,
|
||||||
|
|
||||||
lazyInit:true,
|
lazyInit:false,
|
||||||
|
|
||||||
mask:false,
|
mask:false,
|
||||||
validateOnBlur:true,
|
validateOnBlur:true,
|
||||||
|
Loading…
Reference in New Issue
Block a user