Is it possible to add a Nested Content PropertyEditor to a custom Dashboard? Or do I need to create something like that myself?
I want the user to be able to create a couple of items, and when he hits the submit button, I want to have that object in AngularJS to submit it to my controller.
And if possible, I would like to just implement the nested content property editor (among other controls) for this.
Nested Content Editor on dashboard
Is it possible to add a Nested Content PropertyEditor to a custom Dashboard? Or do I need to create something like that myself?
I want the user to be able to create a couple of items, and when he hits the submit button, I want to have that object in AngularJS to submit it to my controller.
And if possible, I would like to just implement the nested content property editor (among other controls) for this.
Hi Jeroen
That is definitely possible.
Umbraco comes with some angular directives you can use, to render a property editor, thus also a Nested Content editor.
Here's a blog post explaining how to reuse the multi node tree picker. The exercise is the same: https://www.wiliam.com.au/wiliam-blog/reusing-the-multi-node-tree-picker-in-a-custom-section
is working on a reply...