summaryrefslogtreecommitdiff
path: root/chimere/static/tinymce/plugins/example/dialog.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-10-17 17:07:50 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-10-17 17:08:17 +0200
commitc40c7f5621c9083cc274e3735b3c2e0000e8db38 (patch)
treeefc18ae23a7dbcab8405c7bc5c9542b90dd01138 /chimere/static/tinymce/plugins/example/dialog.html
parent6d4a13d05bf5e834fd6887e663d0203a09ecd496 (diff)
downloadChimère-c40c7f5621c9083cc274e3735b3c2e0000e8db38.tar.bz2
Chimère-c40c7f5621c9083cc274e3735b3c2e0000e8db38.zip
Add tinymce files
Diffstat (limited to 'chimere/static/tinymce/plugins/example/dialog.html')
-rw-r--r--chimere/static/tinymce/plugins/example/dialog.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/chimere/static/tinymce/plugins/example/dialog.html b/chimere/static/tinymce/plugins/example/dialog.html
new file mode 100644
index 0000000..565f06f
--- /dev/null
+++ b/chimere/static/tinymce/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