cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

resizing the navigation tree

Former Member
0 Likes
214

I need to know how to allow the navigation tree to resize on the fly. In html, I can set a frame to allow resize. How do I do it here?

View Entire Topic
Former Member
0 Likes

Hi,

I used this code

parent.document.getElementById('NavigationArea').style.display='none';

parent.document.getElementById('DisplayArea').width='100%';

to close it by default and to open it again SAP alreay provided in the default home page.

Thanks,

Srinivas.