touch_tooltip

dhtmlxScheduler의 툴팁을 터치 디바이스에서 표시할 수 있도록 활성화합니다.

boolean touch_tooltip;

Example

// 터치 디바이스에서 툴팁을 활성화합니다.
scheduler.config.touch_tooltip = true;


Default value:

false
See also
맨 위로