StdDlgKeyboardItem

Extends StdDlgItemBase

The StdDlgKeyboardItem node is used to display a keyboard or PINpad in the dialog's content area. It provides text and voice entry of strings containing alphanumeric characters and symbols or numeric digits. It should only be used as a child of a StdDlgContentArea node.

roku815px - std-dlg-keyboard-item

Fields

FieldTypeDefaultAccess PermissionDescription
keyLayoutstring"unspecified"READ_WRITESpecifies the type of keyboard to be displayed:
textstring""READ_WRITEThe default string to be displayed in the keyboard's text edit box. When the user enters the text, this field is updated with the currently entered string.
textEditBoxVoiceTextEditBox nodeThe VoiceTextEditBox associated with the keyboardREADThe internal VoiceTextEditBox node used by this dialog's internal keyboard. This field should be used only to access the fields of this internal node.

Sample app

You can download and install a sample app that demonstrates how to create a custom keyboard dialog that uses the keyboard item.