<?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: Support for Label Classes in Web App Builder, Batch Edit in Experience Builder? in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/support-for-label-classes-in-web-app-builder-batch/m-p/1176999#M46172</link>
    <description>&lt;P&gt;WAB will not be getting support for multiple label classes like you see in Map Viewer and other 4.x JSAPI based apps.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 24 May 2022 19:55:34 GMT</pubDate>
    <dc:creator>RussRoberts</dc:creator>
    <dc:date>2022-05-24T19:55:34Z</dc:date>
    <item>
      <title>Support for Label Classes in Web App Builder, Batch Edit in Experience Builder?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/support-for-label-classes-in-web-app-builder-batch/m-p/1176929#M46170</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I really appreciate a lot of the improvements made in the new ArcGIS Online Map Viewer, especially getting multiline labels possible via multiple label classes and offsets.&lt;/P&gt;&lt;P&gt;However, there are a few things that are hindering my organization from moving to it fully.&lt;/P&gt;&lt;P&gt;One is that the multiple label classes don't show appropriately in Web App Builder, and Web App Builder (as far as I now, without significant development) is the only place where a Batch edit Widget exists.&lt;/P&gt;&lt;P&gt;I know that Experience Builder works better with some of these capabilities in the New Map Viewer, however Experience Builder doesn't seem to have the Batch Edit tool - which is extremely important to our workflows.&lt;/P&gt;&lt;P&gt;Are there any plans for support for multiple label classes in the New Map Viewer and Web App Builder, or a Batch Edit tool in Experience Builder?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 17:14:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/support-for-label-classes-in-web-app-builder-batch/m-p/1176929#M46170</guid>
      <dc:creator>10KYIGIS</dc:creator>
      <dc:date>2022-05-24T17:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Support for Label Classes in Web App Builder, Batch Edit in Experience Builder?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/support-for-label-classes-in-web-app-builder-batch/m-p/1176936#M46171</link>
      <description>&lt;P&gt;I would guess that some kind of Batch Edit capability is in the works for EB. I wouldn't hold my breath on significant updates to WAB, or really anything that's running on the 3.x JS API.&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 17:32:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/support-for-label-classes-in-web-app-builder-batch/m-p/1176936#M46171</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2022-05-24T17:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Support for Label Classes in Web App Builder, Batch Edit in Experience Builder?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/support-for-label-classes-in-web-app-builder-batch/m-p/1176999#M46172</link>
      <description>&lt;P&gt;WAB will not be getting support for multiple label classes like you see in Map Viewer and other 4.x JSAPI based apps.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 19:55:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/support-for-label-classes-in-web-app-builder-batch/m-p/1176999#M46172</guid>
      <dc:creator>RussRoberts</dc:creator>
      <dc:date>2022-05-24T19:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Support for Label Classes in Web App Builder, Batch Edit in Experience Builder?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/support-for-label-classes-in-web-app-builder-batch/m-p/1410850#M58687</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hildermes_0-1713357339567.png" style="width: 803px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/101200i1A0C4EFF7896A473/image-dimensions/803x85?v=v2" width="803" height="85" role="button" title="Hildermes_0-1713357339567.png" alt="Hildermes_0-1713357339567.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You could try share as WebMap (they&amp;nbsp; honor multiline label on webappbuilder).&lt;BR /&gt;I`m using multiline labels in&amp;nbsp; arcade, like bellow:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P class="lia-indent-padding-left-30px"&gt;`T: ${$feature.field1}\r\n I: ${$feature.field2} \r\n ${$feature.layertimestamp}`&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hildermes_1-1713357710963.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/101201i5D1D18D3EB3DA0C4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Hildermes_1-1713357710963.png" alt="Hildermes_1-1713357710963.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In your webappbuilder map -add the published webmap...&lt;BR /&gt;In your web appbuilder map -add the published webmap...&lt;BR /&gt;This approach might work in some cenarios.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 12:50:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/support-for-label-classes-in-web-app-builder-batch/m-p/1410850#M58687</guid>
      <dc:creator>Hildermes</dc:creator>
      <dc:date>2024-04-17T12:50:19Z</dc:date>
    </item>
  </channel>
</rss>

