Fórumok

Header Footer in Lifery Site

Mrinal kumar, módosítva 11 év-val korábban

Header Footer in Lifery Site

New Member Bejegyzések: 15 Csatlakozás dátuma: 2013.01.31. Legújabb bejegyzések
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, módosítva 11 év-val korábban

RE: Header Footer in Lifery Site (Válasz)

Junior Member Bejegyzések: 29 Csatlakozás dátuma: 2012.02.03. Legújabb bejegyzések
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, módosítva 11 év-val korábban

RE: Header Footer in Lifery Site

New Member Bejegyzések: 15 Csatlakozás dátuma: 2013.01.31. Legújabb bejegyzések
Thansk chirag... I am new to life ray can you help with a snippet
thumbnail
Jignesh Vachhani, módosítva 11 év-val korábban

RE: Header Footer in Lifery Site

Liferay Master Bejegyzések: 803 Csatlakozás dátuma: 2008.03.10. Legújabb bejegyzések
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, módosítva 11 év-val korábban

RE: Header Footer in Lifery Site

New Member Bejegyzések: 15 Csatlakozás dátuma: 2013.01.31. Legújabb bejegyzések
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, módosítva 11 év-val korábban

RE: Header Footer in Lifery Site

Liferay Master Bejegyzések: 803 Csatlakozás dátuma: 2008.03.10. Legújabb bejegyzések
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, módosítva 11 év-val korábban

RE: Header Footer in Lifery Site

New Member Bejegyzések: 15 Csatlakozás dátuma: 2013.01.31. Legújabb bejegyzések
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, módosítva 11 év-val korábban

RE: Header Footer in Lifery Site

Liferay Master Bejegyzések: 803 Csatlakozás dátuma: 2008.03.10. Legújabb bejegyzések
Do you have any sample site link which can show your bit requirement ?
Mrinal kumar, módosítva 11 év-val korábban

RE: Header Footer in Lifery Site

New Member Bejegyzések: 15 Csatlakozás dátuma: 2013.01.31. Legújabb bejegyzések
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.