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

flashx.textLayout.edit.EditManager


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_ONLYConstant
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_SELECTConstant 
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_WRITEConstant 
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.