on 2011 Sep 19 3:22 PM
Hi,
I have created a BSP application which display partner details. here Partner ID is a hyperlink. On click of the hyperlink it is opening in the Same page. I need to open this in a new page.
below is the code
<htmlb:tableViewColumn columnName = "PARTNER"
type = "LINK"
linkColumnKey = "LINK"
title = "Partner ID" />
Please provide me some inputs for me open the link in a new window on click of the hyperlink.
Regards,
Shiny
Hi,
Just add the "linkClickTarget" parameter, like this:
<htmlb:tableViewColumn columnName = "PARTNER"
type = "LINK"
linkColumnKey = "LINK"
linkClickTarget = "_new"
title = "Partner ID" />
Best regards,
Tanguy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
67 | |
8 | |
8 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.