Initialized Property
The Initialized property indicates whether a touch screen keyboard is used or not.
Syntax
[bool=] SiteKiosk.Keyboard.Initialized
|
Possible Values
Boolean value that retrieves the initialized status of the touch screen keyboard.
|
The property is read only.
Remarks
Examples
The following example reads the initialized status and shows it in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Keyboard.Initialized);
</SCRIPT>
|
Applies to
SiteKiosk v5.0 (and later versions).
Back to top