/** * 特征查看按钮 */ Ext.define('erp.view.core.button.FeatureView',{ extend: 'Ext.Button', alias: 'widget.erpFeatureViewButton', iconCls: 'x-button-icon-check', cls: 'x-btn-gray', id: 'featureview', text: $I18N.common.button.erpFeatureViewButton, style: { marginLeft: '10px' }, width: 100, initComponent : function(){ this.callParent(arguments); } });