Skip to content

Instantly share code, notes, and snippets.

@amitkumarRoy
Created October 1, 2018 08:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amitkumarRoy/93ca3d71f62ea2c198b788bc3b4a23b3 to your computer and use it in GitHub Desktop.
Save amitkumarRoy/93ca3d71f62ea2c198b788bc3b4a23b3 to your computer and use it in GitHub Desktop.
({
handleSelect: function (cmp, event) {
var selectedMenuItemValue = event.getParam("value");
alert("Menu item selected with value: " + selectedMenuItemValue);
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment