Foros de discusión

Customizing <liferay-ui:search-container>

pawan chauhan, modificado hace 11 años.

Customizing <liferay-ui:search-container>

Junior Member Mensajes: 75 Fecha de incorporación: 8/10/12 Mensajes recientes
Hi All,
I have implemented the pagination using <liferay-ui:search-container>,
Now i am wondering if i can customize it (in terms of look n feel/css)..

For example .. I dont want the header part that shows the name of column, and the border between columns.
Is this possible..

Kindly Advise
Regards,
Pawan Chauhan.
thumbnail
Hitoshi Ozawa, modificado hace 11 años.

RE: Customizing <liferay-ui:search-container>

Liferay Legend Mensajes: 7942 Fecha de incorporación: 24/03/10 Mensajes recientes
Yes, just find the class of those html tags and set display to none in your css to hide them.
pawan chauhan, modificado hace 11 años.

RE: Customizing <liferay-ui:search-container>

Junior Member Mensajes: 75 Fecha de incorporación: 8/10/12 Mensajes recientes
Hi Hitoshi,
Thanks for the reply.
But i am still stuck ..

The tags that i have here are like

<liferay-ui:search-container-row modelVar="" className="" >

<liferay-ui:search-container-column-text name="" >


None of these have "style" or any attribute like that .. how do i set display to none or border style to none..

Please Advise,
Regards,
Pawan Chauhan.
Adolfo Benitez Sanchez, modificado hace 11 años.

RE: Customizing <liferay-ui:search-container>

New Member Mensajes: 12 Fecha de incorporación: 24/09/08 Mensajes recientes
Its depends, you want to change the css style of Liferay html classes, or you want to change the html too?
Nitin Reddy, modificado hace 10 años.

RE: Customizing <liferay-ui:search-container>

New Member Mensajes: 13 Fecha de incorporación: 30/10/13 Mensajes recientes
Adolfo Benitez Sanchez:
Its depends, you want to change the css style of Liferay html classes, or you want to change the html too?


hi I would like to add different class properties to records for my own jquery hacks and stuff.
how do I customize the rows, including where the pagination should be shown [above the table records, below] etc..