link_class

링크에 할당되는 CSS 클래스를 정의합니다.

linkLink링크 객체

Example

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

See also
Back to top