Ext.define('erp.view.core.button.ExecuteOperation',{ extend: 'Ext.Button', alias: 'widget.erpExecuteOperationButton', iconCls: 'x-button-icon-add', cls: 'x-btn-gray', text: $I18N.common.button.erpExecuteOperationButton, style: { marginLeft: '10px' }, formBind: true, width: 80, initComponent : function(){ this.callParent(arguments); } });