Fórum

Header Footer in Lifery Site

Mrinal kumar, modificado 11 Anos atrás.

Header Footer in Lifery Site

New Member Postagens: 15 Data de Entrada: 31/01/13 Postagens Recentes
Hi,

I am developing my first app using liferay.

Requirement : Header,body,footer.

Header will have dropdowns. And on click of each menu item it should open a page.


Should the header be designed using themes or somelayout.

Then where should the menu code be written so that on click of a menu time a portlet is opened.

Should these be in a portlet?

What should be the approach
thumbnail
Chirag Patadia, modificado 11 Anos atrás.

RE: Header Footer in Lifery Site (Resposta)

Junior Member Postagens: 29 Data de Entrada: 03/02/12 Postagens Recentes
Hi Mrinal,

If your header should be common for all pages/windows then you should write code into Theme and apply that in your application.

About the portlet to be opened on click of any menu item you manage it through pages which contains portlets configured inside it. Only thing is that your theme development should be in a way that menu should appear as drop down as per your requirement.

Best Regards,
Chirag Patadia.
Mrinal kumar, modificado 11 Anos atrás.

RE: Header Footer in Lifery Site

New Member Postagens: 15 Data de Entrada: 31/01/13 Postagens Recentes
Thansk chirag... I am new to life ray can you help with a snippet
thumbnail
Jignesh Vachhani, modificado 11 Anos atrás.

RE: Header Footer in Lifery Site

Liferay Master Postagens: 803 Data de Entrada: 10/03/08 Postagens Recentes
Yes you can achieve your requirement by creating theme if you have good knowledge of velocity scripting language.
When you create sample theme in liferay it will create many .vm files and in that there is one file called navigation.vm will be there.
So you can modify that file as per your requirement and put logic over there.
For creating new theme, you can see This Article
Mrinal kumar, modificado 11 Anos atrás.

RE: Header Footer in Lifery Site

New Member Postagens: 15 Data de Entrada: 31/01/13 Postagens Recentes
I am new to life ray...I have created a theme... but how to call a portlet from menu click....

can you help me with example
thumbnail
Jignesh Vachhani, modificado 11 Anos atrás.

RE: Header Footer in Lifery Site

Liferay Master Postagens: 803 Data de Entrada: 10/03/08 Postagens Recentes
Do you want to open portlet or specific page by clicking on drop down ?
What is your exact requirement ? can you elaborate in more detail please ?
Mrinal kumar, modificado 11 Anos atrás.

RE: Header Footer in Lifery Site

New Member Postagens: 15 Data de Entrada: 31/01/13 Postagens Recentes
MY requirement:

HEADER : MENU

LAYOUT BEGIN:
NAVIGATION ----BODY
LAYOUT END:
FOOTER

ON click of header menu : The layout body be replace with new portlet
thumbnail
Jignesh Vachhani, modificado 11 Anos atrás.

RE: Header Footer in Lifery Site

Liferay Master Postagens: 803 Data de Entrada: 10/03/08 Postagens Recentes
Do you have any sample site link which can show your bit requirement ?
Mrinal kumar, modificado 11 Anos atrás.

RE: Header Footer in Lifery Site

New Member Postagens: 15 Data de Entrada: 31/01/13 Postagens Recentes
HI JIgnesh...

I know this is not the right thread to ask this questions...

Do we have data grid control in life ray if not how can we achieve it.