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
Howdy all, can anyone tell me if they have got the MultiplePagePicker (http://www.cpalm.dk/1116.aspx) to work in umbraco v 4.0.2.1 and if so how.
ta very much.
http://our.umbraco.org/projects/tree-multi-picker
works swell!
Thanks for the tip, its looking good so far. Can't seem to set the parent node id at the moment though.
I'm pasting the xpath expression into the Parent nodeid of the datatype as
$currentPage/ancestor-or-self::node//node[@nodeName = 'Test']/@id
this returns the correct id in my other xslt's just seems to get ignored by the datatype.
Did you have any problems with setting parent node?
Dan, you should cross-post your question in the Tree Multi Picker forum too. :-)
http://our.umbraco.org/projects/tree-multi-picker/tree-multi-picker-general
@Dan, to follow up on your last question, here's the XPath to use for the Tree Multi Picker:
$currentPage/ancestor-or-self::node[@level=1]/node[@nodeName='Test']
I think your XPath was getting confused with the "ancestor-or-self::node//node" ... as there wasn't a condition on the first node. Whereas "@level=1" goes for your first "root" node.
Cheers, Lee.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
MultiplePagePicker for umbraco v 4.0.2.1
Howdy all, can anyone tell me if they have got the MultiplePagePicker (http://www.cpalm.dk/1116.aspx) to work in umbraco v 4.0.2.1 and if so how.
ta very much.
http://our.umbraco.org/projects/tree-multi-picker
works swell!
Thanks for the tip, its looking good so far. Can't seem to set the parent node id at the moment though.
I'm pasting the xpath expression into the Parent nodeid of the datatype as
$currentPage/ancestor-or-self::node//node[@nodeName = 'Test']/@id
this returns the correct id in my other xslt's just seems to get ignored by the datatype.
Did you have any problems with setting parent node?
Dan, you should cross-post your question in the Tree Multi Picker forum too. :-)
http://our.umbraco.org/projects/tree-multi-picker/tree-multi-picker-general
@Dan, to follow up on your last question, here's the XPath to use for the Tree Multi Picker:
$currentPage/ancestor-or-self::node[@level=1]/node[@nodeName='Test']
I think your XPath was getting confused with the "ancestor-or-self::node//node" ... as there wasn't a condition on the first node. Whereas "@level=1" goes for your first "root" node.
Cheers, Lee.
is working on a reply...