var viewport = new Ext.Viewport({
      items:[ {
        xtype:"tabpanel",
        id:"tpanel",
        baseCls:"x-plain",
        activeTab:0,
        listeners:{
          "render":function(){
              var p = this.add(new Ext.Panel({
                     id: 'id',
                     html:"hello"
                 })).show();
             }
           }
      }]
  });

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-16
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-10
  • 2021-08-23
  • 2021-11-03
  • 2021-11-19
  • 2021-08-16
相关资源
相似解决方案