MainWindow Object
The MainWindow object represents the main window of the SiteCafe Manager.
Members Table
Remarks
This object is available through the object SiteCafe.
Use the MainWindow object to modify the main window.
Examples
The following example displays the width of the main window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteCafe.MainWindow.Width);
</SCRIPT>
|
Applies to
SiteKiosk v6.2 (and later versions).
Back to top