<?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 text ... why not on two+ lines? in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/bookmark-text-why-not-on-two-lines/m-p/417281#M11073</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; This is not something you can easily overcome with some simple css. My suggestion is to use the Enhanced Bookmark widget instead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Jul 2019 15:32:46 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2019-07-31T15:32:46Z</dc:date>
    <item>
      <title>Bookmark text ... why not on two+ lines?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/bookmark-text-why-not-on-two-lines/m-p/417280#M11072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the text for Bookmarks is only 8 characters. Why not let text go to two or three or more lines if needed?&amp;nbsp; &amp;nbsp;Currently it just truncates it with ...&amp;nbsp; &amp;nbsp; I tried fiddling with it with CSS a bit to no effect.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="454927" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/454927_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2019 15:24:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/bookmark-text-why-not-on-two-lines/m-p/417280#M11072</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-07-31T15:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmark text ... why not on two+ lines?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/bookmark-text-why-not-on-two-lines/m-p/417281#M11073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; This is not something you can easily overcome with some simple css. My suggestion is to use the Enhanced Bookmark widget instead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2019 15:32:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/bookmark-text-why-not-on-two-lines/m-p/417281#M11073</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-07-31T15:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmark text ... why not on two+ lines?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/bookmark-text-why-not-on-two-lines/m-p/417282#M11074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I came to that conclusion!&amp;nbsp;The HTML on that widget is rather complex for some reason. I will be leveraging another one of your&amp;nbsp;awesome widgets for our next update. I will create an Idea though for those who use the hosted builder.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2019 16:47:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/bookmark-text-why-not-on-two-lines/m-p/417282#M11074</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-07-31T16:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmark text ... why not on two+ lines?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/bookmark-text-why-not-on-two-lines/m-p/1137875#M21849</link>
      <description>&lt;P&gt;I too wish there was a way to prevent the truncation of Bookmark names by wrapping text. I understand how text wrapping could disrupt the grid arrangement of bookmarks in 'card' view, but list view should be able to accommodate this.&lt;/P&gt;&lt;P&gt;The custom '&lt;A href="https://community.esri.com/t5/web-appbuilder-custom-widgets-documents/enhanced-bookmark-widget-version-2-5-08-17-17/ta-p/909533/page/2/show-comments/true" target="_self"&gt;Enhanced Bookmark&lt;/A&gt;' enables this,&amp;nbsp; but doesn't include an option to 'Save visible layers' along with the extents.&lt;/P&gt;&lt;P&gt;I was able to get a compromise solution by expanding the Bookmark css file ('server/apps/2/widgets/Bookmark/css/style.css') with the following code:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;SPAN&gt;/*modify width of bookmark panel to avoid bookmark name truncation */&lt;/SPAN&gt;&lt;BR /&gt;&lt;FONT color="#333333"&gt;&lt;EM&gt;#widgets_Bookmark_Widget_31_panel &lt;/EM&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#333333"&gt;&lt;EM&gt;&amp;nbsp; width: 475px !important;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#333333"&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 31 Jan 2022 17:06:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/bookmark-text-why-not-on-two-lines/m-p/1137875#M21849</guid>
      <dc:creator>Yuriko</dc:creator>
      <dc:date>2022-01-31T17:06:41Z</dc:date>
    </item>
  </channel>
</rss>

