Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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:
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
is working on a reply...