cancel
Showing results for 
Search instead for 
Did you mean: 

Page Sizing inside a frame page

Former Member
0 Kudos

I am having one frame which contains 2 pages. Like this…

Column 1 colum2

Now,how to set the height and width of this?

I want column 1 should occupy 70% and 30% column2

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Raju,

For creating ur own layout you have to edit the par file as said by Vinod and Uma. After daploying this par file u need to create a new layout template based on the project u deployed so that you can reuse it.

For creating u r own layout template add a new JSP component in the imported par and deploying the par file. Go to PCD and create a new layout from par. It will show u com.sap.portal.layouts.default in the next step u will get the new component u created.

Give it a new ID and name, thats all, It will get displayed in the layouts list.

Hope this Helps

gEorgE

Former Member
0 Kudos

Hi Rama ,

As previously mentioned edit this par file com.sao.portal.layout.default.par.

This contains several jsps each one corresponding to each of the default layout.you can either change the width in the already existing jsps. or create new jsps similar to them.and correspondingly change portalapp.xml if you are going for a new jsp component.

This is for setting the width. What exactly u mean by setting heights. Do u need two rows and the heights of them need to be fixed? yoyu can achieve that also by changing the jsps.

Hope this helps,

Regards,

Uma.

Former Member
0 Kudos

Hi Raju,

If you are trying to add two iviews into a page ( 70% and 30%), you should edit the corresponding jsp's in the par file com.sap.portals.layouts.default and redeploy it to the portal.Or you can add you two pages to a page which is aligned to 70:30.

Hope this helps,

vinod