Ext.onReady(function(){
                var myPanel=new Ext.TabPanel({
                    renderTo:Ext.getBody()
                    ,title:'test面板'
                    ,width:400
                    ,height:300
                    ,activeTab :0
                    ,items :[new Ext.Panel({
                        title :"百度"
                        ,height :30
                        ,html :"asfdsfaddddddddddddddddddddddddafgdsagfdsgdf"
                    }),new Ext.Panel({
                        title :"谷歌"
                        ,height :30
                        ,html :"aaaaaaaaaaaaaaaaaaa"
                    }),new Ext.Panel({
                        title :"360"
                        ,height :30
                        ,html :"asfdf"
                    })
                    ]
                    
                });
            });

 

test面板1

相关文章:

  • 2021-12-28
  • 2021-12-02
  • 2021-09-18
  • 2021-11-10
猜你喜欢
  • 2022-02-27
  • 2021-06-30
  • 2021-05-19
  • 2021-11-11
  • 2021-04-15
  • 2021-11-16
  • 2022-12-23
相关资源
相似解决方案