This commit is contained in:
jackchenyang
2024-05-16 14:30:14 +08:00
parent ecda19d1fa
commit 5d76090d41
917 changed files with 199803 additions and 5 deletions
@@ -0,0 +1,8 @@
<!DOCTYPE html>
<html>
<body>
<h3>Custom dialog</h3>
Input some text: <input id="content">
<button onclick="top.tinymce.activeEditor.windowManager.getWindows()[0].close();">Close window</button>
</body>
</html>