Questions Tagged menu
ContextMenu - confirmdelete
Answered: It should look like this:
dps.contextMenu = new DayPilot.Menu([
{ text:"Delete",
onclick: function() {
if(confirm('Are you sure?')){
dps.eventMenu...
Asked by Erik 9 months ago.
1 reply, last reply 9 months ago.
Menu - Javascript commandCallBack is executed after page.loadcomplete and causes page to stop rendering
Answered: Ah I've solved it - sorry, my mistake. I wasn't thinking about the difference between callback and postback - replacing eventMenuClickCallBack with eventMenuClickPostBack makes it work.
Asked by John H 11 months ago.
1 reply, last reply 11 months ago.
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
Asked by Joshua 2 years ago.
1 reply, last reply 11 months ago.
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...
Asked by Elisa Bisello 4 years ago.
4 replies, last reply 4 years ago.
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).
Asked by John Stewart 4 years ago.
1 reply, last reply 4 years ago.
Questions 1-5 of 5
Tools
