I have a rich text editor property on my homepage. The TinyMCE editor allows to insert macros.
I have created a MacroPartial using razor. When I insert the macro in the editor, it renders perfectly.
However, when I try and view this on the page it doesnt render. When checking the output, the macro is being written out '\n<?UMBRACO_MACRO macroAlias=\"Quote\" quoteSelection=\"1082\" />'
I know there have been problems with macros and TinyMCE in past versions of umbraco. Is there a work around for this at the moment?
Rich Text Editor and macros
Hi I am using umbraco version 7.
I have a rich text editor property on my homepage. The TinyMCE editor allows to insert macros.
I have created a MacroPartial using razor. When I insert the macro in the editor, it renders perfectly.
However, when I try and view this on the page it doesnt render. When checking the output, the macro is being written out '\n<?UMBRACO_MACRO macroAlias=\"Quote\" quoteSelection=\"1082\" />'
I know there have been problems with macros and TinyMCE in past versions of umbraco. Is there a work around for this at the moment?
Thanks
Adam
Apologies, it came to me!
For future reference, when outputting in razor use:
Hi
I am having same issue. I am pulling my rich text editor like this:
@Html.Raw(node.getProperty("textModule").Value)
Can anyone help me out?
Thanks
is working on a reply...