Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Style on the calendarPage #1

Open
GoogleCodeExporter opened this issue Nov 24, 2015 · 5 comments
Open

Style on the calendarPage #1

GoogleCodeExporter opened this issue Nov 24, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 28 May 2009 at 2:50

Attachments:

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 18 Sep 2009 at 8:05

@GoogleCodeExporter
Copy link
Author

i am having the same problem. has anyone solved this issue?

Original comment by [email protected] on 13 May 2010 at 9:19

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 8 Feb 2013 at 9:35

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 1 Apr 2013 at 12:14

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 1 Apr 2013 at 8:08

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant