Select to view content in your preferred language

Popup issues : fields ignored while using <description>

575
1
10-27-2011 08:39 AM
JeffPerkins
Occasional Contributor
If I'm using <description>, <fields> are ignored .  I've added the PopUpRendererSkin.mxml to my skins.  This resolved the blank after the second click..which is great.    Can anyone shed some light on this.  Maybe my configuration of description?

Here's my config. 
<?xml version="1.0" ?>
<configuration>
    <title>{TxSedID}</title>
  <fields>
        <field name="TxSedID" visible="true"/>
        <field name="SampleType" visible="true"/>
        <field name="SampleDate" visible="true"/>
        <field name="SampleMethod" visible="true"/>
        <field name="Source" visible="true"/>
        <field name="County" visible="true"/>
        <field name="WaterBody" visible="true"/>
        <field name="ProjectExtent" visible="true"/>
        <field name="SampleDepth" visible="true"/>
        <field name="SampleDepthUnits " visible="true"/>
        <field name="CoreLength" visible="true"/>
        <field name="CoreLengthUnits" visible="true"/>
       
    </fields>
   
    <description>

    <![CDATA[<a> href='http://txsed.glo.texas.gov/txsed/dsweb/ApplySimpleSearch?value1={TxSedID}&D1=Collection-34'> Doc </a>]]>

</description>
<showattachments>false</showattachments>

   
   
   
</configuration>
Tags (2)
0 Kudos
1 Reply
RobertScheitlin__GISP
MVP Emeritus
Jeff,

   It is not an issue what you are seeing is by design. It is either or not both.
0 Kudos