Issue 443: Code for event target property for anchors
Status:  Done
Owner: ----
Closed:  Apr 2010
Reported by ash_raws...@hotmail.com, Apr 7, 2010
Hi,

I added some code to your pluggin as we needed it for our site. If you
could add it into your next release I'd appreciate it.

Added:
e.target = event.target;

To the updateEvent method & added:
(event.target ? " target='" + htmlEscape(event.target) + "'" : '') + 
                ">" +

Where it's putting together the HTML for the events together.

Thanks so much for building / maintaining this code.
Kind regards,
Ash
Apr 26, 2010
Project Member #1 adamrs...@gmail.com
thanks, but i'd prefer if this logic was specified in eventClick:
http://arshaw.com/fullcalendar/docs/mouse/eventClick/
(see lower example)

you can do a window.open with the target name as the 2nd parameter
Status: Done