Calendar in menu

Hello,

I was wondering if there is any way to add a calendar object to a menu? The overall idea of what I am trying to have is an option in a menu that, as you roll over it, it brings up a calendar object that the user can then select a date from. Thank you for your time.

Kameron

Hello,

calendar can be shown and hidden by show()/hide() methods. Also in can be displayed in a certain position - setPosition(x,y) method.

Also menu provides events. So, you may display calendar when on an item click:

dhtmlxMenu/samples/05_events/01_events_single.html