The ID of 1124 will need to be in the XML in order for it to work? Meaning that if I'm loading the property in another page. It will not work. Is there any way (apart from generating the xml dynamically) that I can use a static xml config to render the radio button list with nuPickers?
The issue with the ID is a side-effect of the way the $ancestorOrSelf token has been implemented (I guess). It's meant for when you're querying the Content tree...
You should be able to use this XPath to get your nodes:
nuPickers XML Radio button rendering from URL source data
Hi all,
I'm planning to try out the nuPickers XML radio button with the XML Data field set the URL.
I've got an xml that i'm reading from with the format below
I've got the below set but the radio button is not rendering. can't figure out why? It should ad least display the name
Any idea? Appreciate any help on this. Thanks
Found some weird thing. The property only load when it comes with the nodeId of the page you are viewing.
Eg if i'm on a page with an id of 1124
The ID of 1124 will need to be in the XML in order for it to work? Meaning that if I'm loading the property in another page. It will not work. Is there any way (apart from generating the xml dynamically) that I can use a static xml config to render the radio button list with nuPickers?
Appreciate any help on this. Thanks
All i need is to render a radiobutton as a list for the user which I can then use the Custom Label to generate image (with the user of Macros).
Is there any other alternative like a better nuPicker property that I can use? I might be using the wrong nuPickers.
Hi JLon,
The issue with the ID is a side-effect of the way the $ancestorOrSelf token has been implemented (I guess). It's meant for when you're querying the Content tree...
You should be able to use this XPath to get your nodes:
/root/layouts/layoutTest/image
Hope that helps,
/Chriztian
is working on a reply...