My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 2557: Hover color / styles for a specific resource + day
1 person starred this issue and may be notified of changes. Back to list
Status:  Invalid
Owner:  ----
Closed:  Aug 2015


Sign in to add a comment
 
Reported by jennifer...@inspectall.com, Aug 4, 2015
I want to add a specific style to a 'cell' when someone hovers anywhere in the calendar that is within a resource row and day column. The way that the table is currently built is by stacking 2 tables together so that there are row styles and column styles, but I don't have any DOM element that I can give styles to that encompasses the square where they overlap.

I want to specifically have styles so that in my 'normal' mode, the cell would look something like this:

 .cell:hover { cursor: cell; cursor: -moz-cell; background-color: green; }

And in another special mode (where the event would be copied), the cell would look something like this:

.cell:hover { cursor: alias; cursor: -moz-alias; background-color: orange;  }

I've attached images of what I'm trying to achieve. I was able to do this styling before v2.
green-cell.jpg
120 KB   View   Download
orange-cell.jpg
115 KB   View   Download
Aug 13, 2015
Project Member #1 adamrs...@gmail.com
dayRender might be helpful:
http://fullcalendar.io/docs/display/dayRender/

but beyond that i can't offer more help. good luck
Status: Invalid
Sign in to add a comment

Powered by Google Project Hosting