(Beta)
Package | flashx.textLayout.container |
Interface | public interface ISandboxSupport |
Implementors | ContainerController, TextContainerManager |
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Related API Elements
flashx.textLayout.container.ContainerController
flashx.textLayout.container.TextContainerManager
flashx.textLayout.edit.SelectionManager
flash.system.SecurityDomain
flashx.textLayout.container.TextContainerManager
flashx.textLayout.edit.SelectionManager
flash.system.SecurityDomain
Public Methods
Method | Defined By | ||
---|---|---|---|
Called to request clients to begin the forwarding of mouseup and mousemove events from outside a security sandbox. | ISandboxSupport | ||
Called to inform clients that the the forwarding of mouseup and mousemove events from outside a security sandbox is no longer needed. | ISandboxSupport | ||
Client call to forward a mouseMove event from outside a security sandbox. | ISandboxSupport | ||
Client call to forward a mouseUp event from outside a security sandbox. | ISandboxSupport |
Method Detail
beginMouseCapture | () | method |
public function beginMouseCapture():void
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Called to request clients to begin the forwarding of mouseup and mousemove events from outside a security sandbox.
endMouseCapture | () | method |
public function endMouseCapture():void
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Called to inform clients that the the forwarding of mouseup and mousemove events from outside a security sandbox is no longer needed.
mouseMoveSomewhere | () | method |
mouseUpSomewhere | () | method |
Wed Nov 21 2018, 06:34 AM -08:00