Mercurial > hg > rc2
view program/js/tinymce/plugins/example/dialog.html @ 11:aff04b06b685 default tip
various small fixes from upgrades to PHP and/or hangover from fix to apt-get overwrite at beginning of the year somehow
author | Charlie Root |
---|---|
date | Sun, 26 Jan 2025 13:09:03 -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>