<td>Get an array with the ids of the currently selected items.</td>
<td>Get an array with the ids of the currently selected items.</td>
</tr>
</tr>
<tr>
<td>getWindow()</td>
<td>Object</td>
<td>Get the current visible window. Returns an object with properties <code>start: Date</code> and <code>end: Date</code>.</td>
</tr>
<tr>
<tr>
<td>on(event, callback)</td>
<td>on(event, callback)</td>
<td>none</td>
<td>none</td>
@ -649,6 +655,12 @@ var options = {
</td>
</td>
</tr>
</tr>
<tr>
<td>setWindow(start, end)</td>
<td>none</td>
<td>Set the current visible window. The parameters <code>start</code> and <code>end</code> can be a <code>Date</code>, <code>Number</code>, or <code>String</code>. If the parameter value of <code>start</code> or <code>end</code> is null, the parameter will be left unchanged.</td>