search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

How to hide Daypilot.contextMenu

Asked by Boubaker CHIHI
7 years ago.

How to hide Daypilot.contextMenu with the mouseleave event?
we know we can hide it by clicking outside the contextMenu but i want to know how to hide it by mouseleaving the menu window !

Many thanks for all what you do !!

Answer posted by Dan Letecky [DayPilot]
7 years ago.

You can use hideOnMouseOut property:

var dp = new DayPilot.Menu({
  items: [ {...}, {...}],
  hideOnMouseOut: true
});
Comment posted by Dan Letecky [DayPilot]
7 years ago.
This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.