Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
revealability
/
panel
/
assets
/
plugins
/
tinymce
/
plugins
/
example
:
dialog.html
Advanced Search
Upload
New Item
Settings
-- Select Mode --
-- Select Theme --
-- Select Font Size --
Back
Back Up
Normal Editor
Save
<!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>