Titanium.UI.TextArea.keyboardType

Property of Titanium.UI.TextArea.
Platform Since
Android 0.8
iPhone 0.8
iPad 0.8
Permission: read-write

Summary

Specifies the keyboard type to display when this text area is focused, such as KEYBOARD_EMAIL or KEYBOARD_NUMBER_PAD.

Type

Number

Default

the platform's default keyboard

Description

Specify one of the KEYBOARD constants from Titanium.UI. When asking for a specific kind of input, such as a phone number or email address, you should always specify the appropriate keyboard type.