window.runtime property | window.runtime.flash.ui.KeyboardType |
Inheritance | KeyboardType Object |
Runtime Versions: | 2 |
Use the values defined by the KeyboardType class with the Keybooard.physicalKeyboardType
property.
See also
Public Methods
Constants
Constant | Defined By | ||
---|---|---|---|
ALPHANUMERIC : String = "alphanumeric" [static]
A standard keyboard with a full set of numbers and letters. | KeyboardType | ||
KEYPAD : String = "keypad" [static]
A phone-style 12-button keypad. | KeyboardType | ||
NONE : String = "none" [static]
No physical keyboard is supported. | KeyboardType |
Constant Detail
ALPHANUMERIC | Constant |
public static const ALPHANUMERIC:String = "alphanumeric"
Runtime Versions: | 2 |
A standard keyboard with a full set of numbers and letters.
Most desktop computers and some mobile devices provide an alphanumeric keyboard.
KEYPAD | Constant |
public static const KEYPAD:String = "keypad"
Runtime Versions: | 2 |
A phone-style 12-button keypad.
Many mobile devices provide a keypad, although some provide an alphanumeric keyboard.
NONE | Constant |
public static const NONE:String = "none"
Runtime Versions: | 2 |
No physical keyboard is supported.
Typically, a virtual keyboard is provided in the absence of a physical keyboard.
See also
Thu Sep 29 2011, 02:34 AM -07:00