Package | flashx.textLayout.edit |
Class | public final class EditingMode |
Inheritance | EditingMode Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
See also
Public Properties
Public Methods
Public Constants
Constant | Defined 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.
Fri Mar 19 2010, 02:45 AM -07:00