I have developed a back office plugin and it create an application / tree / etc. I have got everything working perfectly, except one last thing, which isn't strictly needed, but would make the package much more usable.
I want to add a content picker to my edit.html, but I can't find much on doing this. I know there are some new tags that can be used such as <umb-header>, but I can't find anything like a <umb-content-picker>.
So for now I have settled for a textbox as shown below, but if someone could point me in the right direction, that would be great!
<umb-control-group label="Parent Node ID" description="Where the child nodes will be added">
<input type="text" class="umb-editor umb-textstring" ng-model="rootNodeId" required />
</umb-control-group>
Adding a Content Picker to a backoffice page
I have developed a back office plugin and it create an application / tree / etc. I have got everything working perfectly, except one last thing, which isn't strictly needed, but would make the package much more usable.
I want to add a content picker to my edit.html, but I can't find much on doing this. I know there are some new tags that can be used such as
<umb-header>
, but I can't find anything like a<umb-content-picker>
.So for now I have settled for a textbox as shown below, but if someone could point me in the right direction, that would be great!
Thanks in advance
Hi Andy,
Perhaps this thread can help you a step further. https://our.umbraco.org/forum/umbraco-7/using-umbraco-7/59563-Tutorial-on-creating-custom-grid-editors
Hope this helps,
/Dennis
is working on a reply...