mirror of
https://github.com/xdan/datetimepicker.git
synced 2024-11-18 06:24:22 +00:00
Add parentID documentation
This commit is contained in:
parent
00c84bec27
commit
98809b9007
8
doc.tpl
8
doc.tpl
@ -456,6 +456,14 @@ jQuery(function(){
|
||||
<td>Initializing plugin occurs only when the user interacts. Greatly accelerates plugin work with a large number of fields</td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr id="parentID">
|
||||
<td><a href="#parentID">parentID</a></td>
|
||||
<td>'body'</td>
|
||||
<td>Attach datetimepicker to this element, which can be either a selector or a DOM/JQuery element</td>
|
||||
<td>
|
||||
<pre><code class="language-javascript">{parentID:'#parent'}</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