Core
-
addEventNow - adds new event and opens lightbox form to confirm
-
-
clearAll - clears all data in scheduler.
-
-
editStop - switches from editing mode to normal mode, disable editor if it's open
-
endLightbox - used as part of custom lightbox form implementation
-
-
-
-
-
getEvents - returns collection of events, which occurs in defined period
getLabel - returns label text by option's id and property name (ver. 2.3+)
getState - returns details about current state of the scheduler (ver. 2.3+)
-
load - loads data in scheduler
parse - load self from JSON object or
XML string
serverList - creates or returns a named list of options
-
-
-
-
-
-
-
-
startLightbox - used as part of custom lightbox form implementation
-
uid - returns unique ID ( unique inside current scheduler, not GUID )
-
-
-
Units view
Timeline view
Tree-Timeline view
-
-
-
-
addSection - adds new section to specified parent section (ver. 2.3+)
-
getSection - returns section object by id (ver. 2.3+)
Expand behavior
expand - switch to full screen mode
-
Mini-calendar extension
Serialize extension
toPDF - convert to the
PDF
toXML - serialize self to
XML string
toJSON - serialize self to JSON string
toICal - serialize sefl to iCal format
Recurring events extension
getRecDates - returns all occurrences of a recurring event (ver. 2.3+)
Limits extension