Samples
Forum
Support
Documentation
animate
borderless
click
clipboard
container
css
data
dataFeed
datathrottle
datatype
disabled
drag
dragscroll
filterMode
gravity
height
hidden
id
maxHeight
maxWidth
minHeight
minWidth
mouseEventDelay
navigation
on
onClick
onContext
onDblClick
onMouseMove
pager
ready
removeMissed
rules
save
scheme
scroll
scrollSpeed
select
template
templateCopy
threeState
tooltip
type
url
width
Start
API Reference
ui.tree
Properties
drag
enables or disables drag-and-drop
boolean
drag
;
Example
tree
=
new
webix.
ui
(
{
view
:
"tree"
,
...
drag
:
true
}
)
See also
samples
Drag-and-Drop between tables
Enabling Drag-and-drop in Tree
DnD with List Items
articles
Drag-and-drop support
Back to top