You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

[ |../../index.htm#lansa/wamengb8_1360.htm]
You are here:

selectHandler

Callback handler to receive item selected events.
Default value
No handler.
Valid values
The name of a Javascript function to be called when a chart item is selected. The function receives an object argument that has the list row and column of the selected item.
Example: function selectHandler(sel) {    alert("select handler: Row=" + sel.row + ". Column=" + sel.column); }
[ |../../index.htm#lansa/wamengb8_1360.htm]

  • No labels