Jamie, Please post this type of question the jetspeed user mailing list so all can benifit from the question and answer.
That said, the height and width of the frame are controlled by paramters in the regestry <portlet-entry> and the psml <entry> The following is from the source code /javadocs for org.apache.jetspeed.portal.portlets.IFramePortlet * <P>The following parameters are accepted: </P> * <UL> * <LI> source - The target of the IFRAME, where it grabs it's content from. * Default is "http://127.0.0.1" * <LI> width - The width of the IFRAME, or null to let the browser decide. * Default is null. * <LI> height - The height of the IFRAME, or null to let the browser decide. * Default is null. * <LI> scrolling - How to display a scrollbar. * Default is "auto", to let the browser decide. * <LI> frameborder - Whether or not to display a border around the IFRAME. * Default is 1 (yes). * </UL> Paul Spencer Jamie Lerner wrote: > Paul, > > I have built the latest source and have brought an > IFramePortlet up. This will make things much much > easier. It seems like the dimentions of the frame are > fixed and this makes looking at the content fairly > hard. Can this be enlarged? Can the user resize the > frame within the portlet? > > Thanks, > > Jamie. > --- Paul Spencer <[EMAIL PROTECTED]> wrote: > >>Jamie Lerner wrote: >> >> > Is IFrame also part of 1.3a3-dev, I don't see it >>in my 1.3a2 release >> > version of demo-portlets.xreg. >> >> >>Yes, I frames where added in 1.3a3-dev. >> >>You can download the current build from >> >> > http://jakarta.apache.org/builds/jakarta-jetspeed/nightly/. > >>I just >>looked, and only the source is available. You can >>also get the source >>from CVS, see >>http://jakarta.apache.org/site/cvsindex.html. >> >>Paul Spencer >> >> > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Games - play chess, backgammon, pool and more > http://games.yahoo.com/ > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
