Update.js 233 B

123456789101112
  1. Ext.define('erp.view.oa.doc.Update',{
  2. extend: 'Ext.Button',
  3. alias: 'widget.erpUpdateButton',
  4. cls:'x-btn-update',
  5. style: {
  6. marginLeft: '10px'
  7. },
  8. text:null,
  9. initComponent : function(){
  10. this.callParent(arguments);
  11. }
  12. });