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

Time range context menu in DayPilot.Month

Asked by Anonymous
8 years ago.

Hi.
I'm using DayPilot Pro, version 921
I try to create context menu on time range selection by this code

var dp = new DayPilot.Month($el.attr('id'));
dp.contextMenuSelection = new DayPilot.Menu([
{
text: "add",
onclick: function () {
// do something...
}
}
]);

Unfortunately, context menu does not work.
Could you tell me is this context menu aviable in 921 version?

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

Unfortunately, the context menu is not available for the time range selection in the Month control at the moment (not even in the current release).

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