SiteKiosk Main Objects and ActiveX Controls
SiteKiosk provides a number of objects and ActiveX controls to manipulate the SiteKiosk application by means of a script.
SiteKiosk Main Objects and ActiveX Controls
The following table lists the main objects and ActiveX controls provided by SiteKiosk.
Click here to view a SiteKiosk Objects graphic.
| Main Objects and ActiveX Controls |
|
| Objects | Description |
| SiteKiosk | Main object of the SiteKiosk object model. |
| SiteKioskWindow | Represents a window of the SiteKiosk application. |
|
| ActiveX Controls | Description |
| SKAnimateControl | Busy animation control. |
| SKProgressBar | Gradient progress bar control with blocking option. |
| SiteCam | Control to use a web cam. |
| StaticText | Static text control including a fixed-single line and a text ellipsis. |
| URLComboBox | URL address ComboBox control. |
| WindowIcon | Control to display Windows icons in HTML pages. |
|
Remarks
The SiteKiosk objects and ActiveX controls are available in the form scripts that can be used in combination with SiteKiosk. They make it possible to control certain SiteKiosk features and to individualize the SiteKiosk application.
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 path of the file using these objects must be allowed in the SiteKiosk configuration (Security -> Access -> URL's With Script Permission).
Applies to
Back to top