Hi,
I am trying to open the dialogService.linkPicker with pre-populated values (editing a link) on a custom Sir Trevor block. So far I have (below) which does open the link picker window but is there a way to pass in prevalues? I have tried 'options' and 'dialogData' but no joy. Any thoughts?
Cheers
...
var uDialogService = ngi.get("dialogService");
uDialogService.linkPicker({callback: block.onLinkSelected });
This is a companion discussion topic for the original entry at https://our.umbraco.com/forum/57033-dialogservice-linkpicker-populate-values