Foren

Loading message on each portlet on a page

akaram siddiqui, geändert vor 9 Jahren.

Loading message on each portlet on a page

Junior Member Beiträge: 56 Beitrittsdatum: 16.05.13 Neueste Beiträge
Hi All
I have a page where number of portlet are added. I want to show Loading message Icons on each specifics portlet. If any body has done please reply.

Thanks..
thumbnail
Thomas Berg, geändert vor 9 Jahren.

RE: Loading message on each portlet on a page

Regular Member Beiträge: 131 Beitrittsdatum: 07.09.09 Neueste Beiträge
If you mean rendering portlets in parallell,

Basically you need to edit liferay-portlet.xml and add the property "render-weight" for each portlet.

Take a look at this thread for more info:

https://www.liferay.com/community/forums/-/message_boards/message/14941550
akaram siddiqui, geändert vor 9 Jahren.

RE: Loading message on each portlet on a page

Junior Member Beiträge: 56 Beitrittsdatum: 16.05.13 Neueste Beiträge
Thanks For quick reply
I have done it by making layout as per our requirement. Actually I was using 3 column layout and in comlun 2 I have added 5 portlet so when liferay page is loaded these five portlet then loading icons always show in top although portlet location was 4 rth place of that column. I have make 9 column layout and problem get resolved.