plugin advimage for tinymce 4.x -


i need vspace, hspace or align image, found on advimage tinymce 3.x. try put advimage plugin on tinymce 4.x error.

i try step

  1. i copy advimage folder plugin tinymcd 3.x 4.x
  2. i add "img[!src|border:0|alt|title|width|height|style]a[name|href|target|title|onclick]" extended_valid_elements option.

i tutorial :

advimage-advanced-image-plugin

that step still not working....

the "advimage" plugin not available tinymce 4, can add "advanced" tab on image dialog box using image_advtab option. example:

tinymce.init({   plugins: ["image", ... others ... ],   image_advtab: true,   ... }); 

Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -