mirror of
https://github.com/xdan/datetimepicker.git
synced 2024-11-18 06:24:22 +00:00
update doc
This commit is contained in:
parent
50d9e9b42f
commit
984a6a77e0
9
doc.tpl
9
doc.tpl
@ -424,6 +424,15 @@ $('#_datetimepicker_weekends_disable').datetimepicker({
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr id="lazyInit">
|
||||
<td><a href="#lazyInit">lazyInit</a></td>
|
||||
<td>true</td>
|
||||
<td>Initializing plugin occurs only when the user interacts. Greatly accelerates plugin work with a large number of fields</td>
|
||||
<td>
|
||||
<pre><code data-language="javascript">{value:'12.03.2013',
|
||||
format:'d.m.Y'}</code></pre>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="value">
|
||||
<td><a href="#value">value</a></td>
|
||||
<td>null</td>
|
||||
|
Loading…
Reference in New Issue
Block a user