You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-11-23 21:34:53 +02:00
SchemeRegistrationBrowser demo improvements
- Added a local JavaScript file to show an alert dialog - Added more comments to the demo.
This commit is contained in:
5
bin/test.js
Normal file
5
bin/test.js
Normal file
@@ -0,0 +1,5 @@
|
||||
function myAlertFunction() {
|
||||
|
||||
alert('This alert dialog is declared in a local JS file.');
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user