| Issue 93: | GCal.js doesn't respect showTime option & forces nobg onto css classname | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem?
1. Set up a new gcalfeed example that returns events with times
2. Set showTime:false in the options
What is the expected output? What do you see instead?
Expect to see events with default blue shading but gcal.js code forces nobg
class if a time is included in the 'when' details. Times are still shown
despite showTime:false being set.
var showTime = entry['gd$when'][0]['startTime'].indexOf('T') != -1;
var classNames = [];
if (showTime) {
classNames.push('nobg');
}
What version of the product are you using? On what operating system?
Fullcalendar 1.2.1, Windows XP, IE,FF,Chrome
Please provide any additional information below.
Sep 10, 2009
Project Member
#1
adamrs...@gmail.com
Status:
Accepted
Sep 21, 2009
just came out with 1.3. showTime is no longer in the API (look at allDay instead). also, removed the default 'nobg' className for gcal events let me know if any other problems/suggestions. thanks!
Status:
Fixed
Aug 13, 2013
(No comment was entered for this change.)
Status:
Implemented
Aug 13, 2013
(No comment was entered for this change.)
Status:
Released
|
|
| ► Sign in to add a comment |