我可以在 HTML 组件上显示警报吗?
我想在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以显示 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.');