I am in the process of migrating my current web application to liferay.I have requirement to customize left navigation bar according to my app. For e.g. I have left side vertical navigation menu with items as below
Home
Company Info
Revenue Details
When clicked on each of the menu items separate portlet would be opened in the right content pane. For instance,company information should go to to the custom company portlet I have created .
Could you please help me understand how can I acheive this in Liferay 6.2? Thank you.
navigation.vm
is the file you are looking for.As per the comment below, here are my suggestions:
Source
tab to include javascript/css/html for the clickable links to portlet.You can utilize the portlet-Ids or css classes for scrolling to them when a particular link in web-content is clicked from the Look & Feel
tab from Configuration tab as follows:
Hope this helps.