Widgets
Samples
Demos
Forum
Services
Documentation
animate
borderless
container
css
data
disabled
drag
gravity
hashtags
height
hidden
id
locale
maxHeight
maxWidth
minHeight
minWidth
on
override
projects
readonly
url
users
width
Start
API Reference
ui.todo
Properties
drag
enables drag-and-drop
boolean
drag
;
Example
webix.
ui
(
{
view
:
"todo"
,
drag
:
true
,
data
:
base_data
,
...
}
)
;
Default value:
false
Back to top