Ext.MessageBox.show({
                    title: "提示",
                    msg: "您未选择记录,请选择以下操作",
                    buttons:{
                        "ok":"新增协议",
                        "no":"新增费率",
                        "cancel":"取消"
                        }, 
                    closable: true,                        //是否可关闭
                    icon: Ext.MessageBox.WARNING,
                    iconCls: "add16",
                    width: 400,
                    proxyDrag: true
                });



相关文章:

  • 2021-10-26
  • 2021-12-07
  • 2022-12-23
  • 2021-10-25
猜你喜欢
  • 2021-12-03
  • 2021-08-11
  • 2021-04-13
  • 2022-12-23
  • 2021-09-28
  • 2022-12-23
相关资源
相似解决方案