Hi team,
My view.xml code is
<Button
id="buttonField"
tooltip="{i18n>worklistButtonTooltip}"
text="Click"
search="onButton"
width="auto">
</Button>
My controller.js code is
onButton : function (){
this.print("Hi");
},
I am looking to print a text on button click. But nothing happens. I am new to fiori development.
Or do you have any documentation about how does the buttons in SAP Web IDE works?
Kind Regards.
Carlos Mayer