Copied to clipboard

Flag this post as spam?

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


  • AndrewM 13 posts 83 karma points
    Jan 21, 2016 @ 19:38
    AndrewM
    0

    Rich Text Editor Questions

    1) Can you change the color of the text in the Rich Text Editor?

    2) Can image URLs be used in the rich text editor?

    This question is not Rich Text Editor related 3) What is a parent frame How does the "Open in parent frame" work?

  • emma burstow 43 posts 251 karma points MVP 3x hq c-trib
    Jan 22, 2016 @ 11:45
    emma burstow
    0

    Hi Andrew,

    You need to alter the TinyMCE first to have colour as one of the things you can select. See here: https://blunderings.wordpress.com/2012/02/21/using-the-tinymce-color-picker-in-umbraco/

    Once you have done that, you can then create a custom property in the developer section and basing it on the Rich Text Editor and that should give you what you need.

    In terms of the image URL, how do you want it to behave? Do you want to enter the URL and have it display the pic?

    Emma

  • Samira 113 posts 452 karma points
    Jul 12, 2016 @ 06:36
    Samira
    0

    Hi,

    you can try this

    1) First of all go to setting section and click on stylesheet node and create a stylesheet.

    2) After this right click on stylesheet you created and choose create and give it any name and click create.

    3) In Edit Stylesheet Property window you can change the Alias name either as a Tag name e.g. h4,h3,h2 or as a class name with "." e.g. .red and enter any style you want under that in Styles property and save.

    4) Go to Developer section -> DataType-> Rich Text Edittor and scroll down to Stylesheets property and select the stylesheet you just created for rte and save.

    5) Go to Content section click on Page(any page with property having RTE). Now select the text and click on Format and select the name of the styles you created either for Tag or a css. That will apply to selected text.

    Hope it helps.

    Thanks

  • admiss 20 posts 100 karma points
    Aug 03, 2016 @ 22:56
    admiss
    0

    Does anyone know, how to make the Macro content editable in TinyMice RTE? The NoneEditable Plugin - or the Grid - is passing automatically the "umb-macro-holder mceNonEditable" class to Macros, which is preventing users from being able to change (i.e. edit) content in the RTE within this class.

    Wondering where to find & change it to "mceEditable" - or trying to figure out why is TinyMice passing mceNonEditable to Macros??

    Thanks

Please Sign in or register to post replies

Write your reply to:

Draft