您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
12345678 |
- <!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>
|