浏览代码

Changes to TinyMCE

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

+ 1
- 4
js/tiny.php 查看文件

20
         plugins: 'image',
20
         plugins: 'image',
21
         toolbar: "undo redo | styleselect | bold italic | image | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent",
21
         toolbar: "undo redo | styleselect | bold italic | image | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent",
22
         menubar: false,
22
         menubar: false,
23
-        image_list: [
24
-        {title: 'My image 1', value: 'https://www.tinymce.com/my1.gif'},
25
-        {title: 'My image 2', value: 'http://www.moxiecode.com/my2.gif'}
26
-        ],
23
+        
27
         height: '400px'
24
         height: '400px'
28
         });
25
         });
29
 
26
 

正在加载...
取消
保存