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

Class

new Calendar(options)

Calendar class

EXTENDS
  • CalendarCore
PARAMETERS
NameTypeDescription

options

object

Calendar options. Check out CalendarCore for more information.

Resizable
NHN CloudFE Development Lab