JavaScript and Chromium Browser
About the Chromium Browser Used by Applications¶
The internal browser lets end users navigate through pages of your application. ExeOutput for PHP uses the Chromium / Blink engine to render HTML content thanks to the Chromium Embedded Framework.
Learn more about the rendering engine and Chromium options that can be configured.
Use of Developer Tools¶
ExeOutput for PHP lets you access Developer Tools in your app: please refer to the corresponding Developer Tools topic.
JavaScript extension¶
ExeOutput for PHP brings additional API functions through the "exeoutput" JavaScript object: please refer to the corresponding "exeoutput" JavaScript API extension topic.
Proxy Settings¶
The internal browser can use a proxy for connecting to the Internet: please see how you can modify the proxy settings at runtime.
Print Preview, Kiosk Printing, PDF Export¶
Learn more about printing the current webpage, kiosk printing, silent printing, and/or exporting to PDF files.