Repeating content within umbraco (much like repeating components within tridion)
Hi,
I am trying to create a property whicvh will pick content from a node i will create, the question i have is how do i build my site so content editors can add multiple content pickers to the page without creating them first? (much like repeating components within tridion)
i realise that umbraco is a page structured cms and not a component based cms, i am just querying wheather there is a work around for this?
You could try using the uComponents pacakage which contains a new 'Multi-node Tree Picker' data type. This allows you to choose multiple nodes in the content or media trees to be saved with the current document type.
Repeating content within umbraco (much like repeating components within tridion)
Hi,
I am trying to create a property whicvh will pick content from a node i will create, the question i have is how do i build my site so content editors can add multiple content pickers to the page without creating them first? (much like repeating components within tridion)
i realise that umbraco is a page structured cms and not a component based cms, i am just querying wheather there is a work around for this?
Regards
Neil.
Hi Neil,
You could try using the uComponents pacakage which contains a new 'Multi-node Tree Picker' data type. This allows you to choose multiple nodes in the content or media trees to be saved with the current document type.
http://ucomponents.codeplex.com/wikipage?title=MultiNodeTreePicker&referringTitle=Documentation
Hope this helps :)
Tony
The uCompenents render template may also be useful:
http://ucomponents.codeplex.com/wikipage?title=RenderTemplates&referringTitle=Documentation
have a look at the video on the page
is working on a reply...