Chapter Contents

Previous

Next
Frame Class: _addDropAction

Frame Class: _addDropAction



Adds to the type of actions that the frame can handle as a drop request


Syntax
Details

Syntax

return = objectName._addDropAction( );


Details

The action operation pair is matched with the drag operation of a drag site object to determine if the drop is allowed. 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. This allows a drop site to define more than one action to be performed at drop time.


Chapter Contents

Previous

Next

Top of Page

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