My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 618: Override particular Agenda function
1 person starred this issue and may be notified of changes. Back to list
Status:  Done
Owner:  ----
Closed:  Oct 2010


Sign in to add a comment
 
Reported by i...@martronic.ch, Aug 26, 2010
Is that a way to override (or customize) a function that is defined in Agenda function of fullcalendar.js?

Something like:
Agenda.slotSegHtml = function(event, seg, className) {
    ...
}

useful to customize simply the event view without writing a whole new fullcalendar.js

Fab

Oct 7, 2010
Project Member #1 adamrs...@gmail.com
eventRender could be used for this
http://arshaw.com/fullcalendar/docs/event_rendering/eventRender/

you can return your own element.

(will probably need to check to make sure view.name == 'agendaWeek' || view.name == 'agendaDay')
Status: Done
Sign in to add a comment

Powered by Google Project Hosting