Copied to clipboard

Flag this post as spam?

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


  • James 23 posts 156 karma points
    Jun 05, 2019 @ 23:11
    James
    0

    Multi Url Picker Dialog

    I am trying to get a multi url picker for a grid using Umbraco 7.14

    I can get it working with a single link picker, but wondering if it is possible to select many.

    This is my current piece of code that works and shows 1 link picker:

    dialogService.linkPicker({
     callback: function (data) {
      $scope.control.value = data;
     }
    });
    
  • James 23 posts 156 karma points
    Jun 10, 2019 @ 00:58
    James
    0

    Bump!

  • 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