mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-02-12 10:26:05 +02:00
- Added a local JavaScript file to show an alert dialog - Added more comments to the demo.
6 lines
97 B
JavaScript
6 lines
97 B
JavaScript
function myAlertFunction() {
|
|
|
|
alert('This alert dialog is declared in a local JS file.');
|
|
|
|
}
|