Portal Engine Questions on portal engine and web parts.
Version 6.x > Portal Engine > Resolving a path macro within HTML or an editable text region? View modes: 
User avatar
Member
Member
Rawe - 12/17/2012 11:09:10 AM
   
Resolving a path macro within HTML or an editable text region?
Hello,

I am able to insert context macros in to HTML and editable text regions with no issue, however I am experiencing problems with Path macros.

For example, using {%Path["{0}"]%} doesn't resolve the top level path and when checking the HTML after saving, the ampersands have been converted to '&'

Is it possible to do this?

Thanks

User avatar
Kentico Support
Kentico Support
kentico_janh - 12/18/2012 6:16:43 AM
   
RE:Resolving a path macro within HTML or an editable text region?
Hello,

You can use following macro instead:
{% Path["{0}"] %}

Best regards,
Jan Hermann