I would like this capability also. I was hoping that it could be added as a control to every portlet's titlebar. That way an end-user could essentially tear off a portlet into another browser window.
Regards, James -----Original Message----- From: Holger Dewes [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2003 9:50 AM To: 'Jetspeed Users List' Subject: RE: Make a portlet open in a new window Hi, if you want to open the content of a single portlet, you can use the 'content' template, in Velocity e.g.: <a target="_blank" href="$jslink.getTemplate("content").addQueryData("js_peid", $portlet.ID)">Click me</a> HTH -- Holger Dewes -----Original Message----- From: Wilson, Allen [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 11:42 PM To: Jetspeed Users List Subject: Make a portlet open in a new window Is it possible to make the content inside a portlet open in another window. I have a portlet with links to other pages. I would like the pages to open in a separate window when the user clicks on them. Is this possible? Thanks..Allen --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
