Small Property



 
The Small property indicates whether the touch screen keyboard is minimized or not.


Syntax

    SiteKiosk.Keyboard.Small [=bool]
Possible Values
    Boolean value that specifies or retrieves the
    small status of the touch screen keyboard.

    The property is read/write.
Remarks
    In order to be able to use this property, you must have configured a touch screen keyboard.
Examples
    The following example reads the small status and shows it in an alert window.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.Keyboard.Small);
    </SCRIPT>

Applies to
    SiteKiosk v5.0 (and later versions).

Back to top