| Issue 2198: | Better `this` value for callbacks. Pass-in element as argument | |
| 2 people starred this issue and may be notified of changes. | Back to list |
Please do pass a reference to the DOM element when triggering the following events : - eventClick - eventMouseOver - eventMouseOut Currently only the FC event object and the jQuery event object are passed on, while on other events like eventRender the element is also passed. We cannot rely on using "this" to retrieve that reference because in case some modular programming style is used, the event handler can be bound to a class or an object instead of the element.
Aug 21, 2015
Discussion for this issue has moved to the following URL: https://github.com/fullcalendar/fullcalendar/issues/2463 This is because Google Code is shutting down. Apologies if you are being pestered with these notifications. This is a one-time event. Happy coding, Adam
Status:
ExportedToGithub
|
|
| ► Sign in to add a comment |
Status: Accepted
Labels: Type-Feature