Our state of the art Gantt chart


Post by eg1 »

Hi,
there is a way to change in the predecessor list the text of the items?
currently the text is: taskname (rownumber), but I need to change it to:
taskname / rownumber
also I want to add tooltip when standing on the name.

the only way that I found is to change the listItemTpl, but then I need to implement also the dependency type buttons.
there is a different way?

Attachments
pic1.png
pic1.png (102.73 KiB) Viewed 290 times

Post by Animal »

If I remember right, those are handled by CSS, all you have to add to your returned template is:

<div class="b-sch-box b-from" data-side="from"></div>
<div class="b-sch-box b-to" data-side="to"></div>

Post by eg1 »

Thank you, it's working good


Post Reply