Select to view content in your preferred language

PopUP Window Text Break

881
2
Jump to solution
06-26-2012 07:46 AM
JustinGleeson
Deactivated User
Hi All,

I'm using pop-up windows to show some descriptive information on geographical areas. The text is quite long and I want to add in some breaks. Any suggestions on how I can do this? Text I'm using at the moment is as follows:


<![CDATA[The rental 'asking price' for the average property in this area in 2012 was <b>&#8364;{R_AVPR_12}</b>. At peak prices(2007), the average rental 'asking price' was <b>&#8364;{R_AVPR_07}</b>. ]]>

<![CDATA[This represents a change in average rental 'asking price' of <b>{R_AV_FALL}%</b>. The average property rental 'asking price' in the country is currently (late 2011) <b>&#8364;583</b>, down <b>-26%</b> from <b>&#8364;790</b> in 2007. ]]>

<![CDATA[In this area average asking rental prices in 2012 for 2 Beds are <b>&#8364;{R_2BT_12}</b>, 3 Beds are <b>&#8364;{R_3BS_12}</b> and 4 Beds are <b>&#8364;{R_4BB_12}</b> . ]]>

Also - are there any example of how to include a bar chart/histogram within the pop-up window?

hope you can help,

many thanks

Justin
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
JustinGleeson
Deactivated User
Thanks Robert. This did the trick

View solution in original post

0 Kudos
2 Replies
RobertScheitlin__GISP
MVP Emeritus
Justin

   Sure just use <br> in your CDATA and for using charts look at the popup documentation here:

http://resources.arcgis.com/en/help/flex-viewer/concepts/01m3/01m30000002q000000.htm

Don't forget to click the Mark as answer check on this post and to click the top arrow (promote).
Follow the steps as shown in the below graphic:

0 Kudos
JustinGleeson
Deactivated User
Thanks Robert. This did the trick
0 Kudos