Skip to Content
0
Former Member
Jun 25, 2004 at 01:11 PM

iView Tray Minimize/Maximize

25 Views

I have two jsp iViews on a page. One of them is minimized. Both iViews are using eventing.When user clicks on the first iView, the content of second iView is changed but the user cannot see the changed content since it is minimized. Is there a way to Maximize the iView without the user clicking on the Maximize button on iView Tray ??

I was looking at the HTMLB api and I found the following two classes ...

[http://media.sdn.sap.com/html/submitted_docs/60_sp2_javadocs/htmlb/index.html]

a) com.sapportals.htmlb.Tray

b) com.sapportals.htmlb.event.TrayHeaderClickEvent

How would I get access to the above classes in JSPDynPage iViews ?? Is there a javascript solution to it since the Tray uses javascript to do maximize or minimize the iview ??

Your help is appreciated !!