Skip to content

enoyhs/TinyMCE-Simple-Image-Upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyMCE plugin for simple image upload

ABOUT Simple image upload plugin (nothing fancy at all).

REQUIREMENTS TinyMCE php

INSTALL To get it working change $base_dir in upload.php and $image (if needed).

Add this plugin when creating tinyMCE instances, for example:

<script> $('.tinymce').tinymce({ script_url : '../jscripts/tiny_mce/tiny_mce.js', plugins: 'imageupload', theme : "advanced", theme_advanced_buttons1 : "imageupload" }); </script>

About

Plugin for TinyMCE for very simple image upload

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published