Samples
Forum
Support
Documentation
$drag
$dragHTML
$dragIn
$dragMark
$dragOut
$drop
$dropAllow
Start
API Reference
Mixins
DragItem
Others
$dragHTML
defines how dragged item will look
function
$dragHTML
;
Example
grid.$dragHTML
=
function
(
obj
,
e
)
{
return
"Moving "
+
obj.
text
;
}
Back to top