You can attach browser event like this:
htmlControl.attachBrowserEvent('click',function(){ alert("click!"); })
for more information: JsDoc Report - SAP UI development Toolkit for HTML5 - API Reference - sap.ui.core.Control
Pau
You can attach browser event like this:
htmlControl.attachBrowserEvent('click',function(){ alert("click!"); })
for more information: JsDoc Report - SAP UI development Toolkit for HTML5 - API Reference - sap.ui.core.Control
Pau