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.
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.
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.
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.
© 2009 Adobe Systems Incorporated. All rights reserved.
Sat Oct 3 2009, 04:15 AM -07:00