当前位置: 代码迷 >> Web前端 >> Ext4讯息提醒框
  详细解决方案

Ext4讯息提醒框

热度:105   发布时间:2012-09-22 21:54:54.0
Ext4消息提醒框
   Ext.Msg.show({
	title : 'title',
	msg : '错误信息',
        buttons : Ext.Msg.OK,
	icon : Ext.Msg.ERROR
    });