<?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: Bookmark Widget - Styling Suggestions For Simple List And No Thumbnail in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/bookmark-widget-styling-suggestions-for-simple/m-p/492100#M12944</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Larry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was thinking of a design more along the line of &lt;A href="https://developers.arcgis.com/javascript/jssamples/widget_bookmarks_editable.html"&gt;this sample&lt;/A&gt; but I'm interested in giving your method a try.&amp;nbsp; I've copied over Anvil and see the default greeting as expected when I run my app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've looked over your Acme widget, it looks like I need to copy over &lt;EM&gt;_onWidgetLoaded&lt;/EM&gt;, &lt;EM&gt;_modifyWidgets&lt;/EM&gt;, &lt;EM&gt;_modifyWidget &lt;/EM&gt;and &lt;EM&gt;_processBookmark&lt;/EM&gt; functions as well as &lt;EM&gt;BookmarkPlus/images/&lt;/EM&gt;.&lt;EM&gt;&amp;nbsp; &lt;/EM&gt;I'm having trouble stepping any further in to it than &lt;EM&gt;_onWidgetLoaded&lt;/EM&gt; as &lt;EM&gt;array.indexOf(this.widgetNamesToProcess, widget.label)&lt;/EM&gt; is always -1 in &lt;EM&gt;_onWidgetLoaded&lt;/EM&gt; and therefore never moves on to &lt;EM&gt;_modifyWidget &lt;/EM&gt;(though I do get each widget label as each widget is created).&amp;nbsp; Might I be missing something obvious?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Jun 2015 17:57:19 GMT</pubDate>
    <dc:creator>AndrewHayden1</dc:creator>
    <dc:date>2015-06-11T17:57:19Z</dc:date>
    <item>
      <title>Bookmark Widget - Styling Suggestions For Simple List And No Thumbnail</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/bookmark-widget-styling-suggestions-for-simple/m-p/492098#M12942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to style the bookmark widget to display a simple list of bookmark names with no thumbnail images.&amp;nbsp; I've only really been successful in not displaying the thumbnail image (.jimu-img-node .node-box{ display: none;}) but otherwise have been stuck with variations of a row of 3 bookmark names with a large space between each row.&amp;nbsp; I'm wondering if anyone has any styling examples or suggestions to get me on track?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 15:33:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/bookmark-widget-styling-suggestions-for-simple/m-p/492098#M12942</guid>
      <dc:creator>AndrewHayden1</dc:creator>
      <dc:date>2015-06-09T15:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmark Widget - Styling Suggestions For Simple List And No Thumbnail</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/bookmark-widget-styling-suggestions-for-simple/m-p/492099#M12943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've modified the Bookmark Widget to do just what you want, I think.&amp;nbsp; I didn't edit the widget code, but used Dojo's aspect oriented programming (aspect.before, aspect.after, aspect.around) to modify its appearance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These modifications are in my "headless" Acme Widget.&amp;nbsp; Look on this page: &lt;A _jive_internal="true" href="https://community.esri.com/thread/140865"&gt;Larrys Custom WAB Widgets and More&lt;/A&gt;​.&amp;nbsp; For now, you would need to download the entire app to see the Acme Widget code.&amp;nbsp; Anvil is an example of a "headless" widget that only has a few lines of code in it.&amp;nbsp; You would need to find the Bookmark Widget code in the app and put that code into Anvil.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Larry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 16:17:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/bookmark-widget-styling-suggestions-for-simple/m-p/492099#M12943</guid>
      <dc:creator>LarryStout</dc:creator>
      <dc:date>2015-06-09T16:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmark Widget - Styling Suggestions For Simple List And No Thumbnail</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/bookmark-widget-styling-suggestions-for-simple/m-p/492100#M12944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Larry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was thinking of a design more along the line of &lt;A href="https://developers.arcgis.com/javascript/jssamples/widget_bookmarks_editable.html"&gt;this sample&lt;/A&gt; but I'm interested in giving your method a try.&amp;nbsp; I've copied over Anvil and see the default greeting as expected when I run my app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've looked over your Acme widget, it looks like I need to copy over &lt;EM&gt;_onWidgetLoaded&lt;/EM&gt;, &lt;EM&gt;_modifyWidgets&lt;/EM&gt;, &lt;EM&gt;_modifyWidget &lt;/EM&gt;and &lt;EM&gt;_processBookmark&lt;/EM&gt; functions as well as &lt;EM&gt;BookmarkPlus/images/&lt;/EM&gt;.&lt;EM&gt;&amp;nbsp; &lt;/EM&gt;I'm having trouble stepping any further in to it than &lt;EM&gt;_onWidgetLoaded&lt;/EM&gt; as &lt;EM&gt;array.indexOf(this.widgetNamesToProcess, widget.label)&lt;/EM&gt; is always -1 in &lt;EM&gt;_onWidgetLoaded&lt;/EM&gt; and therefore never moves on to &lt;EM&gt;_modifyWidget &lt;/EM&gt;(though I do get each widget label as each widget is created).&amp;nbsp; Might I be missing something obvious?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 17:57:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/bookmark-widget-styling-suggestions-for-simple/m-p/492100#M12944</guid>
      <dc:creator>AndrewHayden1</dc:creator>
      <dc:date>2015-06-11T17:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmark Widget - Styling Suggestions For Simple List And No Thumbnail</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/bookmark-widget-styling-suggestions-for-simple/m-p/492101#M12945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a new &lt;A _jive_internal="true" href="https://community.esri.com/docs/DOC-6281"&gt;Anvil Bookmarks Widget&lt;/A&gt;.&amp;nbsp; I copied just what I needed from the Acme Widget.&amp;nbsp; It seemed easier than trying to answer your questions one by one, as good as they were.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look and let me know if any of your questions linger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Larry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 03:25:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/bookmark-widget-styling-suggestions-for-simple/m-p/492101#M12945</guid>
      <dc:creator>LarryStout</dc:creator>
      <dc:date>2015-06-12T03:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmark Widget - Styling Suggestions For Simple List And No Thumbnail</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/bookmark-widget-styling-suggestions-for-simple/m-p/492102#M12946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Larry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see now the issue(s).&amp;nbsp; I appreciate you taking the time to sort it out and get me on track.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 14:51:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/bookmark-widget-styling-suggestions-for-simple/m-p/492102#M12946</guid>
      <dc:creator>AndrewHayden1</dc:creator>
      <dc:date>2015-06-15T14:51:59Z</dc:date>
    </item>
  </channel>
</rss>

