SiteKiosk Documentation
One Step Back

WindowInfo Object




The WindowInfo object provides information about an open window.


Members Table

    The following table lists the members provided by the WindowInfo object.

    Members
    ObjectsDescription
    SiteKioskWindowRepresents a window of the SiteKiosk application.
    PropertiesDescription
    HandleWindow handle.
    IconIcon handle.
    ItemTextTitle of the window.
    VisibleIf the window is visible.
    WindowTypeType of the window.
    MethodsDescription
    RefreshDataRefreshes the object properties.

Remarks
    This object is available in the form of scripts that can be used in combination with SiteKiosk. Use the WindowInfo object to receive information about the window represented by the WindowInfo object.

    Note that the path of a file using SiteKiosk objects must be allowed in the
    SiteKiosk configuration (Security -> Access -> URL's With Script Permission)
    if it is not a browser skin file.
Examples
    The following example shows the current window handle in an alert window.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    thiswindow = SiteKiosk.WindowList.ActiveWindow;
    alert(thiswindow.Handle);
    </SCRIPT>
    

Applies to
    SiteKiosk v5.0 (and later versions).

Back to topBack to top

© 1997-2010 PROVISIO - Aventura, USA & Muenster, Germany - SiteKiosk DevTeam