Adobe® Flex® 4 Language Reference
Hide Packages and Classes List |  Packages  |  Classes  |  Index  |  Appendixes
flashx.textLayout.edit 
EditingMode 
Packageflashx.textLayout.edit
Classpublic final class EditingMode
InheritanceEditingMode Inheritance Object

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10, AIR 1.5

The EditingMode class defines constants used with EditManager class to represent the read, select, and edit permissions of a document.

See also



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
  READ_ONLY : String = "readOnly"
[static] The document is read-only.
EditingMode
  READ_SELECT : String = "readSelect"
[static] The text in the document can be selected and copied, but not edited.
EditingMode
  READ_WRITE : String = "readWrite"
[static] The document can be edited.
EditingMode
Constant Detail

READ_ONLY

Constant
public static const READ_ONLY:String = "readOnly"

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10, AIR 1.5

The document is read-only.

Neither selection nor editing is allowed.

READ_SELECT

Constant 
public static const READ_SELECT:String = "readSelect"

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10, AIR 1.5

The text in the document can be selected and copied, but not edited.

READ_WRITE

Constant 
public static const READ_WRITE:String = "readWrite"

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10, AIR 1.5

The document can be edited.