Hi,
I don’t find a way to make a multiline tabbar in js, I saw only an exemple with a XML loading.
Is it possible ?
Best regards,
Vincent Millet
When adding new tab, you can specify on which row it need to be added
tabbar.addTab(“a1”,“on first row”,"")
tabbar.addTab(“a2”,“on second row”,"",0,1); //set as first tab on second row