github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/themes/wind/templates/editor.html (about)

     1  <script src="/libs/tinymce/tinymce.min.js"></script>
     2  <script type="text/javascript">
     3      tinymce.init({
     4        selector: ".editor",
     5        relative_urls:false,
     6        menubar : true,
     7        statusbar : true,
     8        language: 'zh_CN',
     9        theme: "modern",
    10        skin : 'lightgray',
    11        extended_valid_elements: "video[*],audio[*],object[data|width|height|classid|codebase],param[name|value],embed[src|type|width|height|align|flashvars|wmode|quality|allowfullscreen|allowscriptaccess]",
    12        plugins: ["autoresize autosave advlist autolink lists link jbimages image charmap print preview hr anchor pagebreak",
    13          "searchreplace visualblocks visualchars code fullscreen",
    14          "insertdatetime media nonbreaking save table contextmenu directionality",
    15          "emoticons template paste textcolor colorpicker textpattern imagetools"],
    16        toolbar: "undo redo | styleselect | bullist numlist outdent indent | pagebreak hr | insertdatetime emoticons charmap | code link | jbimages image media"
    17      });
    18  </script>