Is it possible for the tabbar tab width to be proportionate to the tab title?
How to force tab text to keep on 1 line:
In below snippet the tab text wraps so that title is on 2 lines:
var tabbar = {
view:“tabview”,
animate:true,
cells:[
{ header:“Tab Number 1”},
{ header:“Tab Number 2”},
{ header:“Tab Number 3”},
{ header:“Tab Number 4”},
{ header:“Tab Number 5”},
{ header:“Tab Number 6”},
{ header:“Tab Number 7”},
{ header:“Tab Number 8”}
]
};