62,266
社区成员
发帖
与我相关
我的任务
分享
buildTabpanel: function() {
$.fn.initJerichoTab({
renderTo: '.divRight',
uniqueId: 'myJerichoTab',
contentCss: { 'height': $('.divRight').height() - 25 }, tabs: [{
title: '首页',
closeable: true,
iconImg: 'images/jerichotab.png',
data: { dataType: 'iframe', dataLink: 'Desktop.aspx' },
onLoadCompleted: function(h) {
$('<b style="color:red" />').html('The JerichoTab processed in ' + (new Date().getTime() - d1) + ' milliseconds!').appendTo(h);
}
}
],
activeTabIndex: 0,
loadOnce: true
});
}
}