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

How to use the Daypilot.menu.shadow

Asked by Chilkar Boubar
5 years ago.

when i click out of the daypilot menu the element clicked (out of the menu) reacts as if there is no shadow or no overlay !..
How to avoid this while i don't want to use the onMouseLeave (=false) .

Thanks

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

The context menu doesn't support an overlay that would block access to the background. If you want to block the background you can use the modal dialog instead:

https://code.daypilot.org/81367/daypilot-modal

Answer posted by Chilkar Boubar
5 years ago.

So better to maintain the Menu/ContextMenu closing option with: menu.hideOnMouseOut = true

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.