Have a listview of items that are not children to that node
Is there anyway I can have a tab on a page and select the type of node or a different parent node?
I want to have one page but multiple tabs with a list view on each. I cannot find anyway to achieve this. Is the list view only working to show list of children to that page?
Have a listview of items that are not children to that node
Is there anyway I can have a tab on a page and select the type of node or a different parent node?
I want to have one page but multiple tabs with a list view on each. I cannot find anyway to achieve this. Is the list view only working to show list of children to that page?
Hi Mike,
Yes, listview is for child nodes.
You have to create your own property editor - http://umbraco.github.io/Belle/#/tutorials/CreatingAPropertyEditor
Thanks
is working on a reply...