Search
VirtualKeyboard.selectLayout Method
See Also
 






Selects a layout from the layout ring at the specified index.

Namespace: MindFusion.Keyboard
File: VirtualKeyboard.js

 Syntax

JavaScript  Copy Code

function selectLayout (index)

 Parameters

index

The index of the layout to select.

 Remarks

The specified layoutRing element is assigned to layout. To let users cycle through the ring using keyboard's UI, add LayoutRingKey to the layouts.

 See Also