Widgets
Samples
Demos
Forum
Services
Documentation
animate
blockDates
blockTime
borderless
calendarHeader
calendarTime
calendarWeekHeader
cellHeight
container
css
date
dayTemplate
disabled
events
gravity
headerHeight
height
hidden
icons
id
keyPressTimeout
maxDate
maxHeight
maxTime
maxWidth
minDate
minHeight
minTime
minWidth
minuteStep
monthHeader
monthSelect
mouseEventDelay
multiselect
navigation
on
onClick
onContext
onDblClick
onMouseMove
skipEmptyWeeks
timeIcon
timepicker
timepickerHeight
type
weekHeader
weekNumber
width
Start
API Reference
ui.calendar
Properties
type
type of calendar 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
:
"calendar"
,
type
:
"time"
}
)
;
See also
Articles
Calendar
Back to top