addMenuAction(eid, item, menuitem, action)

Adds a menu action to an element. The action is performed when a menu item associated with the element is selected.

Parameter

eid element ID

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

menuitem menu item string

action an action command,

inetsoft.sree.Repletcommand

Example

replet.addMenuAction("Text1", undefined, "Details", showReplet("report/details"));

<< addPopupMenu(eid, item, items) © 1996-2013 InetSoft Technology Corporation (v11.5) addFormLink(form, replet) >>