UNPKG

@yangeditor/plugin-upload-attachment

Version:
36 lines (31 loc) 1.12 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>wangEditor upload-attachment demo</title> <link href="https://cdn.bootcdn.net/ajax/libs/normalize/8.0.1/normalize.min.css" rel="stylesheet"> <link href="https://cdn.jsdelivr.net/npm/@wangeditor/editor@latest/dist/css/style.css" rel="stylesheet"> <style> textarea { outline: none; } </style> </head> <body> <p>wangEditor upload-attachment demo</p> <div> <div id="toolbar-container" style="border: 1px solid #ccc; border-bottom: none;"></div> <div id="editor-container" style="border: 1px solid #ccc; height: 400px;"></div> </div> <div style="margin-top: 20px; display: flex;"> <div style="flex: 1; padding-right: 5px;"> <textarea id="text-html" style="width: 100%; height: 300px;"></textarea> </div> <div style="flex: 1; padding-left: 5px;"> <textarea id="text-json" style="width: 100%; height: 300px;"></textarea> </div> </div> </body> </html>