addLinkURL(eid, item, url, target)

Adds a hyperlink to an element, which opens a URL in a specified window.

Parameter

eid element ID

item row/column specifier, an
inetsoft.report.event.EventPoint object

url a URL string

target A new frame name or predefined HTML target,
e.g., _blank, _self, _parent, _top.

Example

replet.addLinkURL("home", undefined,

   'http://www.inetsoft.com', "frameName");

<< addLink(eid, [item], replet [,request]) © 1996-2013 InetSoft Technology Corporation (v11.5) addRequest(eid, item, request) >>