Hyperlink Within Identify Dijit

386
0
02-06-2011 10:44 PM
MartynShields
New Contributor II
Hi

How would I add a Hyperlink to the Identify Dijit, the code it needs to be added to is;

identifyDijit = new dijits.identify.Identify
        ({ map: this._map, label: "Identify features", defaultTolerance: 2, mapServices: [{ url: "http://arcgis/ArcGIS/rest/services/Features/MapServer/", name: "Humberside Features",
            //layerIds: [0],
            layerOption: esri.tasks.IdentifyParameters.LAYER_OPTION_ALL,
            displayOptions: {"0": { layerAlias: "Risk Information", displayFieldName: "URN", attributes: ["URN","FILE_PATH", "NAME", "TYPE","SITE_ID"] }
               }

The FILE_PATH is what I need to be displayed as a Hyperlink.
0 Kudos
0 Replies