Ext.Msg.show
({
title : '系统提示',
msg : '保存成功',
width : 200,
multiline : false,
closable : false,
buttons : Ext.MessageBox.OK,
icon :
Ext.MessageBox.INFO
});

相关文章:

  • 2022-12-23
  • 2021-09-01
  • 2022-01-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-30
  • 2021-09-14
  • 2021-08-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案