logo

/repo|v2.1.3

CLASSES

  • Calendar

    EXTENDS

    • CalendarCore

  • CalendarCore

    MIXES

    • CustomEvents

    INSTANCE METHODS

    • changeView

    • clear

    • createEvents

    • deleteEvent

    • destroy

    • getDate

    • getDateRangeEnd

    • getDateRangeStart

    • getElement

    • getEvent

    • getOptions

    • getViewName

    • move

    • next

    • openFormPopup

    • prev

    • render

    • renderToString

    • scrollToNow

    • setCalendarColor

    • setCalendars

    • setCalendarVisibility

    • setDate

    • setOptions

    • setTheme

    • today

    • updateEvent

  • TZDate

    INSTANCE METHODS

    • addDate

    • addFullYear

    • addHours

    • addMilliseconds

    • addMinutes

    • addMonth

    • addSeconds

    • getDate

    • getDay

    • getFullYear

    • getHours

    • getMilliseconds

    • getMinutes

    • getMonth

    • getSeconds

    • getTime

    • getTimezoneOffset

    • local

    • setDate

    • setFullYear

    • setHours

    • setMilliseconds

    • setMinutes

    • setMonth

    • setSeconds

    • setTime

    • setWithRaw

    • toDate

    • toString

    • tz

    • valueOf

TYPEDEF

  • CalendarInfo

  • CustomEvents

  • EventObject

  • TimezoneOptions

Typedef

CalendarInfo:

object

Define Calendars to group events.

PROPERTIES
NameTypeDescription

id

string

Calendar id.

name

string

Calendar name.

color

string

Text color of events.

borderColor

string

Left border color of events.

backgroundColor

string

Background color of events.

dragBackgroundColor

string

Background color of events during dragging.

Resizable
NHN CloudFE Development Lab