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?
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.
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??
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?
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
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
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
is working on a reply...