Class
SparkTextInput class
Action
The event triggered when the drag/drop operation begins.
Syntax
textInput.DragStart(draggedItem, [keyModifier])
Variable |
Description |
draggedItem |
List item that's being dragged. STRING. |
keyModifier |
Optional.A constant that indicates which key or key combination, if any, was pressed while this operation took place. One
of: flexAlt, flexControl, flexControlAlt, flexControlShift, flexControlShiftAlt, flexShift, or flexShiftAlt. For example,
if the Shift and Alt keys were pressed, then the value would be flexShiftAlt. MODIFIERKEYSTATE.
|