1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-06-02 21:57:37 +02:00

Added 2 more buttons to the popupbrowser.html file to test drag and drop

This commit is contained in:
Salvador Díaz Fau 2021-04-22 09:38:35 +02:00
parent 64edef3194
commit 8641a64b65
2 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,8 @@
<button onclick="return popitup('https://www.google.com')">Click me to open Google</button><br/><br/>
<button onclick="return popitup('about:blank')">Click me to open blank</button><br/><br/>
<button onclick="return popitup('file:///PopupBrowser.html')">Click me to open a file</button><br/><br/>
<button onclick="return popitup('https://www.w3schools.com/HTML/html5_draganddrop.asp')">Click me to open a drag and drop example</button><br/><br/>
<button onclick="return popitup('https://code-boxx.com/simple-drag-and-drop-file-upload/')">Click me to open a drop file example</button><br/><br/>
<script language="javascript" type="text/javascript">
<!--

View File

@ -2,7 +2,7 @@
"UpdateLazPackages" : [
{
"ForceNotify" : true,
"InternalVersion" : 279,
"InternalVersion" : 280,
"Name" : "cef4delphi_lazarus.lpk",
"Version" : "90.5.5.0"
}