cancel
Showing results for 
Search instead for 
Did you mean: 

Tab Navigation

fdesrosiers
Champ in-the-making
Champ in-the-making
Looking to improve the look and feel.

Is it possible to have Alfresco
do Tab Navigation?

Fred
2 REPLIES 2

frederick
Champ in-the-making
Champ in-the-making
The webclient layout is built with JSF components. To display items in tabs, you could add your own component, or use an existing one.
Eg. MyFaces Tomahawk contains a TabbedPane component (http://myfaces.apache.org/tomahawk/tabbedPane.html), which should be fairly easy to implement, since Alfresco already uses the MyFaces impl.

fdesrosiers
Champ in-the-making
Champ in-the-making
Thanks