AddMakeSNRule.js 301 B

1234567891011
  1. Ext.define('erp.view.core.button.AddMakeSNRule', {
  2. extend: 'Ext.Button',
  3. alias: 'widget.erpAddMakeSNRuleButton',
  4. iconCls: 'x-button-icon-add',
  5. cls: 'x-btn-gray',
  6. text: $I18N.common.button.erpAddMakeSNRuleButton,
  7. width: 100,
  8. initComponent : function(){
  9. this.callParent(arguments);
  10. }
  11. })