Widgets
Samples
Demos
Forum
Services
Documentation
align
animate
attributes
borderless
bottomLabel
bottomPadding
clear
click
container
css
disabled
editable
format
gravity
height
hidden
hotkey
icon
icons
id
inputAlign
inputHeight
inputWidth
invalid
invalidMessage
keyPressTimeout
label
labelAlign
labelPosition
labelWidth
maxHeight
maxWidth
minHeight
minWidth
multiselect
name
on
placeholder
point
popup
readonly
relatedAction
relatedView
required
separator
stringResult
suggest
timeIcon
timepicker
tooltip
type
validate
validateEvent
value
width
Start
API Reference
ui.datepicker
Properties
type
type of datepicker view
string
type
;
Values
time
switches calendar to time view
month
switches calendar to month view
year
switches calendar to year view
Example
webix.
ui
(
{
view
:
"datepicker"
,
type
:
"month"
}
)
;
See also
Articles
DatePicker
Back to top