Home Unanswered Active Tags New Question

How to delete an selected element with a supr keypress

Hi I'm trying to delete a Event when I press the supr key, I want to know if it's posible to do this

Thank's

Asked by Satatic 11 months ago.
Replies

This is difficult to do. It would be possible to catch the keydown/keypress event but since there is no focusable element it would be necessary to do it for the window object. This could potentially disrupt behavior of standard controls on the page (like <input>).

Answer posted by Dan Letecky 11 months ago.
New Reply
This reply is
Your name (optional):

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java