<?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: Modifying an exisitng widget in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/modifying-an-exisitng-widget/m-p/1123637#M75510</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/180"&gt;@AndyGup&lt;/a&gt;&amp;nbsp;I am interested in the&amp;nbsp;&lt;SPAN&gt;CoordinateConversion widget. Mainly I am not satisfied with the rendered UI, but there are some other things as well.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For example, I would like to input coordinates directly by clicking on the coordinates format instead of clicking on the dedicated edit button.&lt;/SPAN&gt;&lt;/P&gt;&lt;H1&gt;&amp;nbsp;&lt;/H1&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Dec 2021 22:44:58 GMT</pubDate>
    <dc:creator>RemiBecheru</dc:creator>
    <dc:date>2021-12-07T22:44:58Z</dc:date>
    <item>
      <title>Modifying an exisitng widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/modifying-an-exisitng-widget/m-p/1123295#M75493</link>
      <description>&lt;P&gt;Are there any possibilities to get the code of a widget and modify the render method?&lt;/P&gt;&lt;P&gt;I checked the youtube resources -&amp;gt;&amp;nbsp;&lt;A href="https://www.youtube.com/watch?v=o4yzbiHIAT8&amp;amp;t=125s" target="_blank"&gt;https://www.youtube.com/watch?v=o4yzbiHIAT8&amp;amp;t=125s&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But in there they use a tsx file where you can modify whatever you want. Now looks like those tsx files are no longer available.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 11:18:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/modifying-an-exisitng-widget/m-p/1123295#M75493</guid>
      <dc:creator>RemiBecheru</dc:creator>
      <dc:date>2021-12-07T11:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying an exisitng widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/modifying-an-exisitng-widget/m-p/1123585#M75507</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/543612"&gt;@RemiBecheru&lt;/a&gt;correct, as of 4.21 we no longer support directly modifying the out-of-the-box widget View code. Which widget are you using? Some options going forward are extending the ViewModel, or building a custom widget.&lt;/P&gt;&lt;P&gt;A common example for extending the ViewModel is SketchViewModel, here's the doc: &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Sketch-SketchViewModel.html" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Sketch-SketchViewModel.html&lt;/A&gt; and here's an example:&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/layers-mapnoteslayer/" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/sample-code/layers-mapnoteslayer/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are looking into adding a sample and some additional doc on this.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 21:48:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/modifying-an-exisitng-widget/m-p/1123585#M75507</guid>
      <dc:creator>AndyGup</dc:creator>
      <dc:date>2021-12-07T21:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying an exisitng widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/modifying-an-exisitng-widget/m-p/1123603#M75508</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/180"&gt;@AndyGup&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately your example url seems to be a non-public url.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 21:19:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/modifying-an-exisitng-widget/m-p/1123603#M75508</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-07T21:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying an exisitng widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/modifying-an-exisitng-widget/m-p/1123615#M75509</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1104"&gt;@RobertScheitlin__GISP&lt;/a&gt; link has been updated to an existing sample. The other sample (SketchViewModel Styler) will be available in the upcoming 4.22 release.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 21:52:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/modifying-an-exisitng-widget/m-p/1123615#M75509</guid>
      <dc:creator>AndyGup</dc:creator>
      <dc:date>2021-12-07T21:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying an exisitng widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/modifying-an-exisitng-widget/m-p/1123637#M75510</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/180"&gt;@AndyGup&lt;/a&gt;&amp;nbsp;I am interested in the&amp;nbsp;&lt;SPAN&gt;CoordinateConversion widget. Mainly I am not satisfied with the rendered UI, but there are some other things as well.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For example, I would like to input coordinates directly by clicking on the coordinates format instead of clicking on the dedicated edit button.&lt;/SPAN&gt;&lt;/P&gt;&lt;H1&gt;&amp;nbsp;&lt;/H1&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 22:44:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/modifying-an-exisitng-widget/m-p/1123637#M75510</guid>
      <dc:creator>RemiBecheru</dc:creator>
      <dc:date>2021-12-07T22:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying an exisitng widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/modifying-an-exisitng-widget/m-p/1123856#M75518</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/543612"&gt;@RemiBecheru&lt;/a&gt;,&amp;nbsp;you can use the methods from the&amp;nbsp;&lt;SPAN&gt;CoordinateConversion&lt;/SPAN&gt;ViewModel in your own UI, if that is of interest to you.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-CoordinateConversion-CoordinateConversionViewModel.html#methods-summary" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-CoordinateConversion-CoordinateConversionViewModel.html#methods-summary&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I'd like to hear more about your thoughts on the CC widget. Feel free to outline them here, or message me directly.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 15:57:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/modifying-an-exisitng-widget/m-p/1123856#M75518</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2021-12-08T15:57:55Z</dc:date>
    </item>
  </channel>
</rss>

