Active areas can be used to extend the task functionality and to add visual hints to the task box.
- You can define the dimension and position relative to the task box.
- Customize the active areas using custom HTML and styles.
Actions
- open a context menu
- display a bubble (through custom JavaScript)
- delete a task (through custom JavaScript)
- move handle (see also task drag handles)
- resize handle (see also task drag handles)
- run custom JavaScript
Position
Position can be defined using CSS-like properties:
- top
- bottom
- left
- right
- width
- height
The horizontal position and width can be also specified using date/time value (start, end properties) instead of pixel-based left, right, and width properties.
Visibility
By default, active areas are only visible on event hover. An active area can be permanently visible.
Availability
Availability of this feature in DayPilot editions:
| Lite | Pro | |
|---|---|---|
| DayPilot for JavaScript | ||
| DayPilot for ASP.NET WebForms | ||
| DayPilot for ASP.NET MVC | ||
| DayPilot for Java |
DayPilot