Hi Shahid,
Below code may help
View code
<Buttontext="Open Tab"press="onOpenNewTab"/>
Controller Code
onOpenNewTab : function(){
window.open('www.yourdomain.com','_blank');
}
Regards,
Parth Jhalani
Hi Shahid,
Below code may help
View code
<Buttontext="Open Tab"press="onOpenNewTab"/>
Controller Code
onOpenNewTab : function(){
window.open('www.yourdomain.com','_blank');
}
Regards,
Parth Jhalani