Sfoglia il codice sorgente

Update to TinyMCE

tags/rls1
kenn408k 6 anni fa
parent
commit
aa2df36001
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2
    2
      js/tiny.php

+ 2
- 2
js/tiny.php Vedi File

17
 
17
 
18
         tinymce.init({
18
         tinymce.init({
19
         selector: '.editor',
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
         menubar: false,
22
         menubar: false,
23
         images_upload_url: 'handleUpload.php',
23
         images_upload_url: 'handleUpload.php',
24
         height: '400px'
24
         height: '400px'

Loading…
Annulla
Salva