ExtJS 使用点滴 十 弹出提示信息

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

posted @ 2012-12-06 12:55  FredTang  Views(145)  Comments(0Edit  收藏  举报