gpt4 book ai didi

javascript - Sencha Touch 2 : Ext. Msg.show 并点击任意位置隐藏

转载 作者:行者123 更新时间:2023-11-30 17:58:33 25 4
gpt4 key购买 nike

我想显示没有任何按钮的弹出消息。如果您点击它,该消息就会消失。该代码工作正常,取自 Sencha Touch 2: tapping Ext.Msg.show that have no buttons ,谢谢 Viswa。

   Ext.Msg.show({
title: 'Title',
message: 'Some text goes here...',
itemId : 'showMsg',
buttons : [],
listeners:[
{
element: 'element',
delegate: '',
event: 'tap',
fn: function() {
this.hide();
}
}]
});

当您点击屏幕上的任意位置而不是弹出消息时,如何让它消失?

最佳答案

您可以使用hideOnMaskTap 配置。

hideOnMaskTap: true

关于javascript - Sencha Touch 2 : Ext. Msg.show 并点击任意位置隐藏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17610380/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com