<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ToolTip Formatting in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/tooltip-formatting/m-p/484363#M11089</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;It sounds like this is more than you need, but just in case, this sample shows how you can create custom tool tips where you can then show whatever you'd like:&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=MapTips"&gt;http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=MapTips&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Dasa. That does look a bit simpler. I'll give it a try.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Lisa Shertz&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GIS Analyst&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Longmont, Colorado&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 May 2010 16:11:49 GMT</pubDate>
    <dc:creator>LisaShertz</dc:creator>
    <dc:date>2010-05-04T16:11:49Z</dc:date>
    <item>
      <title>ToolTip Formatting</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/tooltip-formatting/m-p/484359#M11085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In my ToolTip I would like to change to a bold font the 'titles" of the attributes that I am showing, while leaving the attributes non bold. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, instead of:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Description:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Blah blah blah blah blah blah blah blah blah. Blah blah blah blah blah blah blah blah blah. Blah blah blah blah blah blah blah blah blah. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Contact: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Blahblah Blahblah.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Description:&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Blah blah blah blah blah blah blah blah blah. Blah blah blah blah blah blah blah blah blah. Blah blah blah blah blah blah blah blah blah. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Contact: &lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Blahblah Blahblah.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can change the appearance of the whole ToolTip, but how do I change just a part?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The attributes and their titles are defined in a queryTask&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Lisa Shertz&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Gis Analyst&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Longmont, Colorado&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 19:34:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/tooltip-formatting/m-p/484359#M11085</guid>
      <dc:creator>LisaShertz</dc:creator>
      <dc:date>2010-05-03T19:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: ToolTip Formatting</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/tooltip-formatting/m-p/484360#M11086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Take a look at this blog about formatting ToolTips: &lt;/SPAN&gt;&lt;A href="http://flexscript.wordpress.com/2008/08/19/flex-html-tooltip-component/"&gt;http://flexscript.wordpress.com/2008/08/19/flex-html-tooltip-component/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 19:40:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/tooltip-formatting/m-p/484360#M11086</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2010-05-03T19:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: ToolTip Formatting</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/tooltip-formatting/m-p/484361#M11087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ken, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That looks great!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll give it a try.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Lisa Shertz&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GIS Analyst &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Longmont, Colorado&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 19:50:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/tooltip-formatting/m-p/484361#M11087</guid>
      <dc:creator>LisaShertz</dc:creator>
      <dc:date>2010-05-03T19:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: ToolTip Formatting</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/tooltip-formatting/m-p/484362#M11088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It sounds like this is more than you need, but just in case, this sample shows how you can create custom tool tips where you can then show whatever you'd like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=MapTips"&gt;http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=MapTips&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 21:48:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/tooltip-formatting/m-p/484362#M11088</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2010-05-03T21:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: ToolTip Formatting</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/tooltip-formatting/m-p/484363#M11089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;It sounds like this is more than you need, but just in case, this sample shows how you can create custom tool tips where you can then show whatever you'd like:&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=MapTips"&gt;http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=MapTips&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Dasa. That does look a bit simpler. I'll give it a try.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Lisa Shertz&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GIS Analyst&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Longmont, Colorado&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 16:11:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/tooltip-formatting/m-p/484363#M11089</guid>
      <dc:creator>LisaShertz</dc:creator>
      <dc:date>2010-05-04T16:11:49Z</dc:date>
    </item>
  </channel>
</rss>

