Ext.define('erp.view.oa.doc.resSubmit',{ extend: 'Ext.Button', alias: 'widget.erpResSubmitButton', cls:'x-btn-resSubmit', style: { marginLeft: '10px' }, text:null, initComponent : function(){ this.callParent(arguments); } });