tooltip

이벤트에 대한 tooltip을 표시합니다.

object tooltip;

Example

var tooltip = scheduler.tooltip;
tooltip.hide();
tooltip.show(event, text);

Details

이 옵션은 tooltip 플러그인이 활성화된 경우에만 작동합니다.

See also
맨 위로