<?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 Edit data store to MongoDB (MEAN) in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-data-store-to-mongodb-mean/m-p/34327#M2837</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="ss.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/211653_ss.png" style="width: 620px; height: 302px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i got a marker points and attributes that i store on MongoDB, i use MEAN to create this web. But i got a problem when i want to edit my data.&lt;/P&gt;&lt;P&gt;How do i edit data on that popup? Or is there any others way to edit when i click the marker point?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jul 2016 09:05:49 GMT</pubDate>
    <dc:creator>WildiyantoYawin</dc:creator>
    <dc:date>2016-07-13T09:05:49Z</dc:date>
    <item>
      <title>Edit data store to MongoDB (MEAN)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-data-store-to-mongodb-mean/m-p/34327#M2837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="ss.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/211653_ss.png" style="width: 620px; height: 302px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i got a marker points and attributes that i store on MongoDB, i use MEAN to create this web. But i got a problem when i want to edit my data.&lt;/P&gt;&lt;P&gt;How do i edit data on that popup? Or is there any others way to edit when i click the marker point?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2016 09:05:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-data-store-to-mongodb-mean/m-p/34327#M2837</guid>
      <dc:creator>WildiyantoYawin</dc:creator>
      <dc:date>2016-07-13T09:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Edit data store to MongoDB (MEAN)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-data-store-to-mongodb-mean/m-p/34328#M2838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The JS API doesn't provide specific editing support for external services/db like MongoDB. 4.0 doesn't have editing currently, but even in 3.x you can only edit FeatureServices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In both 3.x and 4.x you'll need to create a custom interface to edit your MongDB data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In 3.x, you'll want to do something similar to this sample.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=ed_toolbar" title="https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=ed_toolbar"&gt;ArcGIS API for JavaScript Sandbox&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Where you can move the points, updating the coordinates and then you will need to publish those updates back to your service via a CRUD API of your own.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2016 15:08:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-data-store-to-mongodb-mean/m-p/34328#M2838</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2016-07-13T15:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Edit data store to MongoDB (MEAN)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-data-store-to-mongodb-mean/m-p/34329#M2839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;A href="https://community.esri.com/migrated-users/6443"&gt;Rene Rubalcava&lt;/A&gt; for the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Okay. So is there a way to retrive data on the marker that i click?&lt;/P&gt;&lt;P&gt;I want to get data attribute and put it on my input field on the right bottom div.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sss.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/211800_sss.png" style="width: 620px; height: 303px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 03:11:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-data-store-to-mongodb-mean/m-p/34329#M2839</guid>
      <dc:creator>WildiyantoYawin</dc:creator>
      <dc:date>2016-07-14T03:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Edit data store to MongoDB (MEAN)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-data-store-to-mongodb-mean/m-p/34330#M2840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the "click" event of the View and "view.hitTest()" as shown here.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#hitTest" title="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#hitTest"&gt;MapView | API Reference | ArcGIS API for JavaScript 4.0&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 03:34:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-data-store-to-mongodb-mean/m-p/34330#M2840</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2016-07-14T03:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Edit data store to MongoDB (MEAN)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-data-store-to-mongodb-mean/m-p/34331#M2841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you again &lt;A href="https://community.esri.com/migrated-users/6443"&gt;Rene Rubalcava&lt;/A&gt;​&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to ask more.&lt;/P&gt;&lt;P&gt;From the first image. It got a popup when i click on the points. In place of email and phone number, i want to show a "Click to show email" and "Click to show phone" to avoid bot. Is there any method to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Update&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried jQuery. but i think jQuery doesnt work on Popup? because i try to add class to the div and console log but nothing happened.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 08:45:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-data-store-to-mongodb-mean/m-p/34331#M2841</guid>
      <dc:creator>WildiyantoYawin</dc:creator>
      <dc:date>2016-07-14T08:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Edit data store to MongoDB (MEAN)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-data-store-to-mongodb-mean/m-p/34332#M2842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can customize the PopupTemplate however you want.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/get-started-popupTemplate/index.html" title="https://developers.arcgis.com/javascript/latest/sample-code/get-started-popupTemplate/index.html"&gt;Get started with PopupTemplate | ArcGIS API for JavaScript 4.0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also define custom actions for the Popup.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/popup-actions/index.html" title="https://developers.arcgis.com/javascript/latest/sample-code/popup-actions/index.html"&gt;Define custom Popup actions | ArcGIS API for JavaScript 4.0&lt;/A&gt;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 15:09:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-data-store-to-mongodb-mean/m-p/34332#M2842</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2016-07-14T15:09:03Z</dc:date>
    </item>
  </channel>
</rss>

