gpt4 book ai didi

javascript - Onsen UI,如何使用 isShow() 方法

转载 作者:行者123 更新时间:2023-12-03 03:57:55 24 4
gpt4 key购买 nike

我正在创建一个非常简单的应用程序,并且使用 Onsen UI 和纯 JavaScript(没有 Angular、React 或 Vue)。这是第一次使用这个框架,但到目前为止看起来非常简单和直接,除了 isShow() 。方法。我有一个打开的对话框:

document.getElementById(id).show({ animation: "fade" });

但现在我需要知道如何检查对话框是否打开。我认为使用这样的东西会起作用:

console.log(document.getElementById(id).isShown());

但是我得到了 document.getElementById(...).isShown is not a function错误消息。我唯一能找到的是 Onsen UI 文档中的内容:isShown() Returns whether the popover is visible or not.

如何确定对话框是否 <ons-dialog>元素在 Onsen UI 中打开(可见)?

最佳答案

isShown() 方法是 Onsen UI v1 的一部分。对于 v2,您可以访问 visible 属性并获取相同的值。 Docs here .

关于javascript - Onsen UI,如何使用 isShow() 方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44854336/

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