Jump to content

Tiny MCE Image Plugin


Drongo_III

Recommended Posts

Hello all

 

I am implementing TinyMCE in a small CMS system. I have enabled the 'image insert/edit plugin' (as per code below/attached screenshot) but it's very limited. 

 

I therefore would like to edit the popup for this plugin to include a custom button which will pop an additional overlay displaying all available images from the server (rather than just the text list that the plugin by default allows).

 

The problem is that the plugin is minified in the production version of tinyMCE, so I it's hard to work directly on that, and when I download the development version of tinyMCE I cannot see the corresponding image plugin that exists in the production version.

 

So, can anyone advise on:

 

a) Should I be using the development package to edit this plugin?

b) Is the plugin simply not available in the development package? Or is in under some other name?

c) is there actually a much simpler way to add a button to this popup that doesn't require changing the plugin at all?

 

 

Any help would be massively appreciated!

 

Drongo

<script type="text/javascript">
tinymce.init({
    selector: "textarea",
	 plugins: "image",
         image_advtab: true,
	
 });
 

</script>
Link to comment
https://forums.phpfreaks.com/topic/288057-tiny-mce-image-plugin/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.