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

    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!

Please Sign in or register to post replies

Write your reply to:

Draft