Spread for ASP.NET 8.0 Product Documentation > Client-Side Scripting Reference > Scripting Members > Events > onMenuClicked |
Occurs when an item on the menu is clicked.
[Inline HTML]
<ELEMENT onMenuItemClicked = "handler" ...>
[Event Property]
FpSpread1.onMenuItemClicked = handler
[Named Script]
<SCRIPT FOR=FpSpread1 EVENT=onMenuItemClicked>
None
This event is triggered when the user clicks on a menu item.
This example JavaScript code maps the event for the Spread on the client side.
JavaScript |
Copy Code
|
---|---|
window.onload = function () { function mclick(event) { |