Samples
Forum
Support
Documentation
animate
autoheight
borderless
container
content
css
data
dataFeed
datatype
disabled
editValue
editable
editaction
elements
form
gravity
height
hidden
id
maxHeight
maxWidth
minHeight
minWidth
mouseEventDelay
nameWidth
on
onClick
onContext
onDblClick
onMouseMove
scroll
scrollSpeed
template
url
width
Start
API Reference
ui.property
Properties
editable
allows/denies editing in the view
boolean
editable
;
Example
webix.
ui
(
{
view
:
"datatable"
,
editable
:
true
,
...
}
)
;
See also
samples
Editing on Mouse Click
articles
Editing Data Items
Back to top