浏览代码

Update to TinyMCE

tags/rls1
kenn408k 6 年前
父节点
当前提交
aa2df36001
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      js/tiny.php

+ 2
- 2
js/tiny.php 查看文件

@@ -17,8 +17,8 @@ if (isset($_SESSION['user'])) {
17 17
 
18 18
         tinymce.init({
19 19
         selector: '.editor',
20
-        plugins: 'image',
21
-        toolbar: "undo redo | styleselect | bold italic | image | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent",
20
+        plugins: 'image link',
21
+        toolbar: "undo redo | styleselect | bold italic | image link | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent",
22 22
         menubar: false,
23 23
         images_upload_url: 'handleUpload.php',
24 24
         height: '400px'

正在加载...
取消
保存