我想显示没有任何按钮的弹出消息。
Ext.Msg.show({
title: '',
message: 'Some text goes here...',
buttons : []
});
它工作正常。如何让它在你点击它时消失?
我想显示没有任何按钮的弹出消息。
Ext.Msg.show({
title: '',
message: 'Some text goes here...',
buttons : []
});
它工作正常。如何让它在你点击它时消失?