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

tapx-date skins are unusable because they are overridden by the theme. #1

Closed
joshcanfield opened this issue Nov 23, 2009 · 1 comment

Comments

@joshcanfield
Copy link

The way tapx-date loads the css it overrides the skin with the theme
renderSupport.addStylesheetLink(findCalendarAsset("skins/" + skin + "/theme.css"), null);
renderSupport.addStylesheetLink(findCalendarAsset("calendar-" + theme + ".css"), null);

The jscalendar-1.0 documentation isn't very clear on how to use the themes and skins, as far as I can tell, but I think that you either use a skin or a theme. On the demo site (http://www.dynarch.com/static/jscalendar-1.0/index.html) the calendar switches between themes and skins, and does not load both.

By default you get the "system" theme and the "aqua" skin is overridden. "system" doesn't work in Safari on my mac because "activecaption" and "captiontext" are both black leaving the month/year as a black bar. I'd like to use Aqua or Tiger skin...

@hlship
Copy link
Owner

hlship commented May 25, 2010

tapx-datefield: Use a per-library message catalog, define a JavascriptStack for the DateField component, use skin or theme (not both).

Closed by 725f34d

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

No branches or pull requests

2 participants