Package | flash.text |
Class | public final class SoftKeyboardType |
Inheritance | SoftKeyboardType Object |
Language version: | ActionScript 3.0 |
Runtime version: | AIR 3.0 |
softKeyboardType
property on the text input control.
Constant | Defined by | ||
---|---|---|---|
CONTACT : String = "contact" [static]
A keypad designed for entering a person's name or phone number. | SoftKeyboardType | ||
DECIMAL : String = "decimalpad" [static]
A keyboard optimized for entering numbers along with a decimal. | SoftKeyboardType | ||
DEFAULT : String = "default" [static]
Default keyboard for the current input method. | SoftKeyboardType | ||
EMAIL : String = "email" [static]
A keyboard optimized for specifying email addresses. | SoftKeyboardType | ||
NUMBER : String = "number" [static]
A numeric keypad designed for PIN entry. | SoftKeyboardType | ||
PHONE : String = "phone" [static]
A keyboard optimized for entering phone numbers. | SoftKeyboardType | ||
PUNCTUATION : String = "punctuation" [static]
A keyboard optimized for entering punctuation. | SoftKeyboardType | ||
URL : String = "url" [static]
A keyboard optimized for entering URLs. | SoftKeyboardType |
CONTACT | constant |
public static const CONTACT:String = "contact"
Language version: | ActionScript 3.0 |
Runtime version: | AIR 3 |
A keypad designed for entering a person's name or phone number. This keyboard type does not support auto-capitalization.
DECIMAL | constant |
public static const DECIMAL:String = "decimalpad"
Language version: | ActionScript 3.0 |
Runtime version: | AIR 29 |
A keyboard optimized for entering numbers along with a decimal.
DEFAULT | constant |
public static const DEFAULT:String = "default"
Language version: | ActionScript 3.0 |
Runtime version: | AIR 3 |
Default keyboard for the current input method.
constant |
public static const EMAIL:String = "email"
Language version: | ActionScript 3.0 |
Runtime version: | AIR 3 |
A keyboard optimized for specifying email addresses. This type features the "&", "." and space characters prominently.
NUMBER | constant |
public static const NUMBER:String = "number"
Language version: | ActionScript 3.0 |
Runtime version: | AIR 3 |
A numeric keypad designed for PIN entry. This type features the numbers 0 through 9 prominently. This keyboard type does not support auto-capitalization.
PHONE | constant |
public static const PHONE:String = "phone"
Language version: | ActionScript 3.0 |
Runtime version: | AIR 29 |
A keyboard optimized for entering phone numbers. This type features the numbers along with "+"," and "#" characters prominently.
PUNCTUATION | constant |
public static const PUNCTUATION:String = "punctuation"
Language version: | ActionScript 3.0 |
Runtime version: | AIR 3 |
A keyboard optimized for entering punctuation.
URL | constant |
public static const URL:String = "url"
Language version: | ActionScript 3.0 |
Runtime version: | AIR 3 |
A keyboard optimized for entering URLs. This type features ".", "/", and ".com" prominently.