Hello,
I want to build a webapplication with different themes. I don't want
to load the theme dynamicly. I have the following structure in my
mind:
I create the following file-structure:
-WAR
+Themes
+Theme1
-ApplicationStyle.css
+Images
-BackgroundImage.png
-HeaderImage.png
- ...
+Theme2
-ApplicationStyle.css
+Images
-BackgroundImage.png
-HeaderImage.png
- ...
Normally the css file will be liked via the HTML-page or the
MODULE.xml.
Is it possible to link the css file the following way:
<link type="text/css" rel="stylesheet" href="{THEME_NAME}
\ApplicationStyle.css">
The THEME_NAME has somewere to be configured. But how and where?
Or is there an other way the have different themes?
Again: it must not be loaded at runtime. I must only be configured
befor startup!
Kind regards
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.