Scheduler - Changing area's properties: html and bubble dynamically
Asked by Anonymous 1 years ago.
I’m using the attached code to show two icons (areas) in the header corner, where I can expand and collapse all header rows (see attached pictures).
Is it possible to use just one area for both things: expanding and collapsing? I would then change the icon and the bubble text according to the current state.
Answer posted by Dan Letecky [DayPilot] 1 years ago.
Unfortunately, this is not possible - the areas can’t be changed dynamically.
However, if you call update(), it will repaint the whole Scheduler, including the upper-left corner and its areas. When you expand/collapse all tree nodes, it needs to repaint almost everything anyway.
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.