Array of separator objects.
Declaration
DayPilot.Gantt.separators (array)
Default Value
null
Description
Separator object structure:
- color (string)
- location (DayPilot.Date)
- layer (string) - "AboveEvents" | "BelowEvents"
- opacity (integer) - in percent (0-100)
- width (integer) - default value 1 (pixel)
Example
gantt.separators = [
{
color:"red",
location:"2015-03-29T00:00:00",
layer: "BelowEvents"
}
];