Hi,
I'm currently trying to make use of the jscookmenu tag provided by the myfaces tomahawk extensions. I've managed to get this working fine with the custom themes provided. I now want to be able to create my own theme.
The easiest way seemed to be to start with an existing theme and modify it. I've been unable to work out where to put the theme files and how to reference my new theme from my jspf header file. If anyone has done this then a short example would be great.
Currently I have,
--- toolbarArea.jspf ---
<t:jscookMenu layout="hbr" theme="ThemeOffice">
<t:navigationMenuItems value="#{backing_UIConfiguration.toolBarMenus}" />
</t:jscookMenu>
I simply what to change the ThemeOffice to a new theme, say NewThemeOffice :-), where NewThemeOffice is defined in my web app directory structure.
Many thanks,
gaz.