SiteKioskWindow ObjectThe SiteKioskWindow object represents a window of the SiteKiosk application. Members Table
Before you can use the SiteKiosk objects in a script you need to call the function window.external.InitScriptInterface() to initialize the script interface. Note that the SiteKioskWindow object can only be used from within a browser skin file. To use the SiteKioskWindow object in other files it can be referenced through the main object SiteKiosk. E.g.: SiteKiosk.WindowList.MainWindow.SiteKioskWindow.SiteKioskWebBrowser.Navigate(SiteKiosk.URLs.Email, false); 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.
Back to top |