Height Property
The Height property indicates the height of the keyboard in pixel.
Syntax
[long=] SiteKiosk.Keyboard.Height
|
Possible Values
Boolean value that retrieves the Height status of the touch screen keyboard.
|
The property is read only.
Remarks
In order to be able to use this property, you must have configured a touch screen keyboard.
Examples
The following example reads the Height status and shows it in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Keyboard.Height);
</SCRIPT>
|
Applies to
SiteKiosk v7.0 (and later versions).
Back to top