Please enable JavaScript to view this site.

ESL Documentation

Response Inquiry Built-in Function

Return the drag data in an on drop response.

dragdata

Description

Use the dragdata function only within a response to OBJECT on drop response definition. It returns the DRAG_STR string specified in the drag action that began the drag operation. If you use it anywhere else, dragdata will return a null string.

The dragdata function is designed to work only with ESL string compatible data. DO NOT ACCEPT unknown data types.

Example

 

#WRONG

response to Text_EF

    on dragover

        allow drop

See Also

dragtype Response Inquiry Built-in Function

response to OBJECT Response Definition on clauses