energy/example
2023-06-11 19:25:40 +08:00
..
app-icon-gen up: go mod 2023-06-07 15:31:56 +08:00
browser-context-menu U: demos icon 2023-06-07 16:36:18 +08:00
browser-control U: demos icon 2023-06-07 16:36:18 +08:00
browser-cookie U: demos icon 2023-06-07 16:36:18 +08:00
browser-cookie-manager U: demos icon 2023-06-07 16:36:18 +08:00
browser-dev-tools upgrade v2.0.0 2023-05-31 18:00:34 +08:00
browser-dom-visitor U: demos icon 2023-06-07 16:36:18 +08:00
browser-download U: demos icon 2023-06-07 16:36:18 +08:00
browser-execute-dev-tools-method U: demos icon 2023-06-07 16:36:18 +08:00
browser-execute-javascript U: demos icon 2023-06-07 16:36:18 +08:00
browser-frameless U: demos icon 2023-06-07 16:36:18 +08:00
browser-i18n U: demos icon 2023-06-07 16:36:18 +08:00
browser-internal-http-server U: demos icon 2023-06-07 16:36:18 +08:00
browser-ipc-on-emit U: demos icon 2023-06-07 16:36:18 +08:00
browser-key-event U: demos icon 2023-06-07 16:36:18 +08:00
browser-lib-checkupdate up: demo check auto update 2023-06-07 15:57:18 +08:00
browser-load-html-url U: demos icon 2023-06-07 16:36:18 +08:00
browser-msgbox U: demos icon 2023-06-07 16:36:18 +08:00
browser-popup-sub-window U: example popup sub window, add: elliptic window, transparent window 2023-06-11 19:25:40 +08:00
browser-print-pdf U: demos icon 2023-06-07 16:36:18 +08:00
browser-process-type U: demos icon 2023-06-07 16:36:18 +08:00
browser-proxy U: demos icon 2023-06-07 16:36:18 +08:00
browser-response-filter U: demos icon 2023-06-07 16:36:18 +08:00
browser-scheme U: demos icon 2023-06-07 16:36:18 +08:00
browser-search-text U: demos icon 2023-06-07 16:36:18 +08:00
browser-sysdialog U: demos icon 2023-06-07 16:36:18 +08:00
browser-view-source upgrade v2.0.0 2023-05-31 18:00:34 +08:00
browser-vue U: demos icon 2023-06-07 16:36:18 +08:00
browser-webkit-register U: demos icon 2023-06-07 16:36:18 +08:00
browser-zoom U: demos icon 2023-06-07 16:36:18 +08:00
dev-test U: dev-test transparent-window 2023-06-11 00:13:11 +08:00
simple upgrade v2.0.0 2023-05-31 18:00:34 +08:00
sub-process U: demos icon 2023-06-07 16:36:18 +08:00
tray upgrade v2.0.0 2023-05-31 18:00:34 +08:00
README.md up: demo README 2023-06-03 20:24:21 +08:00
README.zh_CN.md up: demo README 2023-06-03 20:24:21 +08:00

Energy example

In Energy, CEF combined with LCL can make various applications

CEF: HTML + JS + CSS

LCL: Various system native UI components

Example Name Example Description
app-icon-syso windows Windows application icon generation, Linux and macOSX not provided
browser-context-menu Customize right-click menu
browser-control The state control of page control refresh, forward, backward, and stop refresh based on LCL components can be combined with various system components in Energy
browser-cookie Setting, obtaining, and deleting cookies
browser-cookie-manager Cookie Management
browser-dev-tools Developer Tools
browser-dom-visitor Document operation display
browser-download Download files
browser-execute-dev-tools-method Execute Developer Tool Method
browser-execute-javascript Executing JS code in the page in Go
browser-frameless Borderless Window
browser-i18n Local multilingual adaptation
browser-internal-http-server Internal Services
browser-ipc-on-emit Event monitoring and triggering for Go and JS
browser-key-event Keyboard events in HTML
browser-load-html-url Display the loaded Html string or Url address on the page
browser-msgbox LCL based system prompts
browser-popup-sub-window Pop up sub window
browser-print-pdf Printing pages as PDF documents
browser-process-type When there are multiple processes, the process type
browser-proxy Proxy configuration
browser-response-filter Resource response filtering
browser-scheme Custom protocol topics, such as http instead of hello
bbrowser-search-text Search page text
browser-sysdialog Various modal functional Windows
browser-view-source Display page source code
browser-vue Example of html+vue
browser-webkit-register webkit callback functions register local js examples
browser-zoom Zoom in and out of the page
simple Simple application example
sub-process Multiprocess, starting the rendering process as a child process
tray Tray - Custom and system tray
dev-test examples of various tests at development time