Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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
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
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.
mkay think the dev docs have an example of the xml so you could check it there
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.
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
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
Yup will add it to the list, thanks!
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 :-)
Sure thing
Thanks, and thanks for lightning fast support :-D
Doh, apparently copy-of works. It just results in the e-mail landing in my spam folder :-P
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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
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
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
mkay think the dev docs have an example of the xml so you could check it there
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
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
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
Yup will add it to the list, thanks!
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
Sure thing
Thanks, and thanks for lightning fast support :-D
Doh, apparently copy-of works. It just results in the e-mail landing in my spam folder :-P
is working on a reply...