|
|
document.exitEditMode()
AvailabilityFlash
MX 2004.
Usagedocument.exitEditMode()
DescriptionMethod;
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.
ExampleThe
following example exits symbol-editing mode:
fl.getDocumentDOM().exitEditMode();
|