addStatus(eid, item, message)
Associates a status message with an element. The 'message' parameter is displayed as a tooltip when the user moves the mouse over the element. The message is also displayed in the browser status bar if permitted by browser security. (Modern browsers disable status bar scripting by default.)
Parameter
eid element ID
item row/column
specifier, a
inetsoft.report.event.EventPoint object
message status message
Example
replet.addStatus("Title", undefined, "This is an example report");
See Adding Tooltips to Elements for further examples.
| << addRequest(eid, item, request) | © 1996-2013 InetSoft Technology Corporation (v11.4) | addPopupMenu(eid, item, items) >> |