cancel
Showing results for 
Search instead for 
Did you mean: 

How to avoid multiple scrollbars

Former Member
0 Kudos
70

Hello,

I have a page containing two iViews: a content iView and a footer iView. The content iView should fill the whole page except the space of the footer iView.

When I define height type FULL_PAGE for the content iView, the footer iView disappears underneath the visible page area and consequently a scrollbar appears.

When I define height type AUTOMATIC for the content iView, the footer iView changes its position depending on the content iView height.

How can I ensure that the footer iView is always positioned on the bottom on the page and the content iView uses the rest of the page area above the footer iView???

I found that there is a javascript function adjustFullPageIViews in pageBuilder.js but I cannot use that as the portal infrastructure is maintained by a central instance. We are only allowed to deploy our iViews and pages. Now I'm thinking about using EPCM but don't know how and where to raise and set the related event.

Any ideas how to solve this problem?

Thanks in advance,

Elmar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

See if it helps:

Regards,

P.