Copied to clipboard

Flag this post as spam?

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


  • Magnus 6 posts 26 karma points
    Apr 01, 2010 @ 14:08
    Magnus
    0

    Editing in canvas mode

    Hello,

    I am trying out the edit in canvas mode and everything works nice but there is one thing that don't
    If I am setting a umbraco:Item to recursive="true" it won't be editable in the panel, is this by design?
    I want the footer to be editable and want the text to be "inherrited" down so that I will only have to change it at one place.
    Can I do this somehow? Anyone?

    Greetings,

    Magnus

  • Mila 60 posts 79 karma points
    Feb 23, 2012 @ 14:50
    Mila
    0

    I'm having the same problem...

  • Ernst Utvik 123 posts 235 karma points
    Feb 23, 2012 @ 20:53
    Ernst Utvik
    0

    Are you working from template or xslt? Sounds like you are working in template, but posting on the xslt forum? :) Anyways xslt could offer a solution here. If you only have a static footer node that needs editing you can get the property of that node in xslt using the umbraco.library.  This way it should be editable in canvas.

    <xsl:value-of select="umbraco.library:Item(Id of footer node, 'property alias')" />

  • Ernst Utvik 123 posts 235 karma points
    Feb 23, 2012 @ 20:55
    Ernst Utvik
    0

    Just noticed original post is a year old, but hopefully the solution above works for you Mila :)

  • Mila 60 posts 79 karma points
    Feb 24, 2012 @ 11:36
    Mila
    0

    Hi Enrst,

    I'm working with templates. Sorry, I didn't know it was a xslt forum.

    I'm new using umbraco. I'm just trying to make it works and looking for answers in the foruns.

    Thanks for your help,

    Mila

Please Sign in or register to post replies

Write your reply to:

Draft