Questions Tagged menu

Menu Child Menu Stuck Open

So, I have a child context menu. If I click on the parent menu item before the child is rendered, the parent menu goes away and the child menu is shown. I have no way to make the child menu go away w...

Sub menu is floating

The main menu is absolute (when you right click the schedule), and the sub menu is appearing where ever the cursor is making it very difficult to use. Could this be fixed ASAP please by putting it in...

ContextMenu - confirmdelete

Answered: It should look like this: dps.contextMenu = new DayPilot.Menu([ { text:"Delete", onclick: function() { if(confirm('Are you sure?')){ dps.eventMenuClickCallBack(this.source, 'delete'); } } } ]); I've ...

ContextMenu CSS Support

Answered: CSS styling of the menu is now fully supported since 6.1 release: http://www.daypilot.org/daypilot-pro-6-1.html See also: http://www.daypilot.org/menu-css-class-styling.html

Context menu Javascript action

Answered: Since you are using a CallBack, you need to call DayPilotCalendar1.Update() after changing your data source (this is not necessary when using PostBack). By calling DayPilotCalendar1.Update() you tell...

Context menu postback

Answered: CallBack and PostBack action types are not supported for time range selection context menu in 4.0 SP4 and previous versions. I've just implemented it (it will be included in 4.1 ).