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

Re: Popup close button

$
0
0
Here is my Popup Config.

Code:

<?xml version="1.0" ?>
<configuration>
    <title>{DESCRIPT}</title>
    <description>
                <![CDATA[<a href='{Hyperlink_Relative_Path}'><img src='{jpg_Popup_Path}' width=800></a>
              <!--  <img src='{jpg_Popup_Path}' width=800> -->
                       



                ]]>
    </description>
 
    <fields>
        <field name="PHOTOTYPE"/>
        <field name="FIELDDATE"/>
        <field name="DESCRIPT"/>
        <field name="Hyperlink_Relative_Path"/>
    </fields>

</configuration>


Viewing all articles
Browse latest Browse all 2097