iframe support doc.tpl

This commit is contained in:
Sergey Yastrebov 2016-05-31 10:46:56 +03:00
parent 962ed78566
commit 32ec5b9d4a

12
doc.tpl
View File

@ -924,6 +924,18 @@ jQuery(function(){
<td> </td>
<td> </td>
</tr>
<tr id="ownerDocument">
<td>ownerDocument</td>
<td>document</td>
<td>The ownerDocument object for the datetimepicker to properly attach events and calc position (iframe support).</td>
<td> </td>
</tr>
<tr id="contentWindow">
<td>contentWindow</td>
<td>window</td>
<td>The contentWindow object that contains the datetimepicker to properly attach events (iframe support).</td>
<td> </td>
</tr>
</tbody>
</table>
<hr>