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
- i copy advimage folder plugin tinymcd 3.x 4.x
- 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
Post a Comment