Hi everyone, i have a flex tempalte wirth the Searcg widget with this config:
<layer>
<name>Praias</name>
<url>http://cultura.cm-mafra.pt/ArcGISMafra/rest/services/FLEX/Flex_Turismo/MapServer/3</url>
<expression>NOME Like '%[value]%'</expression>
<textsearchlabel>Nome</textsearchlabel>
<titlefield>NOME</titlefield>
<linkfield>LINK<\linkfield>
<linkfield>QUALIDADE_AGUA<\linkfield>
<fields>
<field name="NAME" alias="Name"/>
<field name="ACESS" alias="Acess"/>
<field name="BA_field" alias="blue flag"/>
<field name="QUALITY" alias="quality"/>
<field name="VIGIL" alias="Vigilante"/>
<field name="BAR" alias="Bar"/>
<field name="OBS_LINK" alias="More info"/>
<field name="QUALITY_LINK" alias="Quality Info"/>
</fields>
<orderbyfields>NAME</orderbyfields>
</layer>
The last 2 fields contains already URL in the value. How can in configure this config to activate the last two fields with hiperlink???
many thanks
<layer>
<name>Praias</name>
<url>http://cultura.cm-mafra.pt/ArcGISMafra/rest/services/FLEX/Flex_Turismo/MapServer/3</url>
<expression>NOME Like '%[value]%'</expression>
<textsearchlabel>Nome</textsearchlabel>
<titlefield>NOME</titlefield>
<linkfield>LINK<\linkfield>
<linkfield>QUALIDADE_AGUA<\linkfield>
<fields>
<field name="NAME" alias="Name"/>
<field name="ACESS" alias="Acess"/>
<field name="BA_field" alias="blue flag"/>
<field name="QUALITY" alias="quality"/>
<field name="VIGIL" alias="Vigilante"/>
<field name="BAR" alias="Bar"/>
<field name="OBS_LINK" alias="More info"/>
<field name="QUALITY_LINK" alias="Quality Info"/>
</fields>
<orderbyfields>NAME</orderbyfields>
</layer>
The last 2 fields contains already URL in the value. How can in configure this config to activate the last two fields with hiperlink???
many thanks