Custom HTML Dialog in Electron(Electron 中的自定义 HTML 对话框)
问题描述
如何(或者甚至可能)在 Electron 中使用自定义 HTML 对话框?我知道 Electron 提供了某些对话框(showMessageDialog
、showErrorDialog
),但这些似乎不允许自定义 HTML.
How (or is it even possible) to use custom HTML dialogs in Electron? I know that Electron provides certain dialogs (showMessageDialog
, showErrorDialog
) but these do not seem to allow custom HTML.
我不希望使用原生 HTML 对话框 (dialog
) 标签,因为它不会融入"用户界面.
I do not wish to use native HTML dialogs (dialog
) tag as it does not 'blend in' with the user interface.
任何帮助将不胜感激.谢谢!
Any help would be much appreciated. Thanks!
推荐答案
您可以创建一个模态的 BrowserWindow,如果您愿意,也可以是无框的.参见 http://electron.atom.io/docs/api/browser-window/.
You can create a BrowserWindow that's modal and, if you like, frameless. See http://electron.atom.io/docs/api/browser-window/.
这篇关于Electron 中的自定义 HTML 对话框的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Electron 中的自定义 HTML 对话框


基础教程推荐
- 原生拖动事件后如何获取 mouseup 事件? 2022-01-01
- Bokeh Div文本对齐 2022-01-01
- 检查 HTML5 拖放文件类型 2022-01-01
- npm start 错误与 create-react-app 2022-01-01
- 如何添加到目前为止的天数? 2022-01-01
- 即使用户允许,Gmail 也会隐藏外部电子邮件图片 2022-01-01
- 在 contenteditable 中精确拖放 2022-01-01
- fetch 是否支持原生多文件上传? 2022-01-01
- Bootstrap 模态出现在背景下 2022-01-01
- Fabric JS绘制具有活动形状的多边形 2022-01-01