1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-29 10:09:43 +02:00
documize/gui/public/tinymce/plugins/example/dialog.html
2017-07-19 14:48:33 +01:00

8 lines
No EOL
213 B
HTML
Executable file

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