HI Sumit
can you check your code
var oTabStrip1 = new sap.ui.commons.TabStrip("TabStrip1",{
select:function(evt){
if(oTabStrip1.getSelectedIndex() === 1){
oTabStrip1.setSelectedIndex(0);
}
}
This is strange.
HI Sumit
can you check your code
var oTabStrip1 = new sap.ui.commons.TabStrip("TabStrip1",{
select:function(evt){
if(oTabStrip1.getSelectedIndex() === 1){
oTabStrip1.setSelectedIndex(0);
}
}
This is strange.