delete event from timeline or month view user interface

Hi,

How can the user delete an event directly from the timeline or month view? Not from the event description form, but in the way it’s possible in the day or week view!

Thanks,
Bogdan.

Hello,

There is no menu as in the day/week views so all what’s left is lightbox.

Best regards,
Ilya

Hi Ilya,

Thank! Do you think this will be available someday? Or at least as an option which can be enable/disable from the scheduler settings.

All the best,
Bogdan.

Hello, Bogdan.

I’ve noted this request but for now we don’t plan to add such functionality. You can try using DHTMLX menu. Check following sample (you will need to download DHTMLX Menu):

[code]

<script src="../../codebase/dhtmlxscheduler.js" type="text/javascript" charset="utf-8"></script>
<link rel="stylesheet" href="../../codebase/dhtmlxscheduler.css" type="text/css" media="screen" title="no title" charset="utf-8">

<link rel="stylesheet" type="text/css" href="../../../dhtmlxMenu/codebase/skins/dhtmlxmenu_dhx_skyblue.css">
<script src="../../../dhtmlXMenu/codebase/dhtmlxcommon.js"></script>
<script src="../../../dhtmlxMenu/codebase/dhtmlxmenu.js"></script>
html, body{ margin:0px; padding:0px; height:100%; overflow:hidden; }
 
 
[/code] Best regards, Ilya