<?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: Why don't my attributes display when using editor widget from API 3.21? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/why-don-t-my-attributes-display-when-using-editor/m-p/402130#M37006</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;Saroj,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;Now the layer doesn’t display in the map. In the console I have this message:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;Failed to load resource: net::ERR_SSL_PROTOCOL_ERROR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;15 Failed to load resource: net::ERR_SSL_PROTOCOL_ERROR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;Error: Unable to draw graphic (geometry:null, symbol:null): Error loading &lt;A href="https://50.18.50.62:6080/arcgis/rest/services/FieldSeekerMobile3/FeatureServer/15?f=json&amp;amp;callback=dojo.io.script.jsonp_dojoIoScript1._jsonpCallback"&gt;https://50.18.50.62:6080/arcgis/rest/services/FieldSeekerMobile3/FeatureServer/15?f=json&amp;amp;callback=dojo.io.script.jsonp_dojoIoScript1._jsonpCallback&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Jul 2017 17:15:31 GMT</pubDate>
    <dc:creator>ChrisSeabrooke</dc:creator>
    <dc:date>2017-07-27T17:15:31Z</dc:date>
    <item>
      <title>Why don't my attributes display when using editor widget from API 3.21?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/why-don-t-my-attributes-display-when-using-editor/m-p/402128#M37004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm new to JavaScript and the API. I'm trying to modify the default editing widget:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/3/jssamples/ed_default_editingwidget.html" title="https://developers.arcgis.com/javascript/3/jssamples/ed_default_editingwidget.html"&gt;Default editing widget | ArcGIS API for JavaScript 3.21&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I change the URL to my feature service, only one field&amp;nbsp;&amp;nbsp;displays in the form. I tried different features from my service and still only one field&amp;nbsp;displays. The field that displays is the&amp;nbsp;&lt;SPAN style="font-size: 11.0pt;"&gt;&amp;nbsp;‘&lt;STRONG style="color: black; background: white;"&gt;Type ID Field’&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN style="color: black; background: white;"&gt; in the layer. A snippet from my code:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;var operationsPointLayer = new FeatureLayer("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2F50.18.50.62%3A6080%2Farcgis%2Frest%2Fservices%2FFieldSeekerMobile3%2FFeatureServer%2F15" rel="nofollow" target="_blank"&gt;http://50.18.50.62:6080/arcgis/rest/services/FieldSeekerMobile3/FeatureServer/15&lt;/A&gt;&lt;SPAN&gt;", {&lt;/SPAN&gt;&lt;BR /&gt; mode: FeatureLayer.MODE_ONDEMAND,&lt;BR /&gt; outfields: ["*"]&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;map.addLayers([operationsPointLayer]);&lt;BR /&gt; map.infoWindow.resize(400, 300);&lt;/P&gt;&lt;P&gt;function initEditing(event) {&lt;BR /&gt; var featureLayerInfos = arrayUtils.map(event.layers, function (layer) {&lt;BR /&gt; return { "featureLayer": layer.layer };&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;var settings = {&lt;BR /&gt; map: map,&lt;BR /&gt; layerInfos: featureLayerInfos&lt;BR /&gt; };&lt;BR /&gt; var params = {&lt;BR /&gt; settings: settings&lt;BR /&gt; };&lt;BR /&gt; var editorWidget = new Editor(params, 'editorDiv');&lt;BR /&gt; editorWidget.startup();&lt;/P&gt;&lt;P&gt;//snapping defaults to Cmd key in Mac &amp;amp; Ctrl key in PC&lt;BR /&gt; // specify 'snapKay' option only if you want a different key combination &lt;BR /&gt; // for snapping&lt;BR /&gt; map.enableSnapping();&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions will be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 16:39:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/why-don-t-my-attributes-display-when-using-editor/m-p/402128#M37004</guid>
      <dc:creator>ChrisSeabrooke</dc:creator>
      <dc:date>2017-07-27T16:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Why don't my attributes display when using editor widget from API 3.21?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/why-don-t-my-attributes-display-when-using-editor/m-p/402129#M37005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;Change http to https in your&amp;nbsp;&lt;/P&gt;&lt;P&gt;var&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;operationsPointLayer = new FeatureLayer("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2F" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;")&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 16:53:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/why-don-t-my-attributes-display-when-using-editor/m-p/402129#M37005</guid>
      <dc:creator>SarojThapa1</dc:creator>
      <dc:date>2017-07-27T16:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Why don't my attributes display when using editor widget from API 3.21?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/why-don-t-my-attributes-display-when-using-editor/m-p/402130#M37006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;Saroj,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;Now the layer doesn’t display in the map. In the console I have this message:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;Failed to load resource: net::ERR_SSL_PROTOCOL_ERROR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;15 Failed to load resource: net::ERR_SSL_PROTOCOL_ERROR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;Error: Unable to draw graphic (geometry:null, symbol:null): Error loading &lt;A href="https://50.18.50.62:6080/arcgis/rest/services/FieldSeekerMobile3/FeatureServer/15?f=json&amp;amp;callback=dojo.io.script.jsonp_dojoIoScript1._jsonpCallback"&gt;https://50.18.50.62:6080/arcgis/rest/services/FieldSeekerMobile3/FeatureServer/15?f=json&amp;amp;callback=dojo.io.script.jsonp_dojoIoScript1._jsonpCallback&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 17:15:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/why-don-t-my-attributes-display-when-using-editor/m-p/402130#M37006</guid>
      <dc:creator>ChrisSeabrooke</dc:creator>
      <dc:date>2017-07-27T17:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Why don't my attributes display when using editor widget from API 3.21?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/why-don-t-my-attributes-display-when-using-editor/m-p/402131#M37007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Determined what I was doing wrong - I had&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;outfields: ["*"]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Needs to be&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;outFields -- capitalization error.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 20:53:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/why-don-t-my-attributes-display-when-using-editor/m-p/402131#M37007</guid>
      <dc:creator>ChrisSeabrooke1</dc:creator>
      <dc:date>2017-08-28T20:53:25Z</dc:date>
    </item>
  </channel>
</rss>

