<?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 to convert my WAB jsapi 4.* &amp;quot;CoordinateConversion widget - Custom Formats&amp;quot; into my EXB in Experience Builder Custom Widgets</title>
    <link>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-convert-my-wab-jsapi-4-quot/m-p/1517543#M365</link>
    <description>&lt;P&gt;While the documentation page discusses it as a class component, the code itself has been updated to be a functional component.&lt;/P&gt;</description>
    <pubDate>Fri, 09 Aug 2024 15:42:29 GMT</pubDate>
    <dc:creator>KenBuja</dc:creator>
    <dc:date>2024-08-09T15:42:29Z</dc:date>
    <item>
      <title>How to convert my WAB jsapi 4.* "CoordinateConversion widget - Custom Formats" into my EXB</title>
      <link>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-convert-my-wab-jsapi-4-quot/m-p/1347059#M126</link>
      <description>&lt;P&gt;We start moving from 3D WAB (JS API 4.*) to EXB 1.12 (also 3D)&lt;/P&gt;&lt;P&gt;I am expert on WAB 3D, but totally newbie to EXB.&lt;/P&gt;&lt;P&gt;in WAB I implemented the "&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/widgets-coordinateconversion-custom/" target="_blank" rel="noopener"&gt;CoordinateConversion widget - Custom Formats&lt;/A&gt;" in oredr to see some coordinates systems concurently with Z values on my 3D scene "on the fly" i.e. as I move the cursor.&lt;/P&gt;&lt;P&gt;I installed EXB Developer Edition on our portal, and I need to "convert" the above widget to work on EXB.&lt;/P&gt;&lt;P&gt;I will be grateful to get help how to do it.&lt;/P&gt;&lt;P&gt;P.S. - I attached &lt;SPAN&gt;screenshot of that widget in my WAB app (below it is another widget - Esri's Coordinate widget which I extended it)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 15:47:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-convert-my-wab-jsapi-4-quot/m-p/1347059#M126</guid>
      <dc:creator>MichaelLev</dc:creator>
      <dc:date>2023-11-09T15:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert my WAB jsapi 4.* "CoordinateConversion widget - Custom Formats" into my EXB</title>
      <link>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-convert-my-wab-jsapi-4-quot/m-p/1358026#M163</link>
      <description>&lt;P&gt;Experience Builder is built on top of the Javascript API, so since you have a coding example from the API that does what you need you should be able to basically copy that code into your widget and get something functional.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcgis-experience-builder-sdk-resources/tree/master/widgets/js-api-widget" target="_self"&gt;Here is an example&lt;/A&gt; from the official ESRI sample widgets of dropping in a legend component from the API. Your coordinate widget could be built in a similar manner.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2023 16:27:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-convert-my-wab-jsapi-4-quot/m-p/1358026#M163</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2023-12-07T16:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert my WAB jsapi 4.* "CoordinateConversion widget - Custom Formats" into my EXB</title>
      <link>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-convert-my-wab-jsapi-4-quot/m-p/1361925#M166</link>
      <description>&lt;P&gt;But the example uses react class, not function&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2023 08:05:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-convert-my-wab-jsapi-4-quot/m-p/1361925#M166</guid>
      <dc:creator>MichaelLev</dc:creator>
      <dc:date>2023-12-18T08:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert my WAB jsapi 4.* "CoordinateConversion widget - Custom Formats" into my EXB</title>
      <link>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-convert-my-wab-jsapi-4-quot/m-p/1517543#M365</link>
      <description>&lt;P&gt;While the documentation page discusses it as a class component, the code itself has been updated to be a functional component.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2024 15:42:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-convert-my-wab-jsapi-4-quot/m-p/1517543#M365</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2024-08-09T15:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert my WAB jsapi 4.* "CoordinateConversion widget - Custom Formats" into my EXB</title>
      <link>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-convert-my-wab-jsapi-4-quot/m-p/1541272#M387</link>
      <description>&lt;P&gt;Thank you both,&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/677423"&gt;@JeffreyThompson2&lt;/a&gt;&amp;nbsp;and &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2839"&gt;@KenBuja&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 10:44:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-convert-my-wab-jsapi-4-quot/m-p/1541272#M387</guid>
      <dc:creator>MichaelLev</dc:creator>
      <dc:date>2024-09-23T10:44:23Z</dc:date>
    </item>
  </channel>
</rss>

