Mercurial > hg > rc2
view program/js/tinymce/plugins/example/dialog.html @ 28:6e8e57ef139f default tip
merge
| author | Charlie Root |
|---|---|
| date | Sun, 18 Jan 2026 14:25:54 -0500 |
| parents | 4681f974d28b |
| children |
line wrap: on
line source
<!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>
