lazyinit default set in false

This commit is contained in:
Valeriy 2014-03-25 12:30:56 +06:00
parent 82773e83e1
commit ce4afc0061
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -183,7 +183,7 @@
scrollTime:true, scrollTime:true,
scrollInput:true, scrollInput:true,
lazyInit:true, lazyInit:false,
mask:false, mask:false,
validateOnBlur:true, validateOnBlur:true,