uPortal channel question

Is there a way to maximize a channel using code? I want to be able to allow a channel to maximize without the user having to click the maximize icon in the upper right of the channel and instead be able to do so by clicking on a link within the channel or in response to some other kind of event within the channel.

0
No votes yet

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Absolutely! Here is the

Absolutely!

Here is the method:

In the link add: uP_root={$subscriptionID}

you can get the subscription ID from the static or runtime data.

You can also use: uP_root=me

where me is "me"... It's a self reference and works quite well.

CHeers

DAVE

cool

Thanks Dave.

- Marc