mirror of
https://github.com/xdan/datetimepicker.git
synced 2024-11-18 06:24:22 +00:00
iframe support doc.tpl
This commit is contained in:
parent
962ed78566
commit
32ec5b9d4a
12
doc.tpl
12
doc.tpl
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user