ludo.calendar.Days

ludo.calendar.


new ludo.calendar.Days(config, value)

A View displaying days in a month. It's one of the child views of ludo.calendar.Calendar.

Parameters:
Name Type Description
config Object
value String | Date

Selected date

Source:
Fires:
  • ludo.calendar.Days#setDate - Arguments Date and ludo.View(the view firing the event)

Methods


setDate(date)

Set currently viewed month

Parameters:
Name Type Description
date Object
Source:
Returns:

void


setValue(date)

Set selected date

Parameters:
Name Type Description
date Date
Source: