Width Property



 
The Width property contains the screen width.


Syntax

    [long=] SiteCafe.UserInterface.ScreenSize.Width
    
Possible Values
    Long value that retrieves the width.

    The property is read only.
Remarks
    None.
Examples
    The following example displays the screen width.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteCafe.UserInterface.ScreenSize.Width);
    </SCRIPT>

Applies to
    SiteKiosk v6.2 (and later versions).

Back to top