Quantcast
Channel: Forums - ArcGIS Viewer for Flex
Viewing all articles
Browse latest Browse all 2097

Could I get an example for linkprefix?

$
0
0
This should be an easy one. I think all I need is an example. Right now I have a field that has a file name and I need to append a link prefix to it. I got it to work in the pop-up like so:
Code:

{APN}
{FINDING}
<a href="http://server/folder1/folder2/{FILENAME}">PDF Link</a>

When I attempt to configure the Identify widget I see a location for a link prefix but can't find an example of how to enter the necessary prefix.

Code:

              <links>
                <link includeinresults="true" field="FILENAME" alias="PDF Link" tooltip="View PDF">
                    <linkprefix/>
                    <linksuffix/>
                    <iconfield/>
                    <iconprefix/>
                    <iconsuffix/>
                </link>

Any help would be greatly appreciated.

Viewing all articles
Browse latest Browse all 2097

Trending Articles