Advertisement
ignatov

Untitled

Feb 27th, 2020
904
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.      onPressOne: function (oEvent) {
  2.         MessageToast.show(oEvent.getSource().getId() + " Pressed");
  3.      },
  4.      onPressTwo: function (oEvent) {
  5.             MessageToast.show(oEvent.getSource().getId() + " Pressed");
  6.      }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement