Friday, 23 August 2013

Button action to navigate another URL link in sapui5

Button action to navigate another URL link in sapui5

I have a button code is given below.
new sap.ui.commons.Button("myButton2",{text:"Next",press:function(){
},style: sap.ui.commons.ButtonStyle.Emph })
when i press Next button it should navigate to new page
Can any one help me on this....
Thankyou

No comments:

Post a Comment