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
Hello i'm trying get a list sorted but no matter what i try it just show the list in the order of the content tree's order. here's a snippet my of my xslt: i'm not sure it's even possible to make a sort like this :) am i doing something wrong ? i don't get any errors when saving xslt.
Umbraco doesn’t contain any property with the alias @pageTitle but rather @pageName If it’s you own property then you can sort by doing something like this: /Finn
ok, thx now it works.
is it possible to get a querystring value in Xslt or is there another way to change sorting ? I want a link on the page where you can change the way a list orders, like change "PageTitle" to something else, is that possible ? :)
think i found a way... umbraco.library:RequestQueryString(’page’) now to test it.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Simple Sort
Hello
i'm trying get a list sorted but no matter what i try it just show the list in the order of the content tree's order.
here's a snippet my of my xslt:
i'm not sure it's even possible to make a sort like this :)
am i doing something wrong ?
i don't get any errors when saving xslt.
Umbraco doesn’t contain any property with the alias @pageTitle but rather @pageName
If it’s you own property then you can sort by doing something like this:
/Finn
ok, thx now it works.
is it possible to get a querystring value in Xslt or is there another way to change sorting ?
I want a link on the page where you can change the way a list orders, like change "PageTitle" to something else, is that possible ? :)
think i found a way...
umbraco.library:RequestQueryString(’page’)
now to test it.
is working on a reply...