Packageflash.text
Classpublic final class SoftKeyboardType
InheritanceSoftKeyboardType Inheritance Object

Language version: ActionScript 3.0
Runtime version: AIR 3.0

The SoftKeyboardType class defines the types of soft keyboards for mobile applications. You select the keyboard type with the softKeyboardType property on the text input control.



Public Properties
 PropertyDefined by
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Public Methods
 MethodDefined by
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined 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
Constant detail
CONTACTconstant
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.

DECIMALconstant 
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.

DEFAULTconstant 
public static const DEFAULT:String = "default"

Language version: ActionScript 3.0
Runtime version: AIR 3

Default keyboard for the current input method.

EMAILconstant 
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.

NUMBERconstant 
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.

PHONEconstant 
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.

PUNCTUATIONconstant 
public static const PUNCTUATION:String = "punctuation"

Language version: ActionScript 3.0
Runtime version: AIR 3

A keyboard optimized for entering punctuation.

URLconstant 
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.