I have a read-only monthly view calendar which lists daily builds.
I would like to be able to associate a status icon with each build time/version. When the event is clicked, the user is taken to that build record.
While the simple calendar example allows adding icons, it disassociates the text from the event rendering the eventclick handler inoperable. Since there can be more than one event per day, I don't think the daybody click handler will work here.
Is there a way to get the best of both worlds here and add an icon to the event while still retaining the distinct event objects?
I would like to be able to associate a status icon with each build time/version. When the event is clicked, the user is taken to that build record.
While the simple calendar example allows adding icons, it disassociates the text from the event rendering the eventclick handler inoperable. Since there can be more than one event per day, I don't think the daybody click handler will work here.
Is there a way to get the best of both worlds here and add an icon to the event while still retaining the distinct event objects?
Comment