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
Anyone got an example of the extensions that are supposed to go into the xlstextensions file for the display poll results extensions? It's already got
<ext assembly="Umbraco.Forms.Core" type="Umbraco.Forms.Library" alias="umbraco.contour">
but I think there should be one for poll results also to get it to work.
Thanks
Hi Pete,
Assuming you're using the poll source from this blog post, it's probably something like:
<ext assembly="Contour.Addons.Poll" type="Contour.Addons.Poll.xsltExtensions" alias="contourpoll">
And make sure to add it to your xslt:
xmlns:contourpoll="urn:contourpoll"
and
exclude-result-prefixes=" ...... contourpoll"
HTH,Tom
Cheers tom, it was the exclude-result-prefixes in the end that did it.
Any one has a Razor version of sample to use Contour for poll?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Getting Poll results to appear
Anyone got an example of the extensions that are supposed to go into the xlstextensions file for the display poll results extensions? It's already got
but I think there should be one for poll results also to get it to work.
Thanks
Hi Pete,
Assuming you're using the poll source from this blog post, it's probably something like:
And make sure to add it to your xslt:
and
HTH,
Tom
Cheers tom, it was the exclude-result-prefixes in the end that did it.
Any one has a Razor version of sample to use Contour for poll?
is working on a reply...