DRAGNDROP
Overview
Constants Summarized
Type
Name
Summary
Constants Detailed
COPY
function startDrag(event)
{
if(event.getElementName() == "copy")
return DRAGNDROP.COPY;
else if(event.getElementName() == "move")
return DRAGNDROP.MOVE
return DRAGNDROP.NONE;
}MIME_TYPE_SERVOY
MIME_TYPE_SERVOY_RECORD
MOVE
NONE
Last updated
Was this helpful?