Copied to clipboard

Flag this post as spam?

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


  • Arne 16 posts 37 karma points
    Nov 02, 2023 @ 16:13
    Arne
    0

    Open sort dialog with AngularJS (editorService / navigationService)?

    Hi there,

    I've created a plugin in Umbraco 11.2.1. In the plugin controller, I use editorService to open inline content editors. Works perfect.

    Is there a similar solution to open a sort dialog in an Umbraco plugin (AngularJS), so I can sort all nodes below a specific nodeId?

    I've checked the Umbraco source code but there's no sort-method in editorService. A lot of other methods are in there however, like copy and move.

    With navigationService, I can call .showDialog({}) like this:

    navigationService.showDialog({
        node: {},
        action: {},
        section: {}
    });
    

    Sadly that gives a lot of troubles when trial & erroring my way through, as there's no documentation available.

    Can someone help me out? Thanks!

    Regards, Arne

Please Sign in or register to post replies

Write your reply to:

Draft