Hi,
Is there a way to define dynamics tooltip ? To generate a new tooltip depending of the task, or type of task ?
A method like setItemText(itemId,newLabel,newTooltip) from the tree component.
Thanks.
Hi,
Is there a way to define dynamics tooltip ? To generate a new tooltip depending of the task, or type of task ?
A method like setItemText(itemId,newLabel,newTooltip) from the tree component.
Thanks.
You can use tooltip_text to define any rules for tooltip’s text
docs.dhtmlx.com/gantt/desktop__tooltips.html
The code of template can check type of event and based on it ouput one or another text.
ok thanks