touch_tip

enables/disables prompting messages in the right top corner of the screen

boolean touch_tip;

Example

scheduler.config.touch_tip = false;
...
scheduler.init('scheduler_here',new Date(2013,0,10),"week");


Default value:

true
See also
Back to top