next up previous contents
Next: onDropFiles Up: Events Previous: onDragLeave   Contents


onDropText

Description

This event is triggered when a text string has just been dropped into the main window.


Syntax

Application.dragdrop.onDropText =
    function (str)
{
    trace(str);
}


Parameters

str
String. Represents the text being dragged and dropped




Copyright ©2000-2007 Shanghai TopCMM Software Technologies. All Rights Reserved.