Categories | Question details Back To List | ||
Make a multiline tabbar in js 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 Answer posted by Support on Oct 09, 2008 03:16 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 |