Displaying active hyperlinks in grid
Hi!
I am developing a plugin that generates a URL at some point and uses
DocumentField field = DocumentField.createURLField(name, description, code);
document.setFieldValue(field,someUrl);
The URL is then correctly displayed in the grid, but it is not an active hyperlink; clicking on it only selects the row or goes into editing mode.
Is there something I am missing? If I copy and paste the URL into the webbrowser, it is loaded correctly.
All the best,
Anne
-
Hi Anne,
Unfortunately you're not missing anything. The URL won't be a hyperlink.
Users will have to copy it into a browser. You can also copy it via right click menu.
Cheers,
Matthew0 -
Hi Matthew,
Thanks for the clarification! I was somehow expecting it to be a hyperlink, seeing as it is explicitely a URL field.
Cheers,
Anne
0
Please sign in to leave a comment.
Comments
2 comments