cancel
Showing results for 
Search instead for 
Did you mean: 

Reduce the size of portal title bar.

Former Member
0 Kudos

Hi All,

we created a custom page title bar, using the standard par file. Now uploading the par file, we have added to the Framework page, now we see that the size/height is more, want to know how to reduce the height of the title bar.

can we do it using the iview properties or we should be doing it in the code.

we used GridLayout and GridLayout.setheightPercentage

Any inputs will help us.

Thanks

Ajay.

Accepted Solutions (0)

Answers (3)

Answers (3)

piyush_kumar6
Active Contributor
0 Kudos

Hi Souza,,

You need to reduce the size from your application ie your JSP file.

Regards,

Piyush

Former Member
0 Kudos

Hi,

I tried both the iview properties as well as in the code, but no luck.

what am i missing

here is my code

GridLayout myGrid = new GridLayout(1, 3);

myGrid.setCellPadding(2);

myGrid.setWidth("100%");

myGrid.setHeightPercentage(1);

thanks

Souza

Former Member
0 Kudos

Hi Souza,

Try implementing the height feature through the HTML part of your jsp (page title bar).

e.g <TABLE height="required height in px">..... </TABLE>

And in the windows property of this iView, give the height = (this) required height in px.

This may be helpful for you.

Regards,

Nishant Singh

Former Member
0 Kudos

Hi ,

thanks, i see 3 properties that deal with height. this is what is set in the properties.

1. Fixed Height(pixels)= 5

2. Height of External window(pixels) = 550

3. Height Type = FIXED

4. Max Automatic Height = 10

5.Widht of External window = 500

6. Windows Features = 20

I have set teh windows Features,but i didnot notice any change in the height.

Thanks

Ajay.

Former Member
0 Kudos

Let me confirm, you want to tweak the height of only the tool bar but not the complete iview/page that gets displayed?

All these property of iview would alter the height of the complete iview but not the title bar.

Regards,

Atul

Former Member
0 Kudos

Hi Atul,

I want to change only the height of the page title bar alone.

Thanks

Souza

former_member194211
Contributor
0 Kudos

Hi Souza,

You need to change the code to acheive this.

Thanks.

Sushil

Former Member
0 Kudos

Hi,

Try using ' Window feature' property of the iview

Regards,

Atul