Merge pull request #673 from antonpod/patch-1

Add parentID documentation
This commit is contained in:
Valeriy Chupurnov 2018-10-10 20:21:09 +03:00 committed by GitHub
commit 97be78e40a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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