日期:2014-05-18 浏览次数:20660 次
buildTabpanel: function() {
$.fn.initJerichoTab({
renderTo: '.divRight',
uniqueId: 'myJerichoTab',
[color=#FF0000]contentCss: { 'height': $('.divRight').height() - 25 },[/color] 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
});
}
}