jordanfuchsfrs / visualforce-components

Automatically exported from code.google.com/p/visualforce-components
0 stars 0 forks source link

Style on the calendarPage #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. copied all pages/classes/components into dev-force
2. tried to view the /apex/calendarPage
3. No style shows... even tried adding the stylesheet from the SmallPage
Calendar(since that one seems to work) but no luck.

What is the expected output? What do you see instead?
i see a white page with floating (no borders) numbers and days.

What version of the product are you using? On what operating system?
everything was saved as version 15. But it wasn't stated other wise.

Please provide any additional information below.
I am trying to make a secluding app for employee shifts, and was hoping to
use this.

Original issue reported on code.google.com by tankgir...@gmail.com on 28 May 2009 at 2:50

Attachments:

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
i am having the same problem. has anyone solved this issue?

Original comment by pmpsamp...@gmail.com on 13 May 2010 at 9:19

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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