<?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: Change look of editor infowindow in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-look-of-editor-infowindow/m-p/24022#M2096</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Attribute Inspector is built in to the default editor widget and by default is given the id "esri_dijit_AttributeInspector_0". So any of the CSS elements listed on the Attribute Inspector should be able to be set by referring to the element, something like: &lt;/SPAN&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;#esri_dijit_AttributeInspector_0 {
...
}&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As for the InfoWindow not resizing I'm not sure what the problem is there. Are you using the Popup or InfoWindow?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Dec 2021 20:58:29 GMT</pubDate>
    <dc:creator>DerekWicks1</dc:creator>
    <dc:date>2021-12-10T20:58:29Z</dc:date>
    <item>
      <title>Change look of editor infowindow</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-look-of-editor-infowindow/m-p/24019#M2093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Greetings,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to find out how to change the size, fonts, etc of the infowindow that pops up with the "default editing widget".&amp;nbsp; I have found through experimentation that I can use the CSS to change some of these properties, but not all.&amp;nbsp; The only CSS elements that I have found are:&amp;nbsp;&amp;nbsp; .dj_ie .infowindow .window .top .right .user .content&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone tell me where to find all the elements that will allow me to change the style of the infowindow?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Charlie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 15:14:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-look-of-editor-infowindow/m-p/24019#M2093</guid>
      <dc:creator>DougCollins</dc:creator>
      <dc:date>2013-03-13T15:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Change look of editor infowindow</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-look-of-editor-infowindow/m-p/24020#M2094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The widget's id by default is "esri_dijit_AttributeInspector_0". You should be able to refer to that id and modify any of the CSS elements listed here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/jsapi/attributeinspector.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/jsapi/attributeinspector.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 17:14:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-look-of-editor-infowindow/m-p/24020#M2094</guid>
      <dc:creator>DerekWicks1</dc:creator>
      <dc:date>2013-03-13T17:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Change look of editor infowindow</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-look-of-editor-infowindow/m-p/24021#M2095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the info.&amp;nbsp; However, I am new to using the JavaScript API and JavaScript for that matter, and I am not quite sure how to use this information with the Default Editor Widget.&amp;nbsp; I was looking trying to just resize the default editor infowindow using the map.infoWindow.resize(200, 300); statement but that does not seem to work.&amp;nbsp; Maybe I'm just missing something here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Charlie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 14:45:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-look-of-editor-infowindow/m-p/24021#M2095</guid>
      <dc:creator>DougCollins</dc:creator>
      <dc:date>2013-03-14T14:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Change look of editor infowindow</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-look-of-editor-infowindow/m-p/24022#M2096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Attribute Inspector is built in to the default editor widget and by default is given the id "esri_dijit_AttributeInspector_0". So any of the CSS elements listed on the Attribute Inspector should be able to be set by referring to the element, something like: &lt;/SPAN&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;#esri_dijit_AttributeInspector_0 {
...
}&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As for the InfoWindow not resizing I'm not sure what the problem is there. Are you using the Popup or InfoWindow?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 20:58:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-look-of-editor-infowindow/m-p/24022#M2096</guid>
      <dc:creator>DerekWicks1</dc:creator>
      <dc:date>2021-12-10T20:58:29Z</dc:date>
    </item>
  </channel>
</rss>

