Chapter Contents

Previous

Next
Frame Class: _setDropAction

Frame Class: _setDropAction



Sets the type of actions the frame can handle as a drop request


Syntax
Details

Syntax

return = objectName._setDropAction( );


Details

The action operation pair is matched with the drag operation of a drag site object to determine if the drop is allowed. All previous drop actions are removed from this object. Some hosts provide special drag requests that display the list of actions when the object is dropped. The action selected is passed to the _validateDropData and _drop methods.

Copy, move, and link cannot be removed.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.