checks whether the specified task or link is read-only
id | string|number | the task/link id |
boolean | true, if such a task/link is readonly. Otherwise, false |
gantt.addTask({
id:10,
text:"Task #5",
start_date:"02-09-2013",
duration:28
}, "project_2");
gantt.isReadonly(10); // ->false