I want to have a TreePicker that only allows certain elements and starts at a specific point, in a Macro. The normal Multinode Treepicker works without any problem, but it isn't possible to use within a macro. Anyone got any idea?
I have come this far, but it still allows multiple nodes, and it doesn't start at "NiceDocType", but at the outmost element. Can't you use startNode: {type:'Content', query:'$site/NiceDocType'} anymore?
TreePicker as a Macro DataType
Hi!
I want to have a TreePicker that only allows certain elements and starts at a specific point, in a Macro. The normal Multinode Treepicker works without any problem, but it isn't possible to use within a macro. Anyone got any idea?
I have come this far, but it still allows multiple nodes, and it doesn't start at "NiceDocType", but at the outmost element. Can't you use
startNode: {type:'Content', query:'$site/NiceDocType'}
anymore?/Robert
is working on a reply...