我可以在 HTML 组件上显示警报吗?

发布于 2025-01-07 17:31:14 字数 126 浏览 4 评论 0原文

我想在 Flex AIR 中显示 PDF。我已经使用 HTML 组件完成了此操作,但问题是每当我在 Flex HTML 组件中查看 PDF 时,弹出窗口或警报都会出现在组件后面。

请告诉我如何在 HTML 组件上显示警报?

I want to show PDF in Flex AIR. I have done this with HTML components but the problem is that whenever I view the PDF in Flex HTML component the popup or Alert goes behind the component.

Please tell me how can I show the Alert on HTML component?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夏末 2025-01-14 17:31:14

您可以显示 javascript 警报框,它将显示在 PDF 上。请尝试此解决方案

htmlcomponehtmlLoader.window.alert('请从接待处收集您的打印输出。');

You can display javascript alert box, it will display over the PDF.Please try this solution

htmlcomponehtmlLoader.window.alert('Please collect your print out from Reception.');

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文