aboutsummaryrefslogtreecommitdiff
path: root/data/stuff/tinymce-4.3.7/plugins/example/dialog.html
diff options
context:
space:
mode:
Diffstat (limited to 'data/stuff/tinymce-4.3.7/plugins/example/dialog.html')
-rw-r--r--data/stuff/tinymce-4.3.7/plugins/example/dialog.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/data/stuff/tinymce-4.3.7/plugins/example/dialog.html b/data/stuff/tinymce-4.3.7/plugins/example/dialog.html
new file mode 100644
index 0000000..565f06f
--- /dev/null
+++ b/data/stuff/tinymce-4.3.7/plugins/example/dialog.html
@@ -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> \ No newline at end of file