SiteKiosk Documentation
One Step Back

KeyboardLayouts Collection




The KeyboardLayouts collection contains the available touchscreen keyboard layouts.


Members Table

    The following table lists the members provided by the KeyboardLayouts collection.

    Members
    PropertiesDescription
    CountThe number of available layouts.
    MethodsDescription
    ItemReturns one item of the collection.

Remarks
    This collection is available through the object LocaleManager. Use the KeyboardLayouts collection to receive information about all available touchscreen keyboard layouts.

    Note that the path of a file using SiteKiosk objects must be allowed in the
    SiteKiosk configuration (Security -> Access -> URL's With Script Permission)
    if it is not a browser skin file.
Examples
    The following example displays the name of the first available touchscreen keyboard layout.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.LocaleManager.KeyboardLayouts.Item(1).DisplayName);
    </SCRIPT>
    

Applies to
    SiteKiosk v6.6 (and later versions).

Back to topBack to top

© 1997-2010 PROVISIO - Aventura, USA & Muenster, Germany - SiteKiosk DevTeam