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 wish UltraPicker can select nodes only by one xpath.
for example: $currentPage/ancestor-or-self::node [@level = 1]//node[@nodeTypeAlias='Board' and data[@alias='Topic']='1']
by this, I can select all Board with Topic=1 as selected items.
I think this is very flexible.
Missing this feature too, working with the noteTypeAlias attribute is a must-have for this great datatype!
Hi Sun,
A bit of a late answer, but the multipickers in uComponents (Auto Complete, Multi-Node TreePicker, XPath CheckBoxList and XPath DropDownList) will support your XPath expression and so only allow certain nodes to be picked.
HTH,
Hendy
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
I wish UltraPicker can select nodes only by one xpath.
I wish UltraPicker can select nodes only by one xpath.
for example: $currentPage/ancestor-or-self::node [@level = 1]//node[@nodeTypeAlias='Board' and data[@alias='Topic']='1']
by this, I can select all Board with Topic=1 as selected items.
I think this is very flexible.
Missing this feature too, working with the noteTypeAlias attribute is a must-have for this great datatype!
Hi Sun,
A bit of a late answer, but the multipickers in uComponents (Auto Complete, Multi-Node TreePicker, XPath CheckBoxList and XPath DropDownList) will support your XPath expression and so only allow certain nodes to be picked.
HTH,
Hendy
is working on a reply...