Hi All,
I am adding value help dialogue on a button click as below:
<Button icon="sap-icon://add" press="valueHelp"/>
Please find attached the functionality of valueHelp button in the named as jPanel.controller.js
When I select a row(checkbox) and click on "OK' button of value help box, then I want to get the input values of 1 or more parameters of the selected row in variable.
functionality of getting the value of parameter is written inside "ok: function(oControlEvent){}"
I will use these values for further action like creating/ adding one more panel in the panel list.
please suggest me how can I achieve this to take input from dialogue box.
Thanks,
Ibha Gupta