Hello!

I tried using IFramePortlet to display a content from
another URL inside it, and I noticed that the content
of the IFramePortlet window is not scrollable. 

I tried modifying the
.../decorations/portlet/html/tigris/decorator.vm as
following:

...
## Portlet Content
##
#if (!$jetspeed.isHidden($myF) ||
$jetspeed.WindowState != "minimized")
  <tr>
    <td class="PContent">       
    <div style="overflow: auto">
           $myF.renderedContent
    </div>
    </td>   
  </tr>
#end
...

but it did not help.

Any idea how I could make it scrollable?

Thanks!
Marina

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to