RichTextEditor Insert Macro called from parent page
Hi Insert Macro in TextEditor seems to be working only from within the page. I tried rendering the property from parent page but it does not work.
I have a parent page named services - child page named Web-CMS with a property named Teaser which is a Rich Text Editor, within the Teaser property i used Insert Macro
now in the parent page i have another macro named ChildTeaser it shows everything but the Macro Am i doing something wrong? This is the Teaser property value
<p>Pick a domain name and start uploading your web content. We design a unique web experience with your identity.</p>
If you're wondering why i'm using a link macro inside a property rather than generating the link in the XSLT file that's because i need the link to appear inside the content not after the content.
RichTextEditor Insert Macro called from parent page
Hi Insert Macro in TextEditor seems to be working only from within the page.
I tried rendering the property from parent page but it does not work.
I have a parent page named services
- child page named Web-CMS with a property named Teaser which is a Rich Text Editor, within the Teaser property i used Insert Macro
now in the parent page i have another macro named ChildTeaser it shows everything but the Macro
Am i doing something wrong? This is the Teaser property value
<p>Pick a domain name and start uploading your web content. We design a unique web experience with your identity.</p>
<div class="more">
<div class="umbMacroHolder" title="This is rendered content from macro" umbpageid="1062" umbversionid="04f1e9e2-c3ea-423c-a90e-cfb87b0ac35a" onresizestart="return false;" ismacro="true" umb_text="Read More" umb_macroalias="linkMe"><!-- startUmbMacro --><a href="/en/services/web-cms">Read More</a><!-- endUmbMacro --></div>
</div>
If you're wondering why i'm using a link macro inside a property rather than generating the link in the XSLT file that's because i need the link to appear inside the content not after the content.
Best regards,
Nelsen
is working on a reply...