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
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; } });
Bump!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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:
Bump!
is working on a reply...