...
Code Block | ||
---|---|---|
| ||
function close([closeclients]) |
Closes the window.
Parameters
closeclients (boolean) [optional]
If true and running as the host, the corresponding window will be closed for all clients that have it open as well.
createControl
Code Block | ||
---|---|---|
| ||
function createControl(type, name, [source]) |
...