extjs图标

{iconCls : "add",text:'新增',scope : me,tooltip : '新增',id : "perms-bascpop-add"},
{iconCls : "edit",text:'编辑',scope : me,tooltip : '编辑',id : "perms-bascpop-edit"},
{text : '查看',id : 'perms-product_select',iconCls : 'audit',scope : me},'-',
{text : '删除',id : 'perms-product_delete',iconCls : 'delete',scope : me},'-',
{iconCls : "download",text:'导出',scope : me,id : "perms-trade-export"}
{text:'导入',id:'perms-import_ProductExcel',iconCls:'import',tooltip:"货号,商品名称,类目,特征"},'-',
{text:'启用',iconCls:'accept',scope : me,tooltip : '启用',id:'perms-bascpop-enable'},
{text:'停用',iconCls:'close',scope : me,tooltip : '停用',id:'perms-bascpop-disable'},
{text : '关闭',iconCls : 'close',scope : this,handler : this.close},
{iconCls : "close",text:'撤销',scope : me,tooltip : '撤销',id : "perms-trade-cancel"},
{text:'复核',iconCls:'audit',scope : me,tooltip : '复核',id:'perms-trade-review'},
{iconCls : "add",text:'发货',scope : me,tooltip : '发货',id : "perms-trade-sendtrade"},
{iconCls : "top",text:'退款',scope : me,tooltip : '退款',id : "perms-trade-refund"},
{text : '图片管理',id : 'perms-product_manage',iconCls:'images',scope : me},'-',
{xtype : "button",text : "查询",action : 'search',id : 'perms-trade-search',iconCls : "search"}, 

{xtype : "button",text : "重置",action : 'reset',id : 'perms-trade-reset',iconCls : "refresh"}




   













你可能感兴趣的:(java,extjs)