掲示板

Data lost during window maximization

12年前 に Hasinur Rahaman によって更新されました。

Data lost during window maximization

New Member 投稿: 2 参加年月日: 12/03/14 最新の投稿
Data lost during window maximization
Data is lost during maximization of the window. Size of the initial page is not maximized, half of the window is used by other application and half is used by the ‘subject’ page. {e.g.:- 3 application are the present in are included in the portlet }. We can maximize any of the application to full window. For example if there is a application for enquiry against a reference number , if we fetch the data in normal mode and then maximize the application to full window then fetched data is lost and the application land to the earlier page .
thumbnail
12年前 に Jan Gregor によって更新されました。

RE: Data lost during window maximization

Regular Member 投稿: 224 参加年月日: 10/10/20 最新の投稿
Hi there,

You should provide more details and describe the problem more exact if you want to get some more relevant answer emoticon

Regards,
Jan.
thumbnail
12年前 に Hitoshi Ozawa によって更新されました。

RE: Data lost during window maximization

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
You just have to redraw your page from the data you have. I think this was in the portlet specs.
12年前 に Jason Chen によって更新されました。

RE: Data lost during window maximization

Junior Member 投稿: 62 参加年月日: 10/07/22 最新の投稿
You need to store the state of your portlet and render again for the maximize state.
It's common that you show more data, for example load more rows or columns in maximize state of a portlet since you have more real estate in that way.