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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.