thekingsimo / jquery-week-calendar

Automatically exported from code.google.com/p/jquery-week-calendar
0 stars 0 forks source link

Event that triggers _after_ calEvent has been rendered #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I needed an event that was triggered after calEvent was rendered, so I
could grab the css height of the element. So I added this to the options:

eventAfterRender : function(calEvent, element) { return element;}

and this to the end of _renderEvent:

options.eventAfterRender(calEvent, $calEvent);

Original issue reported on code.google.com by doze...@gmail.com on 26 Jun 2009 at 5:58

GoogleCodeExporter commented 8 years ago
I'll add a new event to give this capability in the next release.

Original comment by robmo...@gmail.com on 10 Aug 2009 at 12:32

GoogleCodeExporter commented 8 years ago

Original comment by robmo...@gmail.com on 10 Aug 2009 at 8:44

GoogleCodeExporter commented 8 years ago

Original comment by robmo...@gmail.com on 10 Aug 2009 at 9:17

GoogleCodeExporter commented 8 years ago

Original comment by robmo...@gmail.com on 10 Aug 2009 at 9:41