makes the specified task visible on the screen
var taskId = gantt.addTask({ id:10, text:"Task #5", start_date:"02-09-2013", duration:28 }, "project_2"); gantt.showTask(10);