My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 1165: How to add an event icon at specified date
1 person starred this issue and may be notified of changes. Back to list
Status:  Duplicate
Merged:  issue 191
Owner:  ----
Closed:  Jan 2012


Sign in to add a comment
 
Reported by dragonk...@gmail.com, Nov 1, 2011
Hello Every one I really want to know how to add an event icon on an specified event.

For example, I want that the cell of the date of '2011-11-05' to have an icon on it.

I found a way of using CSS to implement it, but it's not specified by a date.

It is 

.fc-day1 {
   background: url('red.png') no-repeat;
   min-height: 49px;
   min-width: 64px;
}

or

.fc-mon {
   background: url('red.png') no-repeat;
   min-height: 49px;
   min-width: 64px;
}

they specify the date by Monday... or Element N in a month.

But I want to specify the date like 10/30 or 2/28 precisely.

How can I achieve that? Thanks a lot. 
Jan 9, 2012
Project Member #1 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Duplicate
Mergedinto: 191
Sign in to add a comment

Powered by Google Project Hosting