日期:2014-05-16 浏览次数:20332 次
var stock_allot_info_panel = new Ext.Panel(
{
id: 'stock_allot_info_panel',
title: 'abc',
closable: false,
layout: 'fit',
width: 500,
height: 200,
script: true,
border: false,
listeners: { activate: function (tab) { document.getElementById('stock_allot_info_panel_iframe').src='${ctx}expand/stock_allot_info.jsp?time=' + new Date().getTime() } },
autoScroll: true,
html: "<iframe id='stock_allot_info_panel_iframe' style='width:100%;height:100%' frameborder='no' src='ajax1.htm?time=" + new Date().getTime() + "'></iframe>"
})
document.getElementById('stock_allot_info_panel_iframe').src='${ctx}expand/stock_allot_info.jsp?time=" + new Date().getTime()