Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

var tabGroup = Ti.UI.createTabGroup(); // create base UI tab and root window // var win1 = Ti.UI.

createWindow({ title : 'Erandika Sample eBook Viewer', url:'eBooks/eBook_list.js', //backgroundColor : '#fff' }); var tab1 = Ti.UI.createTab({ icon : '/images/Virtusa.JPG', title : 'Erandika Sample eBook Viewer', window : win1 }); tabGroup.addTab(tab1); tabGroup.open();

You might also like