Working with the Identify - Popup sample code Is there a way to configure the returned value as a link?Example:var template = new esri.InfoTemplate("",
"<b>Station:</b> ${Corner Point Identifier}");
I'd like the Corner Point Identifier to be returned as a link to its individual file.All the files have the same path except for the Corner Point Identifier + .pdfIs this possible?