Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Andy Blyth 9 posts 120 karma points
    Sep 22, 2015 @ 11:25
    Andy Blyth
    0

    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!

    <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>
    

    Thanks in advance

  • Dennis Aaen 4500 posts 18255 karma points admin hq c-trib
    Sep 22, 2015 @ 11:31
    Dennis Aaen
    0

    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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies