ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
flash.text 

SoftKeyboardType  - AS3

Packageflash.text
Classpublic final class SoftKeyboardType
InheritanceSoftKeyboardType Inheritance Object

Language Version: ActionScript 3.0
Runtime Versions: 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.

More examples



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
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
      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
      PUNCTUATION : String = "punctuation"
[static] A keyboard optimized for entering punctuation.
SoftKeyboardType
      URL : String = "url"
[static] A keyboard optimized for entering URLs.
SoftKeyboardType
Constant Detail
    

CONTACT

Constant
public static const CONTACT:String = "contact"

Language Version: ActionScript 3.0
Runtime Versions: AIR 3

A keypad designed for entering a person's name or phone number. This keyboard type does not support auto-capitalization.

    

DEFAULT

Constant 
public static const DEFAULT:String = "default"

Language Version: ActionScript 3.0
Runtime Versions: AIR 3

Default keyboard for the current input method.

    

EMAIL

Constant 
public static const EMAIL:String = "email"

Language Version: ActionScript 3.0
Runtime Versions: 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 Versions: 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.

    

PUNCTUATION

Constant 
public static const PUNCTUATION:String = "punctuation"

Language Version: ActionScript 3.0
Runtime Versions: AIR 3

A keyboard optimized for entering punctuation.

    

URL

Constant 
public static const URL:String = "url"

Language Version: ActionScript 3.0
Runtime Versions: AIR 3

A keyboard optimized for entering URLs. This type features ".", "/", and ".com" prominently.