Samples
Forum
Support
Documentation
align
animate
attributes
borderless
click
container
content
css
disabled
editable
format
gravity
height
hidden
hotkey
icon
icons
id
inputHeight
inputPadding
inputWidth
label
labelPosition
labelWidth
maxHeight
maxWidth
minHeight
minWidth
name
on
placeholder
popup
readonly
relatedAction
relatedView
required
stringResult
suggest
tabFocus
template
text
timeIcon
timepicker
tooltip
type
validate
validateEvent
value
width
Start
API Reference
ui.datepicker
Properties
editable
allows making datepicker editable, false by default
boolean
editable
;
Example
webix.
ui
(
{
view
:
"datepicker"
,
editable
:
true
}
)
;
Back to top