Ticket #9336: toolbarmenu.html
File toolbarmenu.html, 458 bytes (added by , 12 years ago) |
---|
Line | |
---|---|
1 | <!DOCTYPE html> |
2 | <html> |
3 | <head> |
4 | <title>Toolbar Menu Sample</title> |
5 | <meta charset="utf-8"> |
6 | <script src="../ckeditor.js"></script> |
7 | </head> |
8 | <body> |
9 | <h1>Toolbar Menu Sample</h1> |
10 | <textarea cols="80" id="editor1" name="editor1" rows="10"></textarea> |
11 | <script> |
12 | CKEDITOR.replace( 'editor1', { |
13 | plugins: 'clipboard,contextmenu,elementspath,menu,menubutton,pastefromword,pastetext,toolbar,wysiwygarea,pastemenu' |
14 | }); |
15 | |
16 | </script> |
17 | </body> |
18 | </html> |