first commit

This commit is contained in:
kicap
2024-05-29 11:10:09 +08:00
commit 117b56a7d3
1402 changed files with 536774 additions and 0 deletions

View File

@ -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>