Hmm, must admit that it's been ages since I have allowed my editors to insert images using the rich text editor - However judging from the screendump of your v6 installation the "margin" option must be a custom extension of the rich text editor since I'm 99.9995% sure that only the height and width settings we're possible out of the box back then.
However I'm wondering what your usage scenario is? The last bit of your post
here got me wondering how your using the images? Are you rendering some JSON or what do you mean by "Not using html" ?
"...Or of not, is there a way to add margin/padding to images in content not using html."
If it's an option to fetch the image using a media picker then you can access the width/height properties directly from the image and you can extend the image with fields for the margin/padding options - However I'm not sure I quite get why you need that.
If you're in fact rendering the image on a webpage then you should be able to target the images using CSS where you can then add margin/padding and rounded corners for instance.
Looking forward to learning more about your scenario.
Well this was stupid of me. The features in V6 that I mentioned where in fact, a custom tinyMCE extension written some time ago...
My usage is to my Umbraco users to insert and customize their images in Umbraco rich text editor, giving them the ability to add paddings and aligment to the image. Something simillar like in a picture here:
http://imgur.com/a/J0NVt
At the moment Umbraco V7 lacks they ability to customize the position of your image inside a rick text editor(add paddings, custom aligments, etc).
Perhaps there is a way I could extend the standart Umbraco Media Picker and add these features my self ?
tinyMCE insert/edit image functionality missing in version 7.2.8
In Umbraco version V6.1.3 tinyMCE inser/edit image has many functionalities - like:
like in this picture http://i.imgur.com/q4yG6eE.png
While In Umbraco version V7.2.8 all of these functions are missing. picture here: http://i.imgur.com/ptVhSbZ.png
Is there a way to get those features back in version 7 ? Or of not, is there a way to add margin/padding to images in content not using html.
Hi Paul
Hmm, must admit that it's been ages since I have allowed my editors to insert images using the rich text editor - However judging from the screendump of your v6 installation the "margin" option must be a custom extension of the rich text editor since I'm 99.9995% sure that only the height and width settings we're possible out of the box back then.
However I'm wondering what your usage scenario is? The last bit of your post here got me wondering how your using the images? Are you rendering some JSON or what do you mean by "Not using html" ?
If it's an option to fetch the image using a media picker then you can access the width/height properties directly from the image and you can extend the image with fields for the margin/padding options - However I'm not sure I quite get why you need that.
If you're in fact rendering the image on a webpage then you should be able to target the images using CSS where you can then add margin/padding and rounded corners for instance.
Looking forward to learning more about your scenario.
/Jan
Hi Jan,
Well this was stupid of me. The features in V6 that I mentioned where in fact, a custom tinyMCE extension written some time ago...
My usage is to my Umbraco users to insert and customize their images in Umbraco rich text editor, giving them the ability to add paddings and aligment to the image. Something simillar like in a picture here: http://imgur.com/a/J0NVt
At the moment Umbraco V7 lacks they ability to customize the position of your image inside a rick text editor(add paddings, custom aligments, etc).
Perhaps there is a way I could extend the standart Umbraco Media Picker and add these features my self ?
is working on a reply...