energy/example/README.md
2023-06-03 20:24:21 +08:00

7.0 KiB

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