<?xml version="1.0" ?> <configuration> <title>{Tax_Parcel.CAMA_PIN}</title> <description> <![CDATA[<b>Address: </b>{TAX2010.Address}<b><br>Owner: </b>{TAX2010.owner}<b><br>Co-Owner: </b>{TAX2010.co_owner}<b><br>Tax District: </b>{TAX2010.tax_district}<br><a href='http://indekalb/departments/taxcommissioner/Display.asp?parcel={Tax_Parcel.CAMA_PIN}'><b>Property Tax Link</b></a>]]> </description> </configuration> <!-- Pop-up configuration file for: http://gis-image-srv1/ArcGIS/rest/services/Parcels/MapServer/26 -->
Paul, Yes it is best to stay up to date as Version 2.3.1 fixed some big issues esri had.So to get the fix in your FlexViewer and have it apply to all your popups you nee to create a com.esri.ags.skins package by right clciking on the src folder in Flash Builder and choosing new package. Then just paste the attached mxml file in the zip and run the flexviewer app.
esri|PopUpRenderer { skinClass:ClassReference('com.esri.viewer.skins.PopUpRendererSkin'); }
<description> <![CDATA[<b>Community: <FONT COLOR="#4D0000"><i>{COMMUNITY}</i></FONT><br>Unit #'s: <FONT COLOR="#4D0000"><i>{Unit_NOs}</i></FONT><br>Total Units: <FONT COLOR="#4D0000"><i>{Total_Unit}</i></FONT><br>Comments: <FONT COLOR="#4D0000"><i>{COMMENTS}</i></FONT><br></b>]]> </description>
if (popUpInfo.description) { htmlText = StringUtil.substitute(popUpInfo.description, formattedAttributes); if (htmlText) { cleanAndSetHtmlText(descriptionText, htmlText); vGroup.addElement(descriptionText); } //Fix for the 2.3.x popup text color bug RJS descriptionText.styleSheet = textStyleSheet; }
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.