<?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: How do I add bookmarks via code to bookmark widget in web app builder application? in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-add-bookmarks-via-code-to-bookmark-widget/m-p/522649#M13686</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to try your firefox workflow but I'm unable to connect to our internal applications using firefox.&amp;nbsp; If you've done some troubleshooting with different browsers and ADFS and web-tier security I can elaborate otherwise we can leave it be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only thing I've been able to modify is the images, but only when I change the name of the physical file and not when I change the name in the config.json file.&amp;nbsp; For instance, when I rename a png image I made to thumbnail_great_wall.png then China comes up like this in the bookmarks&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.esri.com/legacyfs/online/66290_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I change the name of the China "thumbnail" value to images/Askov.png I get the same image I physically renamed to thumbnail_great_wall.png&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any chance it's the program I'm using (Notepad ++)?&amp;nbsp; I've tried everything I can find on google from clearing cache in IE and Chrome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Brandon &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Feb 2015 21:31:02 GMT</pubDate>
    <dc:creator>BrandonKeinath1</dc:creator>
    <dc:date>2015-02-27T21:31:02Z</dc:date>
    <item>
      <title>How do I add bookmarks via code to bookmark widget in web app builder application?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-add-bookmarks-via-code-to-bookmark-widget/m-p/522645#M13682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I’m trying to add a number of new bookmarks into an existing web app builder application we have on our arcgis server.&amp;nbsp; I believe that I’ve followed the correct syntax but the main issue is that I’m not seeing any changes when I edit the config.json file in the bookmark widget folder.&amp;nbsp; I’ve tried clearing my cache, creating a new application with the new file, yelling, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help me with the correct workflow or with tricks for adding new bookmarks to an existing web app builder application bookmark&lt;BR /&gt;config.json?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brandon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 18:36:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-add-bookmarks-via-code-to-bookmark-widget/m-p/522645#M13682</guid>
      <dc:creator>BrandonKeinath1</dc:creator>
      <dc:date>2015-02-26T18:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: How do I add bookmarks via code to bookmark widget in web app builder application?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-add-bookmarks-via-code-to-bookmark-widget/m-p/522646#M13683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm assuming Developers version and not AGOL. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added my bookmarks to my \server\apps\##\configs\Bookmark\confi_BookMark.json and my images to a (a subfolder in my case) \server\apps\##\images\&amp;lt;my folder&amp;gt; and have got them to show up.&amp;nbsp; However, if you have any of the brackets { } or a comma out of place, or too many, I have issue, so check that.&amp;nbsp; Sample from my .json is below.&amp;nbsp; BTW, I'm using the Spatial Reference of my basemap (3338), and I have not removed the "bookmarks3D" yes, but I bet I can.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;{
&amp;nbsp; "bookmarks2D": [
&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "name": "Alaska",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "extent": {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "xmin": -2198425.951556916,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ymin": -571799.0103886893,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "xmax": 2161916.1024605264,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ymax": 3191641.8498263652,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "spatialReference": {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "wkid": 3338
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "thumbnail": "images/GMU/state.gif"
&amp;nbsp;&amp;nbsp;&amp;nbsp; },
&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "name": "GMU 1",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "extent": {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "xmin": 904970.132301448,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ymin": 709069.0643382578,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "xmax": 1513301.348963881,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ymax": 1245433.4704004033,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "spatialReference": {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "wkid": 3338
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "thumbnail": "images/GMU/gmu1.gif"
&amp;nbsp;&amp;nbsp;&amp;nbsp; },
&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "name": "Subunit 1A",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "extent": {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "xmin": 1325182.2227256289,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ymin": 748518.518237165,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "xmax": 1500865.9074263317,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ymax": 960661.8591905136,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "spatialReference": {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "wkid": 3338
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "thumbnail": "images/GMU/gmu1A.gif"
&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp; ],
&amp;nbsp; "bookmarks3D": [
&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "name": "China",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "camera": [
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 116.38,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 39.9,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100000,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ],
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "thumbnail": "images/thumbnail_beijing.png"
&amp;nbsp;&amp;nbsp;&amp;nbsp; },
&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "name": "SF",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "camera": [
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -122.3956840179302,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 37.78329055435611,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 235.5668830918148,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 327.4062957304337,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 66.71004825534648
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ],
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "thumbnail": "images/thumbnail_sf.png"
&amp;nbsp;&amp;nbsp;&amp;nbsp; },
&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "name": "USA",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "camera": [
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -108.919,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 34.2259,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4126880,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 340.71,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5.91655
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ],
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "thumbnail": "images/thumbnail_us.png"
&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp; ],
&amp;nbsp; "flyTime": 3000
}
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 22:47:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-add-bookmarks-via-code-to-bookmark-widget/m-p/522646#M13683</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2021-12-11T22:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do I add bookmarks via code to bookmark widget in web app builder application?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-add-bookmarks-via-code-to-bookmark-widget/m-p/522647#M13684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rebecca,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A good assumption.&amp;nbsp; Yes, I am using the developer's edition and I'm sorry I didn't make that clear from the start.&amp;nbsp; I've been able to successfully modify the code, as in save the changes in notepad ++, but the changes don't show up when I look at the app again.&amp;nbsp; I have certainly made bracket and other syntax errors but I can't even make a change like swapping "Alaksa" for "ALASKA_FOREVER!!!".&amp;nbsp; The only change I seem able to make it by removing the images folder the same bookmarks show up without images.&amp;nbsp; Other than that I seem to be helpless.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brandon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 14:25:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-add-bookmarks-via-code-to-bookmark-widget/m-p/522647#M13684</guid>
      <dc:creator>BrandonKeinath1</dc:creator>
      <dc:date>2015-02-27T14:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: How do I add bookmarks via code to bookmark widget in web app builder application?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-add-bookmarks-via-code-to-bookmark-widget/m-p/522648#M13685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brandon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the bookmark widget code there is this comment:&lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;P&gt;if user add/delete a bookmark, we will save all of the bookmarks into the local storage.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clearing the local storage is very dependent on what browser and if that browser supports HTML5 local storage or not. So I use Fire Fox 33 and If I deleted a bookmark for a WAB site, I can restore what bookmarks that site had originally configured by clearing the local storage for my WAB sites URL by going to my WAB site and clicking F12 or Ctrl + Shift + I (to bring up fire fox developer tools) and then in the web console command line I enter "localStorage.clear();" and click enter. That is all there is to it in Firefox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason I mention this is that the bookmark widget stores bookmarks in the browsers local storage. So if you deleted or added a bookmark using the bookmark widgets UI then these change are stored in your browsers local storage. this could be causing you some issues. So I would clear your local storage and see if your bookmarks added to the config show up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 14:38:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-add-bookmarks-via-code-to-bookmark-widget/m-p/522648#M13685</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-02-27T14:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: How do I add bookmarks via code to bookmark widget in web app builder application?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-add-bookmarks-via-code-to-bookmark-widget/m-p/522649#M13686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to try your firefox workflow but I'm unable to connect to our internal applications using firefox.&amp;nbsp; If you've done some troubleshooting with different browsers and ADFS and web-tier security I can elaborate otherwise we can leave it be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only thing I've been able to modify is the images, but only when I change the name of the physical file and not when I change the name in the config.json file.&amp;nbsp; For instance, when I rename a png image I made to thumbnail_great_wall.png then China comes up like this in the bookmarks&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.esri.com/legacyfs/online/66290_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I change the name of the China "thumbnail" value to images/Askov.png I get the same image I physically renamed to thumbnail_great_wall.png&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any chance it's the program I'm using (Notepad ++)?&amp;nbsp; I've tried everything I can find on google from clearing cache in IE and Chrome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Brandon &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 21:31:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-add-bookmarks-via-code-to-bookmark-widget/m-p/522649#M13686</guid>
      <dc:creator>BrandonKeinath1</dc:creator>
      <dc:date>2015-02-27T21:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do I add bookmarks via code to bookmark widget in web app builder application?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-add-bookmarks-via-code-to-bookmark-widget/m-p/522650#M13687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brandon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Both IE and Chrome have ways to clear their local storage as well I am just not immediately familiar with those. I would just Google it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 21:37:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-add-bookmarks-via-code-to-bookmark-widget/m-p/522650#M13687</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-02-27T21:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I add bookmarks via code to bookmark widget in web app builder application?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-add-bookmarks-via-code-to-bookmark-widget/m-p/522651#M13688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The googling I've done doesn't appear to be working and rather than spend too much more time on it I'm going to submit an esri incident.&amp;nbsp; I'll post back when the incident is resolved with my final solution.&amp;nbsp; I appreciate your thoughts and effort, yours too &lt;A href="https://community.esri.com/migrated-users/2691"&gt;Rebecca Strauch&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Brandon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 21:42:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-add-bookmarks-via-code-to-bookmark-widget/m-p/522651#M13688</guid>
      <dc:creator>BrandonKeinath1</dc:creator>
      <dc:date>2015-02-27T21:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: How do I add bookmarks via code to bookmark widget in web app builder application?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-add-bookmarks-via-code-to-bookmark-widget/m-p/522652#M13689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brandon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Here is what works in both IE, Chrome and FF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/20610029/how-to-clear-localstorage-in-ie10-ie11-from-developer-tool" title="http://stackoverflow.com/questions/20610029/how-to-clear-localstorage-in-ie10-ie11-from-developer-tool"&gt;javascript - How to clear localStorage in IE10 &amp;amp; IE11 from developer tool? - Stack Overflow&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 21:49:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-add-bookmarks-via-code-to-bookmark-widget/m-p/522652#M13689</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-02-27T21:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: How do I add bookmarks via code to bookmark widget in web app builder application?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-add-bookmarks-via-code-to-bookmark-widget/m-p/522653#M13690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run the code referenced in the link I get “undefined” returned in the console.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brandon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 21:54:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-add-bookmarks-via-code-to-bookmark-widget/m-p/522653#M13690</guid>
      <dc:creator>BrandonKeinath1</dc:creator>
      <dc:date>2015-02-27T21:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: How do I add bookmarks via code to bookmark widget in web app builder application?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-add-bookmarks-via-code-to-bookmark-widget/m-p/522654#M13691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's perfect as &lt;SPAN class="comment-copy"&gt;it returns undefined because clear does not return anything, hence undefined&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 22:15:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-add-bookmarks-via-code-to-bookmark-widget/m-p/522654#M13691</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-02-27T22:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do I add bookmarks via code to bookmark widget in web app builder application?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-add-bookmarks-via-code-to-bookmark-widget/m-p/522655#M13692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, well that does make sense.&amp;nbsp; Unfortunately nothing is different following the command and resulting "undefined".&amp;nbsp; I'll report back on the eventual solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Brandon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2015 20:28:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-do-i-add-bookmarks-via-code-to-bookmark-widget/m-p/522655#M13692</guid>
      <dc:creator>BrandonKeinath1</dc:creator>
      <dc:date>2015-02-28T20:28:13Z</dc:date>
    </item>
  </channel>
</rss>

