Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 615 Bytes

File metadata and controls

33 lines (18 loc) · 615 Bytes

document.exitEditMode()

Availability

Flash MX 2004.

Usage

document.exitEditMode()

Parameters

None.

Returns

Nothing.

Description

Method; exits from symbol-editing mode and returns focus to the next level up from the editing mode. For example, if you are editing a symbol inside another symbol, this method takes you up a level from the symbol you are editing, into the parent symbol.

Example

The following example exits symbol-editing mode:

fl.getDocumentDOM().exitEditMode();

See also

document.enterEditMode()