Hi,
maybe i am blind, but where in the new tinymce editor can i find the icon/setting to change image properties?
In the old editor there was an icon for this where I can change margins, textfloat, set title etc.
Sorry for this dumb question but i am searching for this since one hour
Cheers
Ralf
Comments
no i do not mean the zp button.
I am talking about editing the properties after I have inserted it.
In the old version of the editor there have been two image buttons.
One for inserting an image (this button is still there) and one wher you can change the properties (margins, title etc).
This one is missing.
Ralf
http://www.tinymce.com/tryit/full.php (image button)
That advanced tab of the image button plugin must be specifially enabled on the configuration. IHMO things: http://www.tinymce.com/wiki.php/Plugin:image
What I see on that advanced tab IMHO should be set via the theme actually and never on the image itself. However I will see to enable it on our configurations.
i have figured out to enable the advanced image tab when using the 'full' option.
Therefore I have edited the following files:
zenphoto-full.js.php
zenpage-full.js.php
In the tinymce init secion i have added the following line right after the 'relative_urls: false,':
image_advtab: true,
Now the advanced tab is visible when inserting/editing an image.
Cheers
Ralf