CloseAllDialogs Method



 
The CloseAllDialogs method closes all existing dialogs.


Syntax

    SiteCafe.UserInterface.CloseAllDialogs()
    
Return Value
    None.
Remarks
    None.
Examples
    The following example closes all existing SiteKiosk dialogs.

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

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

Back to top