MCPcopy Create free account
hub / github.com/DHTMLX/scheduler / markCalendar

Method markCalendar

codebase/dhtmlxscheduler.es.d.ts:2022–2022  ·  view source on GitHub ↗

* applies a css class to the specified date * @param calendar the calendar object * @param date the date to mark * @param css the name of a css class

(calendar: any, date: Date, css: string)

Source from the content-addressed store, hash-verified

2020 * @param css the name of a css class
2021 */
2022 markCalendar(calendar: any, date: Date, css: string): void;
2023
2024 /**
2025 * marks and/or blocks date(s) by applying the default or a custom style to them. Marking is cancelled right after any internal update in the app. Can be used for highlighting

Callers 4

dhtmlxscheduler.jsFile · 0.65
minicalFunction · 0.65
minicalFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected