touch_tooltip

allows displaying dhtmxlScheduler's tooltips on the touch devices

boolean touch_tooltip;

Example

// enables displaying tooltips on the touch devices
scheduler.config.touch_tooltip = true;


Default value:

false
See also
Back to top