v1.0
只读模式 group, 分享 评论更多问题 博客标签总是存在一个
This commit is contained in:
8
public/tinymce/plugins/example/dialog.html
Executable file
8
public/tinymce/plugins/example/dialog.html
Executable file
@ -0,0 +1,8 @@
|
||||
<!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>
|
Reference in New Issue
Block a user