摘要:
<style type="text/css">.main{width:500px;border:#000 solid 1px;height:500px;position:relative;}.tab{cursor: pointer;display: inline-block;height: 22px;vertical-align: bottom;bottom: 5px;position: absolute;right:5px;}</style><div class="main"><div class=" 阅读全文
摘要:
var ImportPanel = new Ext.form.FormPanel({ baseCls: 'x-plain', frame: false, //注意formPanel里面的fileUpload一定要打开 fileUpload: true, id: 'ImportPanel', url: 'Excel.aspx?ac=Import', items: [{ xtype: 'textfield', // 注意要有以下字段 inputType: 'file', fieldLabel: '请选择导入文件 阅读全文