Skip to content
This repository has been archived by the owner on Sep 18, 2022. It is now read-only.

hozakar/imagebrowser-for-tinymce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Browser For TinyMCE

Image Browser

v1.0.0

###Features:

  • Create, delete, organize directories
  • Upload, move, copy image files
  • Supports JP(E)G, PNG, GIF file types

Usage

First copy "imagebrowser" directory to TinyMCE plugins folder.

While initializing TinyMCE:

<script>
	tinymce.init({
        ...
		plugins: "imagebrowser",
		toolbar: "imagebrowser",
        imagebrowser: {
            windowcaption: "",
			root: "/",
            overwrite: false
        }
        ...
	});
</script>

Parameters

  • windowcaption: Defines dialog caption. (Default: Image Browser)
  • root: Defines a root directory for Image Browser. (Default: '/')
  • overwrite: What to do if the file already exists while pasting (NOT while uploading). (Default: 'true')

Screenshot

imagebrowser

Languages

Supports English and Turkish.

Dependencies

License

CC0 1.0 Universal Licence

Dependecies have their own licence information. Please view them before use.