Ok... so this is my first post so here goes. I'm currently using FlexViewer 3.4 and FlashBuilder 4.6.
I'm using "popups" for property information when a user selects a parcel. For this purpose, I have an Assessor Parcel Number and a link to a property report. Unfortunately, the link on the popup creates "new" web browser windows after clicking on the property report link when switching from parcel to parcel.
Attached is a screenshot of the popup.
This is the code for the popup xml file.
~~~~~~~~~~~~~~~~~~~~~~~~~
<?xml version="1.0" ?>
<configuration>
<title>APN {APN}</title>
<description>
<![CDATA[
<font color="#ffd700"><b>{OWNER_NAME}</b></font>
<a HREF="http://myserver/prop/report.cfm?key={APN}" TARGET="PropInfo">View Property Report</a>
]]>
</description>
<showattachments>true</showattachments>
</configuration>
~~~~~~~~~~~~~~~~~~~~~~~~~
Do I need to modify the InfoPopup.mxml file for this action to work properly with popups. If so, what is the tweak?
In fact, the "MySplash" widget by Robert Scheitlin works beautifully. I have links using a named target and they work just fine. The named targeted links all go to a single web page without opening new ones.
Any help would be appreciated!
Thanks in advance...
John
I'm using "popups" for property information when a user selects a parcel. For this purpose, I have an Assessor Parcel Number and a link to a property report. Unfortunately, the link on the popup creates "new" web browser windows after clicking on the property report link when switching from parcel to parcel.
Attached is a screenshot of the popup.
This is the code for the popup xml file.
~~~~~~~~~~~~~~~~~~~~~~~~~
<?xml version="1.0" ?>
<configuration>
<title>APN {APN}</title>
<description>
<![CDATA[
<font color="#ffd700"><b>{OWNER_NAME}</b></font>
<a HREF="http://myserver/prop/report.cfm?key={APN}" TARGET="PropInfo">View Property Report</a>
]]>
</description>
<showattachments>true</showattachments>
</configuration>
~~~~~~~~~~~~~~~~~~~~~~~~~
Do I need to modify the InfoPopup.mxml file for this action to work properly with popups. If so, what is the tweak?
In fact, the "MySplash" widget by Robert Scheitlin works beautifully. I have links using a named target and they work just fine. The named targeted links all go to a single web page without opening new ones.
Any help would be appreciated!
Thanks in advance...
John