tiles web/layout/controls/grid.jsp and web/layout/controls/griditem.jsp.
These tiles operate from the org.scrashmeow.console.ui.control.grid.* classes.
If you wish to use different grid controls for different pages, you may defined a new tile by modifying the file web/WEB-INF/tiles-definitions.xml
and then modifying the desired page's <tile:insert> tag.
By changing the color definitions in this file, you can easily change the color theme of the application.
web/layout/controls
The links contained in the menus and toolbars can be extended by defining new navigation definitions in the OJBC.xml configuration file.
A new navigation can be defined by adding a "nav" element. The following example defines a new navigtion "myLink".
The key "nav.myLink" must contain messages in the ApplicationResources.properties files.
<nav id="myLink" key="nav.myLink" path="/main/myLink.do" />Then the menu's may reference this navigation by the including the a nav-ref element. The following example shows how to add the "myLink" nav to the toolbar menu.
<toolbar>
<nav-ref id="home" />
<nav-ref id="repository" />
<nav-ref id="myLink" />
</toolbar>
web/widgets
Copyright © 2003 Alexander Bibighaus et al. All rights Reserved.