如何在新选项卡中打开 XUL 窗口/对话框?
是否可以将包含窗口或对话框的 .xul 文件作为新选项卡打开?我可以使用 window.open 或 window.openDialog 将其作为单独的窗口打开,但我更喜欢它是一个选项卡。
Is it possible to open .xul file containing window or dialog as a new tab? I can open it as a separate window using window.open or window.openDialog, but I would prefer if it were a tab.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 loadOneTab():
另请参阅:https://developer.mozilla.org/en/Code_snippets/Tabbed_browser#Opening_a_URL_in_a_new_tab
You can use loadOneTab():
See also: https://developer.mozilla.org/en/Code_snippets/Tabbed_browser#Opening_a_URL_in_a_new_tab