UserInterface Object
The UserInterface object provides creating user interface elements.
Members Table
The following table lists the members provided by the UserInterface object.
Remarks
This object is available through the object SiteCafe.
Use the UserInterface object to create user interface elements.
Examples
The following example displays the workarea width.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteCafe.UserInterface.Workarea.Width);
</SCRIPT>
|
Applies to
SiteKiosk v6.2 (and later versions).
Back to top