Open GoogleCodeExporter opened 8 years ago
I am having the same issue with the css apparently not being in the path as
listed in code. I would also very
much appreciate any help here since the code could be very useful for our
project.
Original comment by donjonwa...@gmail.com
on 18 Sep 2009 at 8:05
i am having the same problem. has anyone solved this issue?
Original comment by pmpsamp...@gmail.com
on 13 May 2010 at 9:19
It is fixed when you add these lines
<apex:stylesheet
value="https://na11.salesforce.com/sCSS/Theme2/default/homeCalendar.css" />
<apex:stylesheet value="https://na11.salesforce.com/sCSS/26.0/sprites/1354127940000/Theme3/es/gc/common.css" />
Greetings.
Original comment by carlos.a...@pucp.pe
on 8 Feb 2013 at 9:35
The solution in post #3 did not work for me. I tried changing
"na11.salesforce.com" to the appropriate variation for my org's instance to no
avail.
Original comment by aaroncha...@gmail.com
on 1 Apr 2013 at 12:14
Worked out a solution. Adding standardStylesheets="true" to the <apex:page> tag
at the top of the page made the calendar look great.
Original comment by aaroncha...@gmail.com
on 1 Apr 2013 at 8:08
Original issue reported on code.google.com by
tankgir...@gmail.com
on 28 May 2009 at 2:50Attachments: