You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love this little simple calendar class and recently used it in a Timeclock application I built to show user's time clock entries in a Calendar format.
I have tweaked a few minor things but something I would like to do or if someone else can do it with more time that would be great too...
I would like to add the ability for an even to span multiple days just like in the image below
UPDATE
After some testing, I now see that the class is capable of spanning multiple days for an event, I just need to figure out the best way to make the UI show that in the image
The text was updated successfully, but these errors were encountered:
Currently the calendar does support multi-day events, they're just not that pretty.
I would love to see this as well and it has been on my todo list for a few years, in fact the site I developed the library for originally wanted this feature but at the time i couldn't come up with a good way to do it.
I don't know a good way that wouldn't require fragile JavaScript or CSS.
I imagine one could do it by further subdividing the table but that starts to get complicated too.
I wrote a JavaScript calendar as part of a job application process a while ago - here's a screen shot, it would be nice to get some of this style layout into it - again though I'd hate for the CSS to be too fragile, a problem I find with a lot of these kinds of things.
I love this little simple calendar class and recently used it in a Timeclock application I built to show user's time clock entries in a Calendar format.
I have tweaked a few minor things but something I would like to do or if someone else can do it with more time that would be great too...
I would like to add the ability for an even to span multiple days just like in the image below
UPDATE
After some testing, I now see that the class is capable of spanning multiple days for an event, I just need to figure out the best way to make the UI show that in the image
The text was updated successfully, but these errors were encountered: