<?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: Accordion Bookmark Widget in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/accordion-bookmark-widget/m-p/259712#M6148</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Justin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; In most cases have two of the same widgets in your viewer is not hard at all... All you need to do is copy the Bookmark folder and paste it back into the widgets folder renaming it Bookmark2 then in your main config file it would look like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;widget label="Bookmark" x="50" y="100" icon="assets/images/i_bookmark.png" 
&amp;nbsp;&amp;nbsp;&amp;nbsp; config="widgets/Bookmark/BookmarkWidget.xml"
&amp;nbsp;&amp;nbsp;&amp;nbsp; url="widgets/Bookmark/BookmarkWidget.swf"/&amp;gt;
&amp;lt;widget label="Bookmark 2" x="50" y="100" icon="assets/images/i_bookmark.png" 
&amp;nbsp;&amp;nbsp;&amp;nbsp; config="widgets/Bookmark2/BookmarkWidget.xml"
&amp;nbsp;&amp;nbsp;&amp;nbsp; url="widgets/Bookmark2/BookmarkWidget.swf"/&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;This untested by work for other widgets just fine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 12:46:57 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2021-12-11T12:46:57Z</dc:date>
    <item>
      <title>Accordion Bookmark Widget</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/accordion-bookmark-widget/m-p/259709#M6145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is the creator of this sample:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://gis.asfinag.at/GIS/synserver?project=standorte&amp;amp;client=flex"&gt;http://gis.asfinag.at/GIS/synserver?project=standorte&amp;amp;client=flex&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;active in the forum? I'm really interested to know how he/she created their "accordion bookmark" widget. It would work perfectly for a project I'm working on where I have nations, regions, countries, etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you're out there, I'd love to hear from you. If you have an understanding of how he/she went about this, I'd be interested in hearing from you, too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 20:29:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/accordion-bookmark-widget/m-p/259709#M6145</guid>
      <dc:creator>JustinRiggs</dc:creator>
      <dc:date>2011-02-03T20:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Accordion Bookmark Widget</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/accordion-bookmark-widget/m-p/259710#M6146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Justin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A little digging and you will find that the component in question is part of WebOffice 6 Flex Version, a German international esri distributor called SynerGIS. That component is just on of there standard controls.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.mysynergis.com/cms/front_content.php?idcat=258"&gt;http://www.mysynergis.com/cms/front_content.php?idcat=258&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2011 11:24:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/accordion-bookmark-widget/m-p/259710#M6146</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-02-04T11:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Accordion Bookmark Widget</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/accordion-bookmark-widget/m-p/259711#M6147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yeah, I saw that and actually got a demo account with them. I was hoping somebody here had an idea how they developed that widget, though - it's one of the better I've seen. I think I might take a different tactic, though. I might set up my application so that when you click on a region in the bookmark widget, *another* bookmark widget pops open with names of the specific states within that region. I'm not sure how to do that yet, but I'm hoping I'll be able to learn a bit more when I attend ESRI's Flex API training next week.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have any advice on how to accomplish the "two bookmark widgets open at once" trick, Robert, I'd love to hear it. Thanks, as always, for taking time to respond to my posts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Justin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2011 16:36:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/accordion-bookmark-widget/m-p/259711#M6147</guid>
      <dc:creator>JustinRiggs</dc:creator>
      <dc:date>2011-02-04T16:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: Accordion Bookmark Widget</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/accordion-bookmark-widget/m-p/259712#M6148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Justin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; In most cases have two of the same widgets in your viewer is not hard at all... All you need to do is copy the Bookmark folder and paste it back into the widgets folder renaming it Bookmark2 then in your main config file it would look like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;widget label="Bookmark" x="50" y="100" icon="assets/images/i_bookmark.png" 
&amp;nbsp;&amp;nbsp;&amp;nbsp; config="widgets/Bookmark/BookmarkWidget.xml"
&amp;nbsp;&amp;nbsp;&amp;nbsp; url="widgets/Bookmark/BookmarkWidget.swf"/&amp;gt;
&amp;lt;widget label="Bookmark 2" x="50" y="100" icon="assets/images/i_bookmark.png" 
&amp;nbsp;&amp;nbsp;&amp;nbsp; config="widgets/Bookmark2/BookmarkWidget.xml"
&amp;nbsp;&amp;nbsp;&amp;nbsp; url="widgets/Bookmark2/BookmarkWidget.swf"/&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;This untested by work for other widgets just fine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 12:46:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/accordion-bookmark-widget/m-p/259712#M6148</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T12:46:57Z</dc:date>
    </item>
  </channel>
</rss>

