|
|
document.breakApart()
AvailabilityFlash
MX 2004.
Usagedocument.breakApart()
DescriptionMethod;
performs a break-apart operation on the current selection.
ExampleThe
following example breaks apart the current selection:
fl.getDocumentDOM().breakApart();
|