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.
Wed Nov 15 2017, 09:50 AM +01:00