| Package | flash.text | 
| Class | public final class TextInteractionMode | 
| Inheritance | TextInteractionMode    Object | 
| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | AIR 1.0, Flash Player 11 | 
Public Properties
| Property | Defined By | ||
|---|---|---|---|
![]()  | constructor : Object 
	 A reference to the class object or constructor function for a given object instance.  | Object | |
Public Methods 
| Method | Defined By | ||
|---|---|---|---|
![]()  | 
	 Indicates whether an object has a specified property defined.  | Object | |
![]()  | 
	 Indicates whether an instance of the Object class is in the prototype chain of the object specified 
	 as the parameter.  | Object | |
![]()  | 
	 Indicates whether the specified property exists and is enumerable.  | Object | |
![]()  | 
     Sets the availability of a dynamic property for loop operations.  | Object | |
![]()  | 
	 Returns the string representation of this object, formatted according to locale-specific conventions.  | Object | |
![]()  | 
	 Returns the string representation of the specified object.  | Object | |
![]()  | 
	 Returns the primitive value of the specified object.  | Object | |
Public Constants
| Constant | Defined By | ||
|---|---|---|---|
| NORMAL : String = "normal" [static] 
		The text field's default interaction mode is NORMAL and it varies across platform.  | TextInteractionMode | ||
| SELECTION : String = "selection" [static] 
		On mobile platforms like Android, the text field starts in normal mode(which implies scroll and non-selectable mode).  | TextInteractionMode | ||
Constant Detail
NORMAL | Constant | 
public static const NORMAL:String = "normal"| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | AIR 1.0, Flash Player 11 | 
The text field's default interaction mode is NORMAL and it varies across platform. On Desktop, the normal mode implies that the text field is in scrollable + selection mode. On Mobile platforms like Android, normal mode implies that the text field can only be scrolled but the text can not be selected.
SELECTION | Constant | 
public static const SELECTION:String = "selection"| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | AIR 1.0, Flash Player 11 | 
On mobile platforms like Android, the text field starts in normal mode(which implies scroll and non-selectable mode). The user can switch to selection mode through the in-built context menu of the text field object.
Thu Dec 4 2014, 05:50 PM -08:00
 