方法一:

Coolite 消息对话框用法

  Ext.Msg.Alert("消息", "请输入检索内容!").Show();

 

方法二:

Coolite 消息对话框用法

   Ext.Msg.Show(new MessageBox.Config { Title = "查询结果", Message = "<font style='color:black;'>没有找到任何数据!</font>", Buttons =                            MessageBox.Button.OK, Icon = MessageBox.Icon.INFO });

 

方法三:

Ext.Msg.confirm('Confirm', '你想删除它?',function(btn){if(btn=='yes')window.location.href='Delete.aspx';});  

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-27
  • 2022-12-23
  • 2022-12-23
  • 2021-09-27
  • 2022-12-23
  • 2021-11-19
猜你喜欢
  • 2022-01-24
  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
  • 2022-01-19
  • 2021-07-12
相关资源
相似解决方案