cancel
Showing results for 
Search instead for 
Did you mean: 

Portal Framework

MarkusKlein
Active Contributor
0 Kudos

Hello all,

the standard Portal Framework scrollbars do not include the entire page, but deals with the frames (innerpage and navigation) separately. Now i would like to get a framework page done similar to the current SDN one, where you have just one main vertical scrollbar.

I have figured if you change the isolationmode of various pages (e.g. innerpage) from url to embedded, you get rid of the iframe and the page gets embedded into the entire page. This results in one main vertical scroolbar which does inlcude the TLN and Mastead. So far so good, but unfortunatelly the TLN then starts to show some weired behaviour. It jumps around, just when the page is loaded it jumps back to the correct position. Pretty strange.

So obviously this isnt the right approach to get done what i have in mind.

Has anyone else tried this or something similar before and has some valueable hints?

regards,

Markus

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Markus,

I can give you a hint.

There is a par file called com.sap.portal.layouts.framework.par

This is the par file with which the Default/Light frameworks are created.

You will find in here the entire HTML in the form of Layout/Framework/Navigation tag libraries whose help you can easily get on help.sap.com

You can modify this to suit your needs.

Then upload this par file (after re naming it only !!).

Make a new Layout from PAR in the Content Administrator role.

You can then procees by assigning this layout to your page.

I've not tried this but I guess it will work.