gantti icon indicating copy to clipboard operation
gantti copied to clipboard

Assignment.

Open chopfitzroy opened this issue 10 years ago • 3 comments

Would be great if you added an assignment parameter where users could list names (they would just show up inside bars in gantt chart).

chopfitzroy avatar Nov 16 '13 14:11 chopfitzroy

Hi, I did this with jquery tooltip, when the mouse goes over the bar it displays the info of the assignment like start date, end date, people involved...like this: $data[] = array( 'label' => 'Project 1', 'start' => '2012-04-20', 'end' => '2012-05-12' 'info' => 'Start date: 2012-04-20 &#13 End date: 2012-05-12 &#13 Responsible: Mark, Maria, John' );

&#13 Means line break...didnt work with <br> or \n Then in lib/gantii.php $html[] = '<span class="gantt-block" style="left: ' . $left . 'px; width: ' . $width . 'px; height: ' . $height . 'px" title="' . $block['info'] . '"><strong class="gantt-block-label"></strong></span>';

antonioj1015 avatar Feb 12 '14 13:02 antonioj1015

and where is the jquery ?

algeo23 avatar Aug 21 '14 15:08 algeo23

i put this in the gantti.php and the rest of antonioj1015:

algeo23 avatar Aug 22 '14 08:08 algeo23