Questions Tagged disable
Add event listener on holiday marked cells
		
		Answered: You can display a custom text/html using a cell bubble if you add this to the config: 
var dp = new DayPilot.Scheduler("dp", {
    // ...
    cellBubble: new DayPilot.Bubble({
      onLoad: funct...
	
	
	
	How to disable scheduler
		
		Answered: You need to disable the features one-by-one using *Handling properties, e.g. EventClickHandling = Disabled, EventRightClickHandling = Disabled, EventMoveHandling = Disabled, TimeRangeSelectedHandling...
	
	
	
	Disable button click of modal
		
		Answered: You can disable closing the dialog on background click by commenting out line 286 in modal.js: 
hide.onclick = function() { This.hide(); };
 But it's dangerous - if something goes wrong in the dial...
	
	
	
	
	
	Questions 1-3 of 3