基于警报框的操作
是否可以根据警报框创建操作(例如“是”或“否”选项)? 提前致谢...
is it any possible to create operation based on the alert box(like yes or no option)?
Thank's in advance...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否只是想根据用户的决定启动某个功能?如果是这样,则有一个 closeHandler 作为 Alert.show 构造函数的一部分,您可以告诉它当警报框关闭时要运行哪个函数。
Are you just trying to fire off a function based on the users decision? If so there is a closeHandler as part of the Alert.show constructor that you can tell it what function to run when the alert box closes.