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();