Editor.js 157 B

1234567
  1. // 卡片信息编辑
  2. Ext.define('uas.info.Editor', {
  3. extend: 'Ext.panel.Panel',
  4. xtype: 'infoeditor',
  5. cls: Ext.baseCSSPrefix + 'info-editor'
  6. });