Copied to clipboard

Flag this post as spam?

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


  • Soeren Sprogoe 575 posts 259 karma points
    Dec 15, 2011 @ 16:35
    Soeren Sprogoe
    0

    Tooltip in XSLT formatted e-mail

    I'm trying to do a nicely formatted e-mail using the XSLT template here:
    http://our.umbraco.org/forum/umbraco-pro/contour/18103-Send-xslt-transformed-email-Here-is-my-xslt-email-template

    But how do I get the Tooltip to display right under the caption?

    Doesn't seem like you get the Tooltip along with the caption in $records

  • Comment author was deleted

    Dec 15, 2011 @ 16:52

    Hmm not sure the tooltip is part of the record xml, try doing an xsl:copy to get an overview of what you are working with

  • Soeren Sprogoe 575 posts 259 karma points
    Dec 15, 2011 @ 16:56
    Soeren Sprogoe
    0

    copy-of makes the XSLT fail for some reason. Not sure why.

    Debugging it is not exactly the easiest thing to do. I don't get any error messages, the e-mail just never gets through.

  • Comment author was deleted

    Dec 15, 2011 @ 16:57

    mkay think the dev docs have an example of the xml so you could check it there

  • Soeren Sprogoe 575 posts 259 karma points
    Dec 15, 2011 @ 16:58
    Soeren Sprogoe
    0

    Yup, there's good examples in the docs. Doesn't seem like the tooltip is in $record.

    And I can't seem to figure out if any of the XSLT extension methods can be used to grab it.

  • Comment author was deleted

    Dec 15, 2011 @ 17:07

    Nope don't think you can do it with the xslt extensions (since they are just for grabbing the record data by form/page or combination) you could add your own... that do that would basicly by a db lookup

  • Soeren Sprogoe 575 posts 259 karma points
    Dec 15, 2011 @ 17:08
    Soeren Sprogoe
    0

    Hmmm thanks. I'm trying to avoid doing a custom extension for this project :-/

    Guess you've got an item there for "future features" list :-)

    Best regards,
    Soeren Sprogoe

  • Comment author was deleted

    Dec 15, 2011 @ 17:09

    Yup will add it to the list, thanks!

  • Soeren Sprogoe 575 posts 259 karma points
    Dec 15, 2011 @ 17:11
    Soeren Sprogoe
    0

    While you're at it: Is it possible to pick an XSLT file from Developer/XSLT Files, instead of having to upload it again and again and again?

    Would help a lot when developing :-)

  • Comment author was deleted

    Dec 15, 2011 @ 17:15

    Sure thing

  • Soeren Sprogoe 575 posts 259 karma points
    Dec 15, 2011 @ 17:16
    Soeren Sprogoe
    0

    Thanks, and thanks for lightning fast support :-D

  • Soeren Sprogoe 575 posts 259 karma points
    Dec 15, 2011 @ 17:34
    Soeren Sprogoe
    0

    Doh, apparently copy-of works. It just results in the e-mail landing in my spam folder :-P

Please Sign in or register to post replies

Write your reply to:

Draft