Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Paul Kiselis 8 posts 78 karma points
    Jul 20, 2016 @ 13:00
    Paul Kiselis
    0

    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:

    1. setting margin of an image
    2. setting widht/height of an image
    3. adding rounded corners
    4. ect.

    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.

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Jul 21, 2016 @ 05:06
    Jan Skovgaard
    0

    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" ?

    "...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.

    /Jan

  • Paul Kiselis 8 posts 78 karma points
    Jul 21, 2016 @ 07:52
    Paul Kiselis
    0

    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 ?

Please Sign in or register to post replies

Write your reply to:

Draft