I want to have a Muti Node Treepicker property editor that allows me to store a checkbox true/false value along with each node chosen as in the image below:
I'm just not quite sure where to start (never created a property editor before). Can someone point me in the right direction - latest applicable docs / or maybe someone has done something like this before?
Ideally I'd also like to extend the Umbraco Core Value Property Converter for the MNTP to work with how this data is stored as well.
I addition to the links that Alexander already have pointed out, perhaps it will also be a good starting point to see the AngularWorkbook https://github.com/umbraco/AngularWorkbook
New Property Editor - Combining Editors
Hi all,
I want to have a Muti Node Treepicker property editor that allows me to store a checkbox true/false value along with each node chosen as in the image below:
I'm just not quite sure where to start (never created a property editor before). Can someone point me in the right direction - latest applicable docs / or maybe someone has done something like this before?
Ideally I'd also like to extend the Umbraco Core Value Property Converter for the MNTP to work with how this data is stored as well.
Cheers,
Alan
Hi Alan,
Welcome to the best community in the world ))
Here some links to the property editors manuals:
http://our.umbraco.org/documentation/v480/Extending-Umbraco/Property-Editors/creating-tutorial1-v7
http://our.umbraco.org/documentation/using-umbraco/backoffice-overview/property-editors/
http://creativewebspecialist.co.uk/2013/08/23/how-i-built-my-first-property-editor-for-umbraco-belle/
http://umbraco.github.io/Belle/#/api
For the extending Umbraco Core Value Property Converter you can get source code from https://github.com/Jeavon/Umbraco-Core-Property-Value-Converters/tree/v2 and do what you want.
Thanks, Alexander
Hi Alan,
I addition to the links that Alexander already have pointed out, perhaps it will also be a good starting point to see the AngularWorkbook https://github.com/umbraco/AngularWorkbook
Hope this helps,
/Dennis
Thanks Dennis, Great link ) I didn't watch it before.
Dennis, Alex thanks for the helpful info. I'll take a stab at it. Angular here I come! :)
is working on a reply...