forked from 2b3ez/FileManager4TinyMCE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
48 lines (38 loc) · 1.87 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
_________________________________________________________
! FileManager for TinyMCE
_________________________________________________________
FileManager for TinyMCE is a tool make with jQuery library that offers a nice and elegant way to upload and insert file for tinyMCE v.4.x
License: http://opensource.org/licenses/GPL-3.0
Creator : mybeeez@gmail.com - b3ez
_________________________________________________________
! Installation
_________________________________________________________
1. Upload each folder plugins (images and file manager) to tinymce plugins folder
(lang file is optionnal)
2. open filemanager/config.php
3. set your settings like upload_dir…
4. Save and upload config.php
5. Edit "file" property in both plugins/image/plugin.min.js and plugins/filemanager/plugin.min.js for proper path to dialog.php
6. Settings of tynimce should be like :
selector: "textarea",
theme: "modern",
width: 680,
height: 300,
language : 'fr_FR',
plugins: [
"advlist autolink link image lists charmap print preview hr anchor pagebreak",
"searchreplace wordcount visualblocks visualchars code insertdatetime media nonbreaking",
"table contextmenu directionality emoticons paste textcolor filemanager"
],
toolbar: "undo redo | bold italic underline | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | styleselect forecolor backcolor | link unlink anchor | filemanager image media | print preview code"
});
_________________________________________________________
! Credits
_________________________________________________________
Bootstrap
=> go to site : http://twitter.github.io/bootstrap/
Fine Uploader 3.5
=> go to site : http://fineuploader.com/
We used Fine Uploader Open Source license, we have modified a bit to bootstrapped it more.
_________________________________________________________
Enjoy !