日期:2014-05-16  浏览次数:20379 次

EXTJS ——Tabpanel_afterRender

    var tabs = new Ext.TabPanel({
                                renderTo: strspot[a] + '-body',

                                activeTab: 0,
                                tabCls: 'tab-class',
                                items: [{
                                    title: 't1',
                                    html: html ,
                                    afterRender: function () {
                                     
                                    }
                                }, {
                                    title: 't2',
                                    html: '<div id=' + usualldivid + ' class=tab_kid></div>',
                                    afterRender: function () {