//####################################################################################### //### Création du panel principal //####################################################################################### Ext.setup({ //phoneStartupScreen: 'dossier/image.png', //phoneIcon: 'dossier/icon.png', name: nom_societe, icon: icone, glossOnIcon: true, onReady: function() { var onglets = new Ext.TabPanel({ id: 'main', tabBar: { //scroll: 'horizontal', //sortable: true, cardSwitchAnimation: 'slide', dock: 'bottom', layout: { pack: 'center' } }, defaults: { styleHtmlContent: true }, animation: 'slide', fullscreen: true, items:[ mesTabs ], }); }, });