wpeditimage plugin for tinyMCE for wordpress
-
Hi guys,
I am facing this problem while implementing tinyMCE in my plugin.
I have implemented a tinyMCE editor for one of my textarea in my plugin and have initialised tinymce by passing it init values.
Now everyting is working fine exept for I the icons to edit or delete images. They just dont show up.
I have specified the wpeditimage plugin too in init array:
tinyMCE.init({editor_selector : "content", theme : "advanced", plugins: "wpeditimage", skin: 'wp_theme'}Will really appreciate if anyone can help… I guess I am missing some js which show these buttons on mousedown event on images but I just cant figure out how and where to specify it.
Thanks,
ak
The topic ‘wpeditimage plugin for tinyMCE for wordpress’ is closed to new replies.