cancel
Showing results for 
Search instead for 
Did you mean: 

resizing the navigation tree

Former Member
0 Kudos

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?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

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.

Answers (1)

Answers (1)

Former Member
0 Kudos

Check out line 17 of C:\Inetpub\wwwroot\Illuminator\Themes\DynamicHomePage.xsl