Widgets
Samples
Demos
Forum
Services
Documentation
animate
autoheight
borderless
complexData
container
css
data
datatype
disabled
editValue
editable
editaction
elements
form
gravity
height
hidden
id
item
keyPressTimeout
map
maxHeight
maxWidth
minHeight
minWidth
mouseEventDelay
nameWidth
on
onClick
onContext
onDblClick
onMouseMove
scroll
scrollSpeed
template
tooltip
type
url
width
Start
API Reference
ui.property
Properties
editable
allows/denies editing in the view
boolean
editable
;
Example
webix.
ui
(
{
view
:
"property"
,
editable
:
false
,
...
}
)
;
Default value:
true
Related samples
Editing on Mouse Click
See also
Articles
Editing Data Items
Back to top