cancel
Showing results for 
Search instead for 
Did you mean: 

Customizing the webclient views

qasimh
Champ in-the-making
Champ in-the-making
Hi,

Does anyone know what I need to do to modify the
Browse View
Details View
Icon View 
I simply want to change the list of fields displayed. 
I also want to change the order of actions … "checkout" is more complex action for the user and is used less frequently than "update", so why not allow us to refine the order.

Thanks,
Q
2 REPLIES 2

kevinr
Star Contributor
Star Contributor
Changing the fields means customising 'browse.jsp' (search for it in your distribution). Menus are already configurable:
http://wiki.alfresco.com/wiki/Externalised_Client_Actions

Kevin

rmanocha
Champ in-the-making
Champ in-the-making
I have recently customized the Details View. I had to edit browse.jsp, BrowseBean.java and Node.java to get the additional data I needed. You will need to add get methods to BrowseBean.java and then add propertyResolvers for those methods. There was a post in the forums here explaining parts of the process - but essentially, I just learnt how to do it by going through Node.java and BrowseBean.java.