Several themes ship with AppFuse - the ones you see on the demo site are
also available within your application.
To switch between themes dynamically, log in to your site as admin and
append the following to the URL: ?theme=<theme_name>
Note that changing it as the admin changes it for everyone who accesses the
site.
To change the default theme, set the csstheme context parameter in web.xml.
By default it is set to:
<context-param>
<param-name>csstheme</param-name>
<param-value>simplicity</param-value>
</context-param>
The following themes ship with AppFuse:
1) simplicity (the default theme)
2) andreas01 (the one you saw on the demo site)
3) puzzlewithstyle
I would suggest using the existing style sheets to see examples of how the
various themes lay out the menus - if you have done a war:inplace or
appfuse:full-source on your project, you should have all the style files
available.
Mike
On 8/7/07, PeteTh <[EMAIL PROTECTED]> wrote:
>
>
> Hi there,
>
> I have a question about the particular Struts Menu used in the Demo at :-
>
> http://demo.appfuse.org/appfuse-spring/mainMenu.html
>
> Where can I find the source code and configuration for this Side Nav Bar
> Menu ?
> When I create an Appfuse SpringMVC or Struts Archetype I always get a
> Tabbed
> Menu.
> Also the Demos on Struts Menu site are not quite like this.
>
> If I want to replicate this menu, what css files do I need, and Struts
> Menu
> configuration (both jsp and menu-config.xml) etc.
>
> Many thanks.
> Pete
>
> --
> View this message in context:
> http://www.nabble.com/Struts-Menu-Details-for-http%3A--demo.appfuse.org-appfuse-spring-mainMenu.html-tf4231344s2369.html#a12038023
> Sent from the AppFuse - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>