Samples
Forum
Support
Documentation
$drag
$dragHTML
$dragIn
$dragMark
$dragOut
$drop
$dropAllow
$getSize
$height
$scope
$setSize
$skin
$view
$width
config
name
on_click
on_context
on_dblclick
on_mouse_move
type
types
Start
API Reference
ui.grouplist
Others
$dragHTML
defines how dragged item will look
function
$dragHTML
;
Example
grid.$dragHTML
=
function
(
obj
,
e
)
{
return
"Moving "
+
obj.
text
;
}
Back to top