View comments | RSS feed

Drag and Drop Manager syntax

The following sections describe the syntax of the classes that make up the Drag and Drop Manager.

Class mx.managers.DragManager syntax

The following table describes the syntax of the mx.managers.DragManager class:

Property Type Use Description
isDragging

Boolean

Static property

Read-only property that returns true if a drag is in progress.

NONE

String

Static property

Read-only constant that specifies a drag action. The default value is none.

MOVE

String

Static property

Read-only constant that specifies a drag action. The default value is move.

COPY

String

Static property

Read-only constant that specifies a drag action. The default value is copy.

LINK

String

Static property

Read-only constant that specifies a drag action. The default value is link.

doDrag()

 

Static method

Initiates a drag-and-drop operation.


Version 1.5

Comments


clintmodien said on Jul 5, 2005 at 2:20 PM :
Would be nice to have a method signature of the doDrag event and it's arguments and also... a better explanation of what a drag action is.
smgilson said on Jul 5, 2005 at 2:26 PM :
All of the Flex API is available online at:

http://livedocs.macromedia.com/flex/15/asdocs_en/index.html

The page on the DragManager, including the doDrag() method is at:

http://livedocs.macromedia.com/flex/15/asdocs_en/mx/managers/DragManager.html

Stephen Gilson

 

RSS feed | Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/flex/15/flex_docs_en/00000626.htm