cancel
Showing results for 
Search instead for 
Did you mean: 

add item to Toolbar flexibly

vpoorboy
Champ in-the-making
Champ in-the-making
Hi,
I want to add one (more) item(s) to the top Toolbar (Company Home, Guest …). I know that I must add one more listItem in the Modelist of titlebar.jsp, then add some code in NavigationBean.java (toolbarLocationChanged). But using that way, I must give the nodeId to the java file, then compile it. This is not flexible. Can I do this using another way ? Such as reading nodeId from xml file.

Thanks very much !
1 REPLY 1

kevinr
Star Contributor
Star Contributor
It is possible to configure which screen is shown first to the user from the toolbar when they login (e.g. UserHome, GuestHome, CompanyHome) but the toolbar itself is not yet configurable.

Thanks,

Kevin