Zum Hauptinhalt springen

unmarkTimespan

Description

Entfernt die Markierung oder Blockierung, die durch die Methode markTimespan() angewendet wurde

unmarkTimespan: (divs: HTMLElement|any[]) => void

Parameters

  • divs - (required) HTMLElement | Array - das/die Timespan-Element(e), von dem/denen die Markierung/Blockierung entfernt werden soll (kann ein einzelnes Element oder ein Array sein)

Example

var spanDIV = scheduler.markTimespan({  
days: [0,6],
zones: "fullday"
});

scheduler.unmarkTimespan(spanDIV);

Details

Hinweis

Verfügbar ab Version 3.5

Hinweis

Die Methode erfordert, dass das limit Plugin aktiviert ist.

Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.