1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-12-10 07:42:29 +03:00
Files
bookstack/public/libs/tinymce/plugins/example/dialog.html
2015-11-30 21:44:23 +00:00

8 lines
213 B
HTML

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