addRequest(eid, item, request)

Adds a request link for an element (item). If the element/item is clicked, the request is sent to the replet as a RequestEvent.

Parameter

eid element ID

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

request report request object,

inetsoft.sree.RepletRequest

Example

replet.addRequest("link", undefined, [["name", "value"]]);

<< addLinkURL(eid, item, url, target) © 1996-2013 InetSoft Technology Corporation (v11.5) addStatus(eid, item, message) >>