Widgets
Samples
Demos
Forum
Services
Documentation
activeTitle
animate
borderless
click
clipboard
collapsed
collapsedWidth
container
css
data
datathrottle
datatype
delimiter
disabled
drag
dragscroll
filterMode
gravity
height
hidden
id
item
keyPressTimeout
maxHeight
maxWidth
minHeight
minWidth
mouseEventDelay
multipleOpen
navigation
on
onClick
onContext
onDblClick
onMouseMove
pager
position
prerender
ready
removeMissed
rules
save
scheme
scroll
scrollSpeed
select
template
templateCopy
threeState
titleHeight
tooltip
type
url
width
Start
API Reference
ui.sidebar
Properties
select
enables/disables items selection
boolean|string
select
;
Values
true
allows selection
false
denies selection
Example
webix.
ui
(
{
view
:
"list"
,
select
:
true
,
// config
}
)
;
Default value:
true
Related samples
Selection
See also
Articles
Selection
Back to top