/
home
/
aqcert
/
public_html
/
admin
/
tinymce
/
js
/
tinymce
/
plugins
/
example
/
/home/aqcert/public_html/admin/tinymce/js/tinymce/plugins/example
mkdir
upload
Name
Size
Mode
Actions
dialog.html
213
0644
edit
dl
rm
plugin.js
1595
0644
edit
dl
rm
plugin.min.js
658
0644
edit
dl
rm
Edit:
/home/aqcert/public_html/admin/tinymce/js/tinymce/plugins/example/dialog.html
(213B)
<!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>
Save
Custom dialog
Input some text:
Close window