antonioj1015
antonioj1015
Just use javascript: <input type="button" value="Print" onClick="window.print();">
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[]...
$consulta = mysqli_query($link, "SELECT \* FROM proyectos"); while($resultados = mysqli_fetch_array($consulta)) { $data[] = array( 'label' => $resultados['nombre_proy'], 'start' => $resultados['fecha_inicio'], 'end' => $resultados['fecha_fin'], }
jquery tooltip on the head call the tooltip function and the assign and then on gantti.php assign a title to the tag that has the class gantt-block-label
I think he means the scroll bar automatically point to the current date.