废话不说,代码和效果:
test.uploadAction = new Ext.Button({
text : '导入时刻表信息',
iconCls : 'field',
listeners : {
'click' : function(btn, e) {
new Ext.Window({
width : 650,
title : '导入信息',
height : 300,
layout : 'fit',
modal : true,
items : [ {
xtyp