link_class

定义分配给链接的CSS类

linkLink链接对象

Example

gantt.templates.link_class = function(link){
    return "";
};

See also
Back to top