powered by
Template JS functions to support customer renderer
cal_template( cal, milestoneTitle = NULL, taskTitle = NULL, alldayTitle = NULL, ... )
A calendar htmlwidget object.
calendar
A calendar() object.
calendar()
The milestone title (at left column) template function.
The task title (at left column) template function.
The allday title (at left column) template function.
Additionals arguments, see online documentation.
calendar(view = "week", taskView = TRUE) %>% cal_template( milestoneTitle = "TODO", taskTitle = "Assignment", alldayTitle = "Full-time" )
Run the code above in your browser using DataLab