Maximize Channel

Hi,

I've written a jsp to simulate dynamic content in a channel. Now i want to display a HTML site over the hole front page.

Is it possible to maximize a custom channel provider at the size of the hole front page ?

I' ve tried it with a the DesktopURL class (and the action=Maximize attribut)

DesktopURL MyChannel = new DesktopURL(p.getSession(), "action=Maximize&provider=myProvider&myProviderValue=4");

but it doesn't work. It seem like the portal server reload the front page and thats it, nothing more is done.

Or is there another way to link a site or document in the hole front page without leaving it ?

thx

[681 byte] By [708785] at [2007-11-25 4:34:54]
# 1

Hi,

you can Maximize a Provider on the hole frontpage by using the popup instead of the maximize action !

DesktopURL MyChannel = new DesktopURL(p.getSession(), "action=Maximize&provider=myProvider&myProviderValu e=4");

If you want to use the normal banner and menubar you can make a jsp Provider and load the HTML text into the provider....

708813 at 2007-6-29 2:46:29 > top of Java-index,Web & Directory Servers,Portal Servers...
# 2
Patrick -You cannot maximize a channel. There is no such action.You can display a channel that takes up the whole desktop (except any banner or menus or anything that you might have specified) by making it the only channel and making it full-width.Stephen
Stephen_Szalla at 2007-6-29 2:46:29 > top of Java-index,Web & Directory Servers,Portal Servers...