<?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: Size of attributeInspector window consistently too small in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/size-of-attributeinspector-window-consistently-too/m-p/175513#M16313</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ended up changing the one really long field name from Regional_Supervisor to just Supervisor.&amp;nbsp; That took care of the width without having to explicitly set a style for it.&amp;nbsp; The height I still had to hard code before it looked right to me.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jan 2016 22:13:15 GMT</pubDate>
    <dc:creator>TracySchloss</dc:creator>
    <dc:date>2016-01-29T22:13:15Z</dc:date>
    <item>
      <title>Size of attributeInspector window consistently too small</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/size-of-attributeinspector-window-consistently-too/m-p/175504#M16304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my Editor widget, the height and width of my attributeInspector window seems consistently too small. There are scrollbars for both height and width.&lt;/P&gt;&lt;P&gt;Should I be changing the style of the esriPopup?&amp;nbsp; It doesn't seem like I should have to. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have a lot of styles set on this.&amp;nbsp; None of the styles provided in the documentation seem to control the height/width of the entire contentpane.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .esriPopup.light .contentPane, .esriPopup.dark .contentPane {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; padding: 0 1em 1em 1em;
&amp;nbsp;&amp;nbsp;&amp;nbsp; }

&amp;nbsp;&amp;nbsp;&amp;nbsp; .atiLayerName{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; display:none;
&amp;nbsp;&amp;nbsp;&amp;nbsp; }

&amp;nbsp;&amp;nbsp;&amp;nbsp; .title{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-weight: 600;
&amp;nbsp;&amp;nbsp;&amp;nbsp; }

.esriPopup .titlePane, .esriPopup.light .titlePane, .esriPopup.dark .titlePane {
&amp;nbsp;&amp;nbsp;&amp;nbsp; background-color: #cbddeb;
&amp;nbsp; 
padding: 5px 0 0 5px;
&amp;nbsp;&amp;nbsp;&amp;nbsp; font-size: 1.1em;
&amp;nbsp;&amp;nbsp;&amp;nbsp; font-weight:bold;
}&lt;/PRE&gt;&lt;P&gt;I commented all these, but still I have scrollbars. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 09:03:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/size-of-attributeinspector-window-consistently-too/m-p/175504#M16304</guid>
      <dc:creator>TracySchloss</dc:creator>
      <dc:date>2021-12-11T09:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Size of attributeInspector window consistently too small</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/size-of-attributeinspector-window-consistently-too/m-p/175505#M16305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tracy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post a link to an example that uses the same popup as yours? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 20:56:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/size-of-attributeinspector-window-consistently-too/m-p/175505#M16305</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2016-01-25T20:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Size of attributeInspector window consistently too small</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/size-of-attributeinspector-window-consistently-too/m-p/175506#M16306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about .esriAttributeInspector?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 21:12:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/size-of-attributeinspector-window-consistently-too/m-p/175506#M16306</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2016-01-25T21:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Size of attributeInspector window consistently too small</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/size-of-attributeinspector-window-consistently-too/m-p/175507#M16307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The current project contains secure information I can't use as an example.&amp;nbsp; It happens to contain one field name that's quite a bit longer than the rest. I wonder if that has anything to do with it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The attributeInspector window is just a little too short and needs a vertical scroll to show the Delete button.&amp;nbsp; It doesn't have a horizontal scroll,&amp;nbsp; maybe because the field names are generally shorter?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://jsbin.com/legida/edit?html,output" style="line-height: 1.5;" title="https://jsbin.com/legida/edit?html,output"&gt;https://jsbin.com/legida/edit?html,output&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 21:12:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/size-of-attributeinspector-window-consistently-too/m-p/175507#M16307</guid>
      <dc:creator>TracySchloss</dc:creator>
      <dc:date>2016-01-25T21:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Size of attributeInspector window consistently too small</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/size-of-attributeinspector-window-consistently-too/m-p/175508#M16308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Modifying .esriAttributeInspector made the frame containing the field names&amp;nbsp; input etc be larger, but not its outer frame.&amp;nbsp; This meant even more scrolling to see the entire content.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 21:14:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/size-of-attributeinspector-window-consistently-too/m-p/175508#M16308</guid>
      <dc:creator>TracySchloss</dc:creator>
      <dc:date>2016-01-25T21:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Size of attributeInspector window consistently too small</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/size-of-attributeinspector-window-consistently-too/m-p/175509#M16309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tracy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on your other questions, I think we are trying to make the same app. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 21:27:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/size-of-attributeinspector-window-consistently-too/m-p/175509#M16309</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2016-01-25T21:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Size of attributeInspector window consistently too small</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/size-of-attributeinspector-window-consistently-too/m-p/175510#M16310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My other twist is that my data is address based.&amp;nbsp; I'm sure I'll get stuck once I attempt to add a feature, not by a click, but entering an address.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was just using attribute inspector and an edit toolbar by itself before. I thought I'd give the Editor widget a shot, since it doesn't seem to have as much set up.&amp;nbsp; Not that that will help in the long run, if I can't get it to do what I want. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 21:33:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/size-of-attributeinspector-window-consistently-too/m-p/175510#M16310</guid>
      <dc:creator>TracySchloss</dc:creator>
      <dc:date>2016-01-25T21:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Size of attributeInspector window consistently too small</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/size-of-attributeinspector-window-consistently-too/m-p/175511#M16311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two apps doing what you want. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the &lt;A href="https://github.com/Esri/geoform-template-js" title="https://github.com/Esri/geoform-template-js"&gt;geoform&lt;/A&gt;​ for input and then a dgrid/editor widget for update/editing. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 21:46:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/size-of-attributeinspector-window-consistently-too/m-p/175511#M16311</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2016-01-25T21:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Size of attributeInspector window consistently too small</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/size-of-attributeinspector-window-consistently-too/m-p/175512#M16312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try changing the contentPane height.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp; .contentPane {&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; height: 450px;
}&lt;/PRE&gt;&lt;P&gt;That should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="173467" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/173467_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 09:03:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/size-of-attributeinspector-window-consistently-too/m-p/175512#M16312</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2021-12-11T09:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Size of attributeInspector window consistently too small</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/size-of-attributeinspector-window-consistently-too/m-p/175513#M16313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ended up changing the one really long field name from Regional_Supervisor to just Supervisor.&amp;nbsp; That took care of the width without having to explicitly set a style for it.&amp;nbsp; The height I still had to hard code before it looked right to me.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 22:13:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/size-of-attributeinspector-window-consistently-too/m-p/175513#M16313</guid>
      <dc:creator>TracySchloss</dc:creator>
      <dc:date>2016-01-29T22:13:15Z</dc:date>
    </item>
  </channel>
</rss>

