Count Property
The Count property contains the number of available keyboard layouts.
Syntax
[long=] SiteKiosk.LocaleManager.KeyboardLayouts.Count
|
Possible Values
Long value that retrieves the number of layouts.
|
The property is read only.
Remarks
Examples
The following example shows the number of available keyboard layouts in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.LocaleManager.KeyboardLayouts.Count);
</SCRIPT>
|
Applies to
SiteKiosk v6.6 (and later versions).
Back to top