cancel
Showing results for 
Search instead for 
Did you mean: 

Expand-collaps feature is feature in Webdynpro

Former Member
0 Kudos

HI,

I have a requirement.I have a WD view in which 2 containers are there side by side.Means my WD view containd 2 separate container.Now If I hide the one container say left hand contaner,it should get hided and the entire screen should be occupied by the right hand side container.

Similarly if I hide the right hand side container,then it should be hided and the entire screen should be occupied by the other container.

Please suggest me how to do with this.

Regards

-Sandip

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

To hide the containers you can use the visible property of the containers.

And on the hide action of 1st container set the width property of the 2nd container

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sandip,

Try this:

1. Keep the width of both the containers 100%.

2. Bind a context of type wdVisibility to the visible property of both the containers.

3. Have 2 buttons for 2 containers (to minimize).

4. On click of the button set the visible property of NONE for one and VISIBLE for the other.

Regards,

Murtuza

Former Member
0 Kudos

HI Muthuza/Aishwarya,

Thanks for your reply and solution.

But I have one portal page which contains two iviews.I want to impliment the same expand-collaps features for the two iviews which is inside one portal page.Means if I hide one iview,the second iview should occuy the entire page and if I hide the 2nd iview,the first iview should occpy the entire page.

Please suggest me.

Sandip