You're not receiving the value on calling the function.
press : function(oEvent){ var value = oController.onTBPress(oEvent,oController); alert(" oController variable value : "+ value ); }
would work fine as well.
Best regards,
Shilpa
You're not receiving the value on calling the function.
press : function(oEvent){ var value = oController.onTBPress(oEvent,oController); alert(" oController variable value : "+ value ); }
would work fine as well.
Best regards,
Shilpa